summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-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
2013-09-04net: tcp_probe: adapt tbuf size for recent changesDaniel Borkmann
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel
2013-09-03net: neighbour: Remove CONFIG_ARPDTim Gardner
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-09-02net: make snmp_mib_free static inlineCong Wang
2013-08-31net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun
2013-08-30tcp: tcp_make_synack() should use sock_wmallocPhil Oester
2013-08-30tcp: do not use cached RTT for RTT estimationYuchung Cheng
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-08-29ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark
2013-08-29tcp: TSO packets automatic sizingEric Dumazet
2013-08-29tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin
2013-08-29tcp: initialize rcv_tstamp for restored socketsAndrew Vagin
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy
2013-08-28net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy
2013-08-28netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridgedPhil Oester
2013-08-27net: tcp_probe: allow more advanced ingress filtering by markDaniel Borkmann