summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2018-01-01udp: fix bcast packet receptionPaolo Abeni
2018-01-01udp: perform source validation for mcast early demuxPaolo Abeni
2018-01-01IPv4: early demux can return an error codePaolo Abeni
2018-01-01ipv4: fix broadcast packets receptionPaolo Abeni
2018-01-01vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2018-01-01tcp: fastopen: fix on syn-data transmit failureEric Dumazet
2017-11-26Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-11-11netfilter: Fix switch statement warnings with recent gcc.David Miller
2017-11-11ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet
2017-11-11ipv4: add reference counting to metricsEric Dumazet
2017-11-11dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings
2017-11-11net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-11-11ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-11-11netfilter: ipt_CLUSTERIP: fix use-after-free of proc entrySabrina Dubroca
2017-10-12ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2017-10-12net/route: enforce hoplimit max valuePaolo Abeni
2017-10-12net: reflect mark on tcp syn ack packetsJamal Hadi Salim
2017-09-15tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-09-15tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-09-15net: account for current skb length when deciding about UFOMichal Kubeček
2017-09-15ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li
2017-09-15net: ping: do not abuse udp_poll()Eric Dumazet
2017-09-15tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-09-15tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh
2017-09-15tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2017-08-26udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-26tcp: fix wraparound issue in tcp_lpEric Dumazet
2017-07-18netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng
2017-07-18dccp/tcp: fix routing redirect raceJon Maxwell
2017-07-18udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev
2017-06-05dccp/tcp: do not inherit mc_list from parentEric Dumazet
2017-06-05ping: implement proper lockingEric Dumazet
2017-06-05ipv4: mask tos for input routeJulian Anastasov
2017-06-05tcp: account for ts offset only if tsecr not zeroAlexey Kodanev
2017-03-16igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu
2017-03-16igmp: do not remove igmp souce list info when set link downHangbin Liu
2017-03-16tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-03-16tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2017-03-16igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2017-03-16tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2017-03-16tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2017-03-16ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2017-03-16udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2017-03-16route: do not cache fib route info on local routes with oifChris Friesen
2017-03-16ping: fix a null pointer dereferenceWANG Cong
2017-03-16netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-03-16tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-03-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang
2017-02-26tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet