summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-02-27netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...Taehee Yoo
2019-02-27inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2019-02-23netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-02-06net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi
2019-02-06net: ip_gre: always reports o_key to userspaceLorenzo Bianconi
2019-02-06Fix "net: ipv4: do not handle duplicate fragments as overlapping"Greg Kroah-Hartman
2019-01-31tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn
2019-01-31erspan: build the header with the right proto according to erspan_verXin Long
2019-01-31udp: with udp_segment release on error pathWillem de Bruijn
2019-01-31net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2019-01-26netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routineTaehee Yoo
2019-01-26netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routineTaehee Yoo
2019-01-26netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is setTaehee Yoo
2019-01-22ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn
2019-01-22tcp: change txhash on SYN-data timeoutYuchung Cheng
2019-01-09tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet
2019-01-09net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek
2019-01-09net: clear skb->tstamp in forwarding pathsEric Dumazet
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn
2019-01-09ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-17tcp: lack of available data can also cause TSO deferEric Dumazet
2018-12-17netfilter: nat: fix double register in masquerade modulesTaehee Yoo
2018-12-17netfilter: add missing error handling code for register functionsTaehee Yoo
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng
2018-12-17tcp: Do not underestimate rwnd_limitedEric Dumazet
2018-12-17net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2018-12-17ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner
2018-12-05tcp: defer SACK compression after DupThreshEric Dumazet
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-11-23inet: frags: better deal with smp racesEric Dumazet
2018-11-23tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon
2018-11-23ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca
2018-11-13net/ipv4: defensive cipso option parsingStefan Nuernberger
2018-11-04net: drop skb on failure in ip_check_defrag()Cong Wang
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-10-17net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov
2018-10-10net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-07udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-09-26net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni