summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-02-062-9/+17
* net: ip_gre: always reports o_key to userspaceLorenzo Bianconi2019-02-061-1/+6
* Fix "net: ipv4: do not handle duplicate fragments as overlapping"Greg Kroah-Hartman2019-02-061-1/+1
* tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-311-1/+1
* erspan: build the header with the right proto according to erspan_verXin Long2019-01-311-9/+14
* udp: with udp_segment release on error pathWillem de Bruijn2019-01-311-4/+12
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-312-5/+14
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-311-0/+1
* netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routineTaehee Yoo2019-01-261-68/+87
* netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routineTaehee Yoo2019-01-261-1/+0Star
* netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is setTaehee Yoo2019-01-261-1/+2
* ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-221-7/+5Star
* tcp: change txhash on SYN-data timeoutYuchung Cheng2019-01-221-1/+1
* 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