aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-27tcp: Remove unused parameter from tcp_v4_save_optionsChristoph Paasch1-3/+2
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger2-33/+47
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger2-13/+1
2012-09-27gre: remove unnecessary rcu_read_lock/unlockstephen hemminger1-14/+7
2012-09-27gre: fix handling of key 0stephen hemminger1-10/+34
2012-09-25ipconfig: fix trivial build errorAndy Shevchenko1-11/+11
2012-09-25net: raw: revert unrelated changeEric Dumazet1-12/+7
2012-09-24net: use a per task frag allocatorEric Dumazet4-114/+62
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller4-229/+10
2012-09-22tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell1-0/+2
2012-09-22tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell1-1/+2
2012-09-22tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell1-4/+6
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell2-3/+10
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell1-3/+1
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz1-3/+36
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt3-121/+5
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt3-108/+5
2012-09-20tcp: Document use of undefined variable.Alan Cox1-0/+4
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch2-2/+7
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang2-5/+9
2012-09-19gre: add GSO supportEric Dumazet1-0/+12
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman9-53/+53
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2-3/+2
2012-09-07net: rt_cache_flush() cleanupEric Dumazet1-17/+2
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel6-34/+21
2012-09-07igmp: avoid drop_monitor false positivesEric Dumazet1-11/+19
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet1-0/+5
2012-09-06tcp: fix TFO regressionEric Dumazet2-7/+4
2012-09-05tcp: add generic netlink support for tcp_metricsJulian Anastasov1-13/+341
2012-09-03Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller30-3358/+545
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng2-81/+44
2012-09-03tcp: move tcp_update_cwnd_in_recoveryYuchung Cheng1-32/+32
2012-09-03tcp: move tcp_enter_cwr()Yuchung Cheng1-23/+23
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso21-129/+760
2012-09-03netfilter: properly annotate ipv4_netfilter_{init,fini}()Jan Beulich1-2/+2
2012-08-31tcp: TCP Fast Open Server - main code pathJerry Chu2-27/+309
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu8-33/+227
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu4-3/+133
2012-08-31ipv4: Minor logic clean-up in ipv4_mtuAlexander Duyck1-4/+1
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+27
2012-08-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+4
2012-08-30ipv4: must use rcu protection while calling fib_lookupEric Dumazet1-0/+2
2012-08-30net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri1-2/+12
2012-08-30netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso1-1/+4
2012-08-30netfilter: nf_nat: support IPv6 in TFTP NAT helperPablo Neira Ayuso3-56/+0
2012-08-30netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso3-105/+0
2012-08-30netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy3-586/+0
2012-08-30netfilter: nf_nat: support IPv6 in amanda NAT helperPatrick McHardy3-91/+0
2012-08-30netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy3-143/+0