aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds6-6/+6
2013-09-04tcp: better comments for RTO initiallizationYuchung Cheng1-6/+20
2013-09-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+7
2013-09-04netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer1-2/+6
2013-09-04netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer1-2/+2
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian3-14/+9
2013-09-04net: tcp_probe: adapt tbuf size for recent changesDaniel Borkmann1-1/+1
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2-4/+2
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2-8/+5
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-2/+2
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel2-4/+2
2013-09-03net: neighbour: Remove CONFIG_ARPDTim Gardner2-18/+0
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-6/+6
2013-09-02net: make snmp_mib_free static inlineCong Wang1-12/+0
2013-08-31net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang1-1/+12
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun1-3/+2
2013-08-30tcp: tcp_make_synack() should use sock_wmallocPhil Oester1-1/+1
2013-08-30tcp: do not use cached RTT for RTT estimationYuchung Cheng1-33/+11
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-13/+12
2013-08-29ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark1-1/+2
2013-08-29tcp: TSO packets automatic sizingEric Dumazet4-7/+65
2013-08-29tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin1-3/+6
2013-08-29tcp: initialize rcv_tstamp for restored socketsAndrew Vagin1-0/+2
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy3-0/+486
2013-08-28net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy1-11/+18
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy1-5/+2
2013-08-28netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridgedPhil Oester1-1/+20
2013-08-27net: tcp_probe: allow more advanced ingress filtering by markDaniel Borkmann1-4/+11
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-08-26xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa1-1/+1
2013-08-25ipip: potential race in ip_tunnel_init_net()Dan Carpenter1-6/+4
2013-08-22net: tcp_probe: add IPv6 supportDaniel Borkmann1-10/+44
2013-08-22net: tcp_probe: kprobes: adapt jtcp_rcv_established signatureDaniel Borkmann1-1/+8
2013-08-22net: tcp_probe: also include rcv_wnd next to snd_wndDaniel Borkmann1-2/+4
2013-08-22tcp: increase throughput when reordering is highYuchung Cheng1-12/+20
2013-08-20ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()Dan Carpenter1-4/+4
2013-08-20ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet1-5/+3
2013-08-20tcp: trivial: Remove nocache argument from tcp_v4_send_synackChristoph Paasch1-3/+2
2013-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2013-08-20tcp: set timestamps for restored skb-sAndrey Vagin1-0/+7
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-15/+12
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco4-5/+5
2013-08-15ipip: add x-netns supportNicolas Dichtel4-20/+32
2013-08-15ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel1-2/+2