summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell2019-03-231-1/+1
* esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-03-231-1/+1
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-192-2/+13
* tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-191-8/+1Star
* tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh2019-03-191-0/+5
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-191-0/+4
* ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-191-4/+5
* vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-03-131-0/+50
* ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-03-101-4/+5
* 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/+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