summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv6: unify fragment thresh handling codeAmerigo Wang2012-09-192-5/+9
* gre: add GSO supportEric Dumazet2012-09-191-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-0/+5
|\
| * udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet2012-09-071-0/+5
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-109-53/+53
* | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-082-3/+2
* | net: rt_cache_flush() cleanupEric Dumazet2012-09-071-17/+2
* | ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-076-34/+21
* | igmp: avoid drop_monitor false positivesEric Dumazet2012-09-071-11/+19
* | tcp: fix TFO regressionEric Dumazet2012-09-062-7/+4
* | tcp: add generic netlink support for tcp_metricsJulian Anastasov2012-09-051-13/+341
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-0330-3358/+545
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-0321-129/+760
| |\ \
| * | | netfilter: properly annotate ipv4_netfilter_{init,fini}()Jan Beulich2012-09-031-2/+2
| * | | netfilter: nf_nat: support IPv6 in TFTP NAT helperPablo Neira Ayuso2012-08-303-56/+0
| * | | netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso2012-08-303-105/+0
| * | | netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy2012-08-303-586/+0
| * | | netfilter: nf_nat: support IPv6 in amanda NAT helperPatrick McHardy2012-08-303-91/+0
| * | | netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy2012-08-303-143/+0
| * | | netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2012-08-301-1/+2
| * | | netfilter: add protocol independent NAT corePatrick McHardy2012-08-3028-2382/+518
| * | | netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-308-74/+100
| * | | 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
| |/ / |/| |
* | | tcp: TCP Fast Open Server - main code pathJerry Chu2012-08-312-27/+309
* | | tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-318-33/+227
* | | tcp: TCP Fast Open Server - header & support functionsJerry Chu2012-08-314-3/+133
* | | ipv4: Minor logic clean-up in ipv4_mtuAlexander Duyck2012-08-311-4/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-314-13/+27
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-08-311-1/+4
| |\ \
| | * | netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-08-301-1/+4
| * | | ipv4: must use rcu protection while calling fib_lookupEric Dumazet2012-08-301-0/+2
| * | | net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri2012-08-301-2/+12
| * | | tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng2012-08-241-8/+7
| * | | ipv4: take rt_uncached_lock only if neededEric Dumazet2012-08-241-1/+1
| * | | ipv4: properly update pmtuEric Dumazet2012-08-221-1/+1
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-247-40/+64
|\ \ \ \
| * | | | userns: Teach inet_diag to work with user namespacesEric W. Biederman2012-08-142-7/+19
| * | | | userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman2012-08-142-27/+33
| * | | | userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-144-6/+12
* | | | | net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2012-08-232-10/+3
| |_|_|/ |/| | |
* | | | net: remove delay at device dismantleEric Dumazet2012-08-222-5/+9
* | | | Merge git://1984.lsi.us.es/nf-nextDavid S. Miller2012-08-224-28/+7
|\ \ \ \
| * | | | netfilter: remove unnecessary goto statement for error recoveryJean Sacren2012-08-223-15/+3
| * | | | netfilter: PTR_RET can be usedWu Fengguang2012-08-144-13/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-2212-30/+64
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet2012-08-211-1/+1
| * | | | ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch2012-08-211-1/+6