summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel2012-09-051-4/+28
* net: qdisc busylock needs lockdep annotationsEric Dumazet2012-09-052-2/+10
* netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell2012-09-051-0/+1
* net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov2012-09-051-3/+15
* tcp: add generic netlink support for tcp_metricsJulian Anastasov2012-09-051-13/+341
* net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd e...Masatake YAMATO2012-09-041-5/+78
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-09-0410-171/+317
|\
| * openvswitch: Increase maximum number of datapath ports.Pravin B Shelar2012-09-037-51/+113
| * openvswitch: Add support for network namespaces.Pravin B Shelar2012-08-227-123/+207
* | 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/+4
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-0366-1680/+3393
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-03120-1313/+2941
| |\ \
| * | | 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/+14
| * | | netfilter: remove xt_NOTRACKCong Wang2012-09-033-67/+0
| * | | netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso2012-09-031-6/+1
| * | | netfilter: xt_CT: refactorize xt_ct_tg_checkPablo Neira Ayuso2012-09-031-136/+126
| * | | 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-303-0/+175
| * | | netfilter: nf_nat: support IPv6 in TFTP NAT helperPablo Neira Ayuso2012-08-306-8/+7
| * | | netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso2012-08-306-14/+7
| * | | netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy2012-08-306-111/+140
| * | | netfilter: nf_nat: support IPv6 in amanda NAT helperPatrick McHardy2012-08-306-8/+7
| * | | 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-305-2/+151
| * | | netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-309-2/+755
| * | | net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy2012-08-301-0/+20
| * | | 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-3036-1039/+1352
| * | | netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-3015-195/+295
| * | | 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/+6
| * | | netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-304-15/+61
| * | | ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer2012-08-301-6/+15
| * | | ipv4: fix path MTU discovery with connection trackingPatrick McHardy2012-08-262-2/+10
* | | | tcp: use PRR to reduce cwin in CWR stateYuchung Cheng2012-09-032-81/+44
* | | | tcp: move tcp_update_cwnd_in_recoveryYuchung Cheng2012-09-031-32/+32
* | | | tcp: move tcp_enter_cwr()Yuchung Cheng2012-09-031-23/+23
| |/ / |/| |
* | | 6lowpan: handle NETDEV_UNREGISTER eventAlan Ott2012-09-011-7/+37
* | | 6lowpan: Make a copy of skb's delivered to 6lowpanAlan Ott2012-09-011-1/+8
* | | tcp: TCP Fast Open Server - main code pathJerry Chu2012-08-312-27/+309
* | | tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-3111-35/+326
* | | tcp: TCP Fast Open Server - header & support functionsJerry Chu2012-08-314-3/+133
* | | ipv6: remove some deadcodeSorin Dumitru2012-08-311-22/+7
* | | net: fix documentation of skb_needs_linearize().Rami Rosen2012-08-311-3/+1
* | | ipv4: Minor logic clean-up in ipv4_mtuAlexander Duyck2012-08-311-4/+1