aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-30netfilter: ip6tables: add MASQUERADE targetPatrick McHardy1-1/+2
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy28-2382/+518
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy8-74/+100
2012-08-26ipv4: fix path MTU discovery with connection trackingPatrick McHardy2-2/+10
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller7-40/+64
2012-08-24tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng1-8/+7
2012-08-24ipv4: take rt_uncached_lock only if neededEric Dumazet1-1/+1
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2-10/+3
2012-08-22net: remove delay at device dismantleEric Dumazet2-5/+9
2012-08-22ipv4: properly update pmtuEric Dumazet1-1/+1
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller4-28/+7
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-30/+64
2012-08-22netfilter: remove unnecessary goto statement for error recoveryJean Sacren3-15/+3
2012-08-21ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet1-1/+1
2012-08-21ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch1-1/+6
2012-08-21tcp: fix possible socket refcount problemEric Dumazet3-10/+18
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-1/+1
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell2-2/+1
2012-08-20Merge git://1984.lsi.us.es/nfDavid S. Miller1-4/+5
2012-08-15net: remove wrong initialization for snd_wl1Razvan Ghitulete1-2/+1
2012-08-14userns: Teach inet_diag to work with user namespacesEric W. Biederman2-7/+19
2012-08-14userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman2-27/+33
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman4-6/+12
2012-08-14net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic1-4/+6
2012-08-14ipv4: Cache local output routesYan, Zheng1-1/+0
2012-08-14netfilter: PTR_RET can be usedWu Fengguang4-13/+4
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet2-4/+3
2012-08-10netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy1-2/+3
2012-08-10netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy1-2/+2
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet1-1/+2