summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Add INET dependency on aes crypto for the sake of TCP fastopen.David S. Miller2012-09-041-0/+2
* sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-041-6/+4Star
* usbnet: drop unneeded check for NULLOliver Neukum2012-09-041-2/+1Star
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-04123-1833/+3631
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-03368-3347/+6763
| |\
| * | netfilter: properly annotate ipv4_netfilter_{init,fini}()Jan Beulich2012-09-031-2/+2
| * | netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang2012-09-033-7/+7
| * | netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang2012-09-033-18/+14Star
| * | netfilter: remove xt_NOTRACKCong Wang2012-09-0331-102/+0Star
| * | netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso2012-09-032-6/+21
| * | netfilter: xt_CT: refactorize xt_ct_tg_checkPablo Neira Ayuso2012-09-031-136/+126Star
| * | netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso2012-09-031-6/+6
| * | netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t...Patrick McHardy2012-08-305-0/+192
| * | netfilter: nf_nat: support IPv6 in TFTP NAT helperPablo Neira Ayuso2012-08-306-8/+7Star
| * | netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso2012-08-306-14/+7Star
| * | netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy2012-08-307-116/+144
| * | netfilter: nf_nat: support IPv6 in amanda NAT helperPatrick McHardy2012-08-306-8/+7Star
| * | netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy2012-08-306-20/+27
| * | netfilter: ip6tables: add NETMAP targetPatrick McHardy2012-08-303-0/+105
| * | netfilter: ip6tables: add REDIRECT targetPatrick McHardy2012-08-303-0/+110
| * | netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2012-08-307-4/+155
| * | netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-3013-2/+764
| * | net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy2012-08-302-0/+23
| * | netfilter: ipv6: expand skb head in ip6_route_me_harder after oif changePatrick McHardy2012-08-301-0/+8
| * | netfilter: add protocol independent NAT corePatrick McHardy2012-08-3049-1140/+1495
| * | netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-3022-205/+328
| * | netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy2012-08-306-22/+49
| * | netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin...Patrick McHardy2012-08-301-57/+6Star
| * | netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-305-15/+62
| * | ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer2012-08-301-6/+15
| * | ipv4: fix path MTU discovery with connection trackingPatrick McHardy2012-08-264-2/+14
* | | tcp: use PRR to reduce cwin in CWR stateYuchung Cheng2012-09-033-83/+52Star
* | | tcp: move tcp_update_cwnd_in_recoveryYuchung Cheng2012-09-031-32/+32
* | | tcp: move tcp_enter_cwr()Yuchung Cheng2012-09-031-23/+23
* | | net: sierra_net: rx_urb_size is constantBjørn Mork2012-09-031-13/+4Star
* | | net: sierra_net: make private symbols staticBjørn Mork2012-09-031-3/+3
* | | net: cx82310_eth: use common match macroBjørn Mork2012-09-031-10/+1Star
| |/ |/|
* | 6lowpan: handle NETDEV_UNREGISTER eventAlan Ott2012-09-021-7/+37
* | 6lowpan: Make a copy of skb's delivered to 6lowpanAlan Ott2012-09-021-1/+8
* | Merge branch 'tcp_fastopen_server'David S. Miller2012-09-0120-97/+915
|\ \
| * | tcp: TCP Fast Open Server - main code pathJerry Chu2012-09-012-27/+309
| * | tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-09-0113-50/+330
| * | tcp: TCP Fast Open Server - header & support functionsJerry Chu2012-09-019-20/+276
|/ /
* | r8169: add D-Link DGE-560T identifiers.Francois Romieu2012-09-011-0/+2
* | bonding: add some slack to arp monitoring time limitsJiri Bohac2012-08-311-11/+20
* | ipv6: remove some deadcodeSorin Dumitru2012-08-311-22/+7Star
* | net: fix documentation of skb_needs_linearize().Rami Rosen2012-08-311-3/+1Star
* | ipv4: Minor logic clean-up in ipv4_mtuAlexander Duyck2012-08-311-4/+1Star
* | net:atm:fix up ENOIOCTLCMD error handlingWanlong Gao2012-08-311-1/+1
* | net:stmmac: convert driver to use devm_request_and_ioremap.Srinivas Kandagatla2012-08-311-32/+8Star