aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-10inet: includes a sock_common in request_sockEric Dumazet6-52/+55
2013-10-10fib_trie: only calc for the un-first nodebaker.zhang1-5/+1
2013-10-09net: fix build errors if ipv6 is disabledEric Dumazet2-3/+9
2013-10-09udp: fix a typo in __udp4_lib_mcast_demux_lookupEric Dumazet1-1/+1
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet6-59/+40
2013-10-08tcp/dccp: remove twchainEric Dumazet5-189/+85
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+8
2013-10-08net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer3-4/+5
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer2-18/+185
2013-10-08udp: Only allow busy read/poll on connected socketsShawn Bohrer1-2/+3
2013-10-07ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet2-5/+5
2013-10-03net: ipv4: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet1-6/+5
2013-10-02net: do not call sock_put() on TIMEWAIT socketsEric Dumazet1-1/+1
2013-10-02tcp: sndbuf autotuning improvementsEric Dumazet2-14/+26
2013-10-02fib_trie: avoid a redundant bit judgement in inflatebaker.zhang1-6/+3
2013-10-02tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen1-0/+2
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-28/+37
2013-10-01ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert1-2/+0
2013-10-01ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert1-1/+1
2013-10-01ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert1-1/+3
2013-10-01ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert1-6/+6
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+7
2013-09-30ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman5-36/+44
2013-09-30tcp: TSQ can use a dynamic limitEric Dumazet1-6/+11
2013-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-74/+9
2013-09-30ip_tunnel: Do not use stale inner_iph pointer.Pravin B Shelar1-2/+2
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy1-3/+7
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet1-1/+1
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco5-6/+24
2013-09-28ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco1-1/+19
2013-09-28net: net_secret should not depend on TCPEric Dumazet1-3/+1
2013-09-24tcp: fix dynamic right sizingEric Dumazet1-31/+53
2013-09-24tcp: syncookies: reduce mss table to four valuesFlorian Westphal1-11/+11
2013-09-24tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal1-21/+10
2013-09-24net: raw: do not report ICMP redirects to user spaceDuan Jiong1-1/+3
2013-09-24net: udp: do not report ICMP redirects to user spaceDuan Jiong1-1/+1
2013-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-12/+14
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka6-10/+10
2013-09-19ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-09-17tcp: fix RTO calculated from cached RTTNeal Cardwell1-1/+3
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju1-5/+5
2013-09-06tcp: properly increase rcv_ssthresh for ofo packetsEric Dumazet1-1/+4
2013-09-06tcp: fix no cwnd growth after timeoutYuchung Cheng1-4/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds34-778/+1069
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-22/+27
2013-09-05tcp: Add missing braces to do_tcp_setsockoptDave Jones1-1/+2