summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert
2013-10-29tcp: gso: fix truesize trackingEric Dumazet
2013-10-28xfrm: Increase the garbage collector thresholdSteffen Klassert
2013-10-27tcp: do not rearm RTO when future data are sackedYuchung Cheng
2013-10-27tcp: only take RTT from timestamps if new data is ackedYuchung Cheng
2013-10-27tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng
2013-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-10-22netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell
2013-10-19ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko
2013-10-17tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet
2013-10-17tcp: must unclone packets before mangling themEric Dumazet
2013-10-17tcp: fix incorrect ca_state in tail loss probeYuchung Cheng
2013-10-11vti: get rid of nf mark rule in preroutingChristophe Gouault
2013-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-10-07ipv4: fix ineffective source address selectionJiri Benc
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-10-02net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2013-10-02tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen
2013-10-02netfilter: ipt_ULOG: fix info leaksMathias Krause
2013-10-01ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert
2013-10-01ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert
2013-10-01ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert
2013-10-01ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-09-30ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine
2013-09-30tcp: TSQ can use a dynamic limitEric Dumazet
2013-09-30ip_tunnel: Do not use stale inner_iph pointer.Pravin B Shelar
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy
2013-09-28net: net_secret should not depend on TCPEric Dumazet
2013-09-24net: raw: do not report ICMP redirects to user spaceDuan Jiong
2013-09-24net: udp: do not report ICMP redirects to user spaceDuan Jiong
2013-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-09-19ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka
2013-09-17tcp: fix RTO calculated from cached RTTNeal Cardwell
2013-09-16xfrm: Decode sessions with output interface.Steffen Klassert
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju
2013-09-06tcp: properly increase rcv_ssthresh for ofo packetsEric Dumazet
2013-09-06tcp: fix no cwnd growth after timeoutYuchung Cheng
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-05tcp: Add missing braces to do_tcp_setsockoptDave Jones
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-04tcp: better comments for RTO initiallizationYuchung Cheng
2013-09-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-09-04netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer
2013-09-04netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian