summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2019-03-19tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-03-19tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2-2/+13
2019-03-19tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch1-8/+1
2019-03-19tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh1-0/+5
2019-03-19route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long1-0/+4
2019-03-19ipv4/route: fail early when inet dev is missingPaolo Abeni1-4/+5
2019-03-14vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun1-0/+50
2019-03-10ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern1-4/+5
2019-03-10ipv4: Return error for RTA_VIA attributeDavid Ahern1-0/+4
2019-03-10net: avoid use IPCB in cipso_v4_errorNazarov Sergey2-7/+32
2019-03-10net: Add __icmp_send helper.Nazarov Sergey1-3/+4
2019-03-10netlabel: fix out-of-bounds memory accessesPaul Moore1-1/+2
2019-03-10ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2-5/+14
2019-02-27netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...Taehee Yoo1-5/+14
2019-02-27inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov1-1/+9
2019-02-23netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn1-1/+6
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet1-3/+4
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+1
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2-2/+6
2019-02-12bpf: sk_msg, fix socket data_ready eventsJohn Fastabend1-1/+1
2019-02-06net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2-9/+17
2019-02-06net: ip_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-01-31tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn1-1/+1
2019-01-31erspan: build the header with the right proto according to erspan_verXin Long1-9/+14
2019-01-31udp: with udp_segment release on error pathWillem de Bruijn1-4/+12
2019-01-31net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2-5/+14
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2019-01-26netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routineTaehee Yoo1-68/+87
2019-01-26netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routineTaehee Yoo1-1/+0
2019-01-26netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is setTaehee Yoo1-1/+2
2019-01-26netlink: fixup regression in RTM_GETADDRArthur Gautier1-1/+1
2019-01-22ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn1-7/+5
2019-01-22tcp: change txhash on SYN-data timeoutYuchung Cheng1-1/+1
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn3-12/+18
2018-12-21tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet1-1/+3
2018-12-18net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2018-12-16net: clear skb->tstamp in forwarding pathsEric Dumazet1-0/+1
2018-12-15net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek1-6/+12
2018-12-15net: Allow class-e address assignment via ifconfig ioctlDave Taht2-2/+5
2018-12-10ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-12-08tcp: lack of available data can also cause TSO deferEric Dumazet1-11/+24
2018-12-06ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner1-0/+7
2018-12-06tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+7
2018-12-06tcp: Do not underestimate rwnd_limitedEric Dumazet1-1/+4
2018-12-06net: use skb_list_del_init() to remove from RX sublistsEdward Cree1-2/+2
2018-12-01tcp: fix SNMP TCP timeout under-estimationYuchung Cheng1-4/+4
2018-12-01tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2018-12-01tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-11/+38
2018-11-27netfilter: nat: fix double register in masquerade modulesTaehee Yoo1-7/+16