summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Return error for RTA_VIA attributeDavid Ahern2019-03-101-0/+4
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-102-7/+32
* net: Add __icmp_send helper.Nazarov Sergey2019-03-101-3/+4
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-03-101-1/+2
* ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-102-5/+14
* netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...Taehee Yoo2019-02-271-5/+14
* inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2019-02-271-1/+9
* netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn2019-02-231-1/+6
* tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-231-3/+4
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-1/+1
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-232-2/+6
* 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/+0
* 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/+5
* 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/+3
* 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-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