summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-223-4/+14
|\
| * ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2017-12-201-2/+7
| * ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-191-2/+6
| * ip_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao2017-12-204-5/+5
* | net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao2017-12-204-9/+19
* | 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-1611-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/+2
| |\
| | * 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/+0
| * | 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/+22
* | | tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet2017-12-132-17/+17
* | | tcp: allow TLP in ECN CWRNeal Cardwell2017-12-131-6/+3
* | | tcp: smoother receiver autotuningEric Dumazet2017-12-121-14/+5
* | | 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-096-25/+44
|\ \ \ | |/ /
| * | tcp: evaluate packet losses upon RTT changeYuchung Cheng2017-12-081-11/+8
| * | 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/+8
* | | 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/+5
* | | net/reuseport: drop legacy codePaolo Abeni2017-11-302-27/+6
OpenPOWER on IntegriCloud