summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-1/+11
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-1/+11
| |\
| | * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-1/+11
* | | tcp: do not allocate linear memory for zerocopy skbsWillem de Bruijn2017-12-271-4/+7
* | | tcp: place all zerocopy payload in fragsWillem de Bruijn2017-12-271-4/+5
* | | tcp: push full zerocopy packetsWillem de Bruijn2017-12-271-1/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-273-69/+45Star
|\ \ \
| * | | esp: Don't require synchronous crypto fallback on offloading anymore.Steffen Klassert2017-12-201-10/+2Star
| * | | net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-3/+21
| * | | xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert2017-12-202-56/+22Star
* | | | net: erspan: remove md NULL checkWilliam Tu2017-12-261-5/+0Star
* | | | tcp: md5: Handle RCU dereference of md5sig_infoMat Martineau2017-12-261-1/+1
* | | | 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-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