aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu1-15/+90
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu1-10/+17
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng3-30/+22
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet2-17/+17
2017-12-13tcp: allow TLP in ECN CWRNeal Cardwell1-6/+3
2017-12-12tcp: smoother receiver autotuningEric Dumazet1-14/+5
2017-12-12tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet1-5/+7
2017-12-12tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-25/+44
2017-12-08tcp: evaluate packet losses upon RTT changeYuchung Cheng1-11/+8
2017-12-08tcp: fix off-by-one bug in RACKYuchung Cheng1-3/+3
2017-12-08tcp: always evaluate losses in RACK upon undoYuchung Cheng1-0/+1
2017-12-08tcp: correctly test congestion state in RACKYuchung Cheng1-1/+2
2017-12-08tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell1-0/+1
2017-12-08tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell1-0/+4
2017-12-08tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell1-2/+5
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung3-5/+16
2017-12-07tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet1-0/+1
2017-12-05Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet1-3/+3
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-19/+46
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet1-19/+40
2017-12-03tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau1-0/+3
2017-12-03inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau1-9/+159
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau1-14/+8
2017-12-03inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau1-2/+9
2017-12-01ip_gre: Refector the erpsan tunnel code.William Tu1-49/+5
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet1-0/+6
2017-11-30net/reuseport: drop legacy codePaolo Abeni2-27/+6
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller1-1/+1
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller1-1/+1
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-16/+13
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn2-6/+55
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-16/+13
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2-4/+6
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+9
2017-11-18route: also update fnhe_genid when updating a route cacheXin Long1-2/+7
2017-11-18route: update fnhe_expires for redirect when the fnhe existsXin Long1-3/+2
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+0
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2-4/+0
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds40-1143/+1792
2017-11-15tcp: highest_sack fixEric Dumazet1-1/+1
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger4-50/+58
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+2
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet1-2/+2
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-8/+8
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+11
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng4-106/+68
2017-11-11tcp: retire FACK loss detectionYuchung Cheng6-60/+10
2017-11-10tcp: fix tcp_fastretrans_alert warningYuchung Cheng1-2/+1
2017-11-10tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet1-2/+10