summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov2018-10-171-2/+0
* net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca2018-10-101-3/+4
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-102-4/+58
* udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina2018-10-071-1/+1
* ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet2018-10-021-2/+1
* inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-022-2/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-012-3/+2
|\
| * xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2018-09-042-3/+2
* | tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-011-1/+3
* | net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski2018-09-261-2/+4
* | ip_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-241-0/+9
* | udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni2018-09-161-23/+26
* | gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-131-0/+1
* | erspan: fix error handling for erspan tunnelHaishuang Yan2018-09-111-0/+3
* | erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan2018-09-111-0/+2
* | tcp: rate limit synflood warnings furtherWillem de Bruijn2018-09-111-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-09-111-3/+5
|\ \
| * | netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal2018-08-311-3/+5
* | | ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-091-0/+1
* | | tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-071-1/+1
* | | 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