summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-09-021-4/+2
* igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-09-021-3/+2
* tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-08-311-1/+2
* erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2018-08-271-0/+3
* tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang2018-08-221-2/+2
* tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang2018-08-221-0/+4
* tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang2018-08-221-16/+18
* ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet2018-08-221-0/+6
* ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan2018-08-191-1/+2
* tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann2018-08-161-0/+2
* tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-08-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-133-9/+28
|\
| * bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-112-5/+13
| * bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-113-4/+15
* | ip: process in-order fragments efficientlyPeter Oskolkov2018-08-112-42/+70
* | ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-08-111-0/+73
* | tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng2018-08-111-4/+4
* | tcp: always ACK immediately on hole repairsYuchung Cheng2018-08-111-2/+2
* | tcp: avoid resetting ACK timer in DCTCPYuchung Cheng2018-08-111-2/+2
* | tcp: mandate a one-time immediate ACKYuchung Cheng2018-08-111-1/+3
|/
* ipv4: frags: precedence bug in ip_expire()Dan Carpenter2018-08-061-1/+1
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-052-87/+111
* ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2018-08-052-56/+20
* tcp: remove unneeded variable 'err'YueHaibing2018-08-031-2/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-026-7/+24
|\
| * ipv4: frags: handle possible skb truesize changeEric Dumazet2018-07-311-0/+5
| * inet: frag: enforce memory limits earlierEric Dumazet2018-07-311-3/+3
| * tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell2018-07-281-0/+4
| * ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-07-281-2/+2
| * net: igmp: make function __ip_mc_inc_group() staticWei Yongjun2018-07-251-1/+2
| * tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-07-251-1/+8
* | ip_gre: remove redundant variables t_hlenYueHaibing2018-08-011-5/+0
* | tcp: remove set but not used variable 'skb_size'Wei Yongjun2018-08-011-2/+1
* | tcp: add stat of data packet reordering eventsWei Wang2018-08-013-2/+7
* | tcp: add dsack blocks received statsWei Wang2018-08-012-0/+5
* | tcp: add data bytes retransmitted statsWei Wang2018-08-012-0/+6
* | tcp: add data bytes sent statsWei Wang2018-08-012-0/+7
* | tcp: add a helper to calculate size of opt_statsWei Wang2018-08-011-3/+24
* | net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata2018-08-011-1/+18
* | net: ipv4: Control SKB reprioritization after forwardingPetr Machata2018-08-013-1/+12
* | net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-012-6/+3
* | net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* | route: add support for directed broadcast forwardingXin Long2018-07-292-1/+16
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-271-4/+2
|\ \
| * | xfrm: don't check offload_handle for nonzeroShannon Nelson2018-07-191-4/+2
* | | tcp: make function tcp_retransmit_stamp() staticWei Yongjun2018-07-251-1/+1
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-246-61/+100
|\ \ \ | | |/ | |/|
| * | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-241-2/+5
| * | tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-231-4/+21
| * | tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-231-2/+2