summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet2019-01-091-1/+3
* net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek2019-01-091-6/+12
* net: clear skb->tstamp in forwarding pathsEric Dumazet2019-01-091-0/+1
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-093-12/+18
* ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-091-0/+4
* tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-171-11/+24
* netfilter: nat: fix double register in masquerade modulesTaehee Yoo2018-12-171-7/+16
* netfilter: add missing error handling code for register functionsTaehee Yoo2018-12-173-7/+25
* tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-171-4/+7
* tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-171-1/+4
* net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-171-2/+2
* ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-171-0/+7
* tcp: defer SACK compression after DupThreshEric Dumazet2018-12-053-6/+16
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-011-8/+3Star
* inet: frags: better deal with smp racesEric Dumazet2018-11-231-14/+15
* tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon2018-11-231-0/+1
* ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca2018-11-231-1/+1
* net/ipv4: defensive cipso option parsingStefan Nuernberger2018-11-131-4/+7
* net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-041-4/+8
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-11-041-1/+1
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-11-041-2/+18
* net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov2018-10-181-2/+0Star
* net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca2018-10-111-3/+4
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-112-4/+58
* udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina2018-10-081-1/+1
* ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet2018-10-031-2/+1Star
* inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-032-2/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-022-3/+2Star
|\
| * xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2018-09-042-3/+2Star
* | tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-021-1/+3
* | net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski2018-09-271-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-171-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-121-0/+3
* | erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan2018-09-121-0/+2
* | tcp: rate limit synflood warnings furtherWillem de Bruijn2018-09-121-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-09-121-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-081-1/+1
* | | igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-09-021-4/+2Star
* | | igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-09-021-3/+2Star
* | | tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-09-011-1/+2
* | | erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2018-08-281-0/+3
|/ /
* | tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang2018-08-231-2/+2
* | tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang2018-08-231-0/+4
* | tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang2018-08-231-16/+18
* | ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet2018-08-231-0/+6
* | ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan2018-08-191-1/+2