summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell-0/+2
2013-10-19ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko-4/+9
2013-10-17tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet-2/+1
2013-10-17tcp: must unclone packets before mangling themEric Dumazet-3/+6
2013-10-17tcp: fix incorrect ca_state in tail loss probeYuchung Cheng-1/+1
2013-10-11vti: get rid of nf mark rule in preroutingChristophe Gouault-3/+11
2013-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+1
2013-10-07ipv4: fix ineffective source address selectionJiri Benc-1/+1
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet-1/+4
2013-10-02net: do not call sock_put() on TIMEWAIT socketsEric Dumazet-1/+1
2013-10-02tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen-0/+2
2013-10-01ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert-2/+0
2013-10-01ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert-1/+1
2013-10-01ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert-1/+3
2013-10-01ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert-6/+6
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-3/+7
2013-09-30ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine-2/+2
2013-09-30tcp: TSQ can use a dynamic limitEric Dumazet-6/+11
2013-09-30ip_tunnel: Do not use stale inner_iph pointer.Pravin B Shelar-2/+2
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy-3/+7
2013-09-28net: net_secret should not depend on TCPEric Dumazet-3/+1
2013-09-24net: raw: do not report ICMP redirects to user spaceDuan Jiong-1/+3
2013-09-24net: udp: do not report ICMP redirects to user spaceDuan Jiong-1/+1
2013-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-12/+14
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka-10/+10
2013-09-19ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka-1/+1
2013-09-17tcp: fix RTO calculated from cached RTTNeal Cardwell-1/+3
2013-09-16xfrm: Decode sessions with output interface.Steffen Klassert-0/+1
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju-5/+5
2013-09-06tcp: properly increase rcv_ssthresh for ofo packetsEric Dumazet-1/+4
2013-09-06tcp: fix no cwnd growth after timeoutYuchung Cheng-4/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-778/+1069
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-22/+27
2013-09-05tcp: Add missing braces to do_tcp_setsockoptDave Jones-1/+2
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+6
2013-09-04tcp: better comments for RTO initiallizationYuchung Cheng-6/+20
2013-09-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-3/+7
2013-09-04netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer-2/+6
2013-09-04netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer-2/+2
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian-14/+9
2013-09-04net: tcp_probe: adapt tbuf size for recent changesDaniel Borkmann-1/+1
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel-4/+2
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel-8/+5
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel-2/+2
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel-4/+2
2013-09-03net: neighbour: Remove CONFIG_ARPDTim Gardner-18/+0
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-6/+6
2013-09-02net: make snmp_mib_free static inlineCong Wang-12/+0
2013-08-31net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang-1/+12
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun-3/+2