summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert2013-10-011-2/+0
* ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert2013-10-011-1/+1
* ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert2013-10-011-1/+3
* ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert2013-10-011-6/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-011-3/+7
|\
| * netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy2013-09-301-3/+7
* | ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine2013-09-301-2/+2
* | tcp: TSQ can use a dynamic limitEric Dumazet2013-09-301-6/+11
* | ip_tunnel: Do not use stale inner_iph pointer.Pravin B Shelar2013-09-301-2/+2
* | net: net_secret should not depend on TCPEric Dumazet2013-09-281-3/+1
* | net: raw: do not report ICMP redirects to user spaceDuan Jiong2013-09-241-1/+3
* | net: udp: do not report ICMP redirects to user spaceDuan Jiong2013-09-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-197-12/+14
|\ \
| * | ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-196-10/+10
| * | ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka2013-09-191-1/+1
| |/
| * tcp: fix RTO calculated from cached RTTNeal Cardwell2013-09-171-1/+3
* | memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju2013-09-121-5/+5
|/
* tcp: properly increase rcv_ssthresh for ofo packetsEric Dumazet2013-09-061-1/+4
* tcp: fix no cwnd growth after timeoutYuchung Cheng2013-09-061-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-0534-778/+1069
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-058-22/+27
| |\
| | * tcp: Add missing braces to do_tcp_setsockoptDave Jones2013-09-051-1/+2
| * | tcp: better comments for RTO initiallizationYuchung Cheng2013-09-041-6/+20
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-09-041-3/+7
| |\ \
| | * | netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer2013-09-041-2/+6
| | * | netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer2013-09-041-2/+2
| * | | tcp: Change return value of tcp_rcv_established()Vijay Subramanian2013-09-043-14/+9
| * | | net: tcp_probe: adapt tbuf size for recent changesDaniel Borkmann2013-09-041-1/+1
| * | | tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2013-09-042-4/+2
| * | | tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2013-09-042-8/+5
| * | | skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel2013-09-041-2/+2
| * | | iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel2013-09-042-4/+2
| * | | net: neighbour: Remove CONFIG_ARPDTim Gardner2013-09-032-18/+0
| |/ /
| * | net: make snmp_mib_free static inlineCong Wang2013-09-021-12/+0
| * | net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang2013-08-311-1/+12
| * | tcp: do not use cached RTT for RTT estimationYuchung Cheng2013-08-301-33/+11
| * | tcp: TSO packets automatic sizingEric Dumazet2013-08-294-7/+65
| * | netfilter: add SYNPROXY core/targetPatrick McHardy2013-08-283-0/+486
| * | net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy2013-08-281-11/+18
| * | netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-281-5/+2
| * | netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridgedPhil Oester2013-08-281-1/+20
| * | net: tcp_probe: allow more advanced ingress filtering by markDaniel Borkmann2013-08-271-4/+11
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-0/+7
| |\ \
| * | | ipip: potential race in ip_tunnel_init_net()Dan Carpenter2013-08-251-6/+4
| * | | net: tcp_probe: add IPv6 supportDaniel Borkmann2013-08-221-10/+44
| * | | net: tcp_probe: kprobes: adapt jtcp_rcv_established signatureDaniel Borkmann2013-08-221-1/+8
| * | | net: tcp_probe: also include rcv_wnd next to snd_wndDaniel Borkmann2013-08-221-2/+4
| * | | tcp: increase throughput when reordering is highYuchung Cheng2013-08-221-12/+20
| * | | ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()Dan Carpenter2013-08-201-4/+4
| * | | ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet2013-08-201-5/+3