summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-03-131-0/+50
* ipv4: Return error for RTA_VIA attributeDavid Ahern2019-03-131-0/+4
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-132-7/+32
* net: Add __icmp_send helper.Nazarov Sergey2019-03-131-3/+4
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-03-131-1/+2
* inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2019-02-271-1/+9
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-1/+0
* tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-231-3/+4
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-232-2/+6
* Fix "net: ipv4: do not handle duplicate fragments as overlapping"Greg Kroah-Hartman2019-02-061-1/+1
* ipfrag: really prevent allocation on netns exitPaolo Abeni2019-01-311-1/+1
* tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-311-1/+1
* 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: 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-231-7/+5
* 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
* ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-091-0/+3
* tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-171-11/+24
* tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-171-4/+8
* tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-171-1/+4
* ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-171-0/+7
* ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf2018-12-081-2/+2
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-011-8/+3
* inet: frags: better deal with smp racesEric Dumazet2018-11-231-13/+15
* 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: ipmr: fix unresolved entry dumpsNikolay Aleksandrov2018-11-041-2/+0
* net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-041-4/+8
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-11-041-2/+18
* xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2018-11-042-3/+2
* inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-182-2/+7
* tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-181-1/+3
* udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina2018-10-181-1/+1
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-182-4/+58
* ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet2018-10-181-2/+1
* ip_tunnel: be careful when accessing the inner headerPaolo Abeni2018-10-181-0/+9
* udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni2018-09-291-23/+26
* gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-291-0/+1
* tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-261-1/+1
* erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan2018-09-261-0/+2
* erspan: fix error handling for erspan tunnelHaishuang Yan2018-09-261-0/+2
* ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-191-0/+1
* ip: process in-order fragments efficientlyPeter Oskolkov2018-09-192-42/+70
* ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-09-191-0/+73
* ipv4: frags: precedence bug in ip_expire()Dan Carpenter2018-09-191-1/+1
* net: sk_buff rbnode reorgEric Dumazet2018-09-192-87/+111
* net: add rb_to_skb() and other rb tree helpersEric Dumazet2018-09-192-26/+15
* ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2018-09-192-56/+20