summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | | ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan2017-12-201-1/+3
* | | | ip_gre: fix error path when erspan_rcv failedHaishuang Yan2017-12-201-0/+2
| |/ / |/| |
* | | net: erspan: reload pointer after pskb_may_pullWilliam Tu2017-12-181-1/+3
* | | net: erspan: fix wrong return valueWilliam Tu2017-12-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-1711-27/+59
|\| |
| * | ip_gre: fix wrong return value of erspan_rcvHaishuang Yan2017-12-151-1/+1
| * | tcp: refresh tcp_mstamp from timers callbacksEric Dumazet2017-12-131-0/+2
| * | tcp: fix potential underestimation on rcv_rttWei Wang2017-12-131-4/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-12-133-3/+2Star
| |\ \
| | * | netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regressionArnd Bergmann2017-12-071-1/+1
| | * | netfilter: exit_net cleanup check addedVasily Averin2017-11-201-0/+1
| | * | netfilter: remove redundant assignment to eColin Ian King2017-11-202-2/+0Star
| * | | net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2017-12-131-1/+19
| * | | ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-133-12/+18
| * | | tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2017-12-121-1/+1
| * | | net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2017-12-111-5/+10
* | | | net: erspan: introduce erspan v2 for ip_greWilliam Tu2017-12-151-15/+90
* | | | net: erspan: refactor existing erspan codeWilliam Tu2017-12-151-10/+17
* | | | tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng2017-12-133-30/+22Star
* | | | tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet2017-12-132-17/+17
* | | | tcp: allow TLP in ECN CWRNeal Cardwell2017-12-131-6/+3Star
* | | | tcp: smoother receiver autotuningEric Dumazet2017-12-121-14/+5Star
* | | | tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2017-12-121-5/+7
* | | | tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2017-12-121-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-106-25/+44
|\| | |
| * | | tcp: evaluate packet losses upon RTT changeYuchung Cheng2017-12-081-11/+8Star
| * | | tcp: fix off-by-one bug in RACKYuchung Cheng2017-12-081-3/+3
| * | | tcp: always evaluate losses in RACK upon undoYuchung Cheng2017-12-081-0/+1
| * | | tcp: correctly test congestion state in RACKYuchung Cheng2017-12-081-1/+2
| * | | tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell2017-12-081-0/+1
| * | | tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell2017-12-081-0/+4
| * | | tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell2017-12-081-2/+5
| * | | tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-083-5/+16
| * | | tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet2017-12-071-0/+1
| * | | Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet2017-12-051-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-052-19/+46
|\| | |
| * | | tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-031-19/+40
| * | | tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-011-0/+6
* | | | tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau2017-12-031-0/+3
* | | | inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2017-12-031-9/+159
* | | | udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-031-14/+8Star
* | | | inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau2017-12-031-2/+9
* | | | ip_gre: Refector the erpsan tunnel code.William Tu2017-12-011-49/+5Star
* | | | net/reuseport: drop legacy codePaolo Abeni2017-11-302-27/+6Star
* | | | xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-301-1/+1
* | | | net: Create and use new helper xfrm_dst_child().David Miller2017-11-301-1/+1
|/ / /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-252-16/+13Star
|\ \ \ | |_|/ |/| |
| * | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-222-16/+13Star
| |/
* / net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-232-6/+55
|/
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-11-192-4/+6