summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-12-05tcp: defer SACK compression after DupThreshEric Dumazet3-6/+16
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet1-8/+3
2018-11-23inet: frags: better deal with smp racesEric Dumazet1-14/+15
2018-11-23tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon1-0/+1
2018-11-23ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca1-1/+1
2018-11-13net/ipv4: defensive cipso option parsingStefan Nuernberger1-4/+7
2018-11-04net: drop skb on failure in ip_check_defrag()Cong Wang1-4/+8
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+18
2018-10-18net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov1-2/+0
2018-10-11net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca1-3/+4
2018-10-11net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2-4/+58
2018-10-08udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina1-1/+1
2018-10-03ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-03inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2-2/+7
2018-10-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-3/+2
2018-10-02tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-1/+3
2018-09-27net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski1-2/+4
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-09-17udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni1-23/+26
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen1-0/+1
2018-09-12erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+3
2018-09-12erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan1-0/+2
2018-09-12tcp: rate limit synflood warnings furtherWillem de Bruijn1-2/+2
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+5
2018-09-10ip: frags: fix crash in ip_do_fragment()Taehee Yoo1-0/+1
2018-09-08tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch1-1/+1
2018-09-04xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2-3/+2
2018-09-02igmp: fix incorrect unsolicit report count after link down and upHangbin Liu1-4/+2
2018-09-02igmp: fix incorrect unsolicit report count when join groupHangbin Liu1-3/+2
2018-09-01tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2
2018-08-31netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal1-3/+5
2018-08-28erspan: set erspan_ver to 1 by default when adding an erspan devXin Long1-0/+3
2018-08-23tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang1-2/+2
2018-08-23tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang1-0/+4
2018-08-23tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang1-16/+18
2018-08-23ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet1-0/+6
2018-08-19ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan1-1/+2
2018-08-17tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann1-0/+2
2018-08-17tcp, ulp: add alias for all ulp modulesDaniel Borkmann1-1/+1
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-9/+28
2018-08-12ip: process in-order fragments efficientlyPeter Oskolkov2-42/+70
2018-08-12ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+73
2018-08-11tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng1-4/+4
2018-08-11tcp: always ACK immediately on hole repairsYuchung Cheng1-2/+2
2018-08-11tcp: avoid resetting ACK timer in DCTCPYuchung Cheng1-2/+2
2018-08-11tcp: mandate a one-time immediate ACKYuchung Cheng1-1/+3
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2-5/+13
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau3-4/+15
2018-08-06ipv4: frags: precedence bug in ip_expire()Dan Carpenter1-1/+1