summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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-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-09tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet1-1/+3
2019-01-09net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek1-6/+12
2019-01-09net: clear skb->tstamp in forwarding pathsEric Dumazet1-0/+1
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn3-12/+18
2019-01-09ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-12-17tcp: lack of available data can also cause TSO deferEric Dumazet1-11/+24
2018-12-17netfilter: nat: fix double register in masquerade modulesTaehee Yoo1-7/+16
2018-12-17netfilter: add missing error handling code for register functionsTaehee Yoo3-7/+25
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+7
2018-12-17tcp: Do not underestimate rwnd_limitedEric Dumazet1-1/+4
2018-12-17net: use skb_list_del_init() to remove from RX sublistsEdward Cree1-2/+2
2018-12-17ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner1-0/+7
2018-12-05tcp: defer SACK compression after DupThreshEric Dumazet3-6/+16
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet1-8/+3
2018-11-23inet: frags: better deal with smp racesEric Dumazet1-14/+15
2018-11-23tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon1-0/+1
2018-11-23ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca1-1/+1
2018-11-13net/ipv4: defensive cipso option parsingStefan Nuernberger1-4/+7
2018-11-04net: drop skb on failure in ip_check_defrag()Cong Wang1-4/+8
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+18
2018-10-18net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov1-2/+0
2018-10-11net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca1-3/+4
2018-10-11net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2-4/+58
2018-10-08udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina1-1/+1
2018-10-03ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-03inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2-2/+7
2018-10-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-3/+2
2018-10-02tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-1/+3
2018-09-27net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski1-2/+4
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-09-17udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni1-23/+26
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen1-0/+1
2018-09-12erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+3
2018-09-12erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan1-0/+2
2018-09-12tcp: rate limit synflood warnings furtherWillem de Bruijn1-2/+2
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+5
2018-09-10ip: frags: fix crash in ip_do_fragment()Taehee Yoo1-0/+1
2018-09-08tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch1-1/+1
2018-09-04xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2-3/+2
2018-09-02igmp: fix incorrect unsolicit report count after link down and upHangbin Liu1-4/+2
2018-09-02igmp: fix incorrect unsolicit report count when join groupHangbin Liu1-3/+2
2018-09-01tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2
2018-08-31netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal1-3/+5