summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* route: also update fnhe_genid when updating a route cacheXin Long2018-02-131-2/+7
* route: update fnhe_expires for redirect when the fnhe existsXin Long2018-02-131-3/+2
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2018-01-011-1/+2
* udp: fix bcast packet receptionPaolo Abeni2018-01-011-9/+5
* udp: perform source validation for mcast early demuxPaolo Abeni2018-01-012-20/+37
* IPv4: early demux can return an error codePaolo Abeni2018-01-013-19/+25
* ipv4: fix broadcast packets receptionPaolo Abeni2018-01-011-4/+8
* vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2018-01-011-1/+2
* tcp: fastopen: fix on syn-data transmit failureEric Dumazet2018-01-011-0/+9
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-11-261-2/+0
* netfilter: Fix switch statement warnings with recent gcc.David Miller2017-11-111-0/+2
* ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-11-111-5/+7
* ipv4: add reference counting to metricsEric Dumazet2017-11-112-6/+17
* dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings2017-11-111-2/+2
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-11-111-1/+1
* ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-11-111-4/+5
* netfilter: ipt_CLUSTERIP: fix use-after-free of proc entrySabrina Dubroca2017-11-111-1/+3
* ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni2017-10-121-1/+5
* net/route: enforce hoplimit max valuePaolo Abeni2017-10-121-0/+2
* net: reflect mark on tcp syn ack packetsJamal Hadi Salim2017-10-122-1/+3
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-09-151-0/+4
* tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-09-151-0/+2
* net: account for current skb length when deciding about UFOMichal Kubeček2017-09-151-1/+1
* ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2017-09-151-1/+1
* net: ping: do not abuse udp_poll()Eric Dumazet2017-09-151-1/+1
* tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-09-151-2/+5
* tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh2017-09-151-1/+1
* tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng2017-09-151-4/+5
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-262-3/+6
* tcp: fix wraparound issue in tcp_lpEric Dumazet2017-08-261-2/+4
* netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-07-181-18/+1
* dccp/tcp: fix routing redirect raceJon Maxwell2017-07-181-1/+2
* udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-07-181-1/+1
* dccp/tcp: do not inherit mc_list from parentEric Dumazet2017-06-051-0/+2
* ping: implement proper lockingEric Dumazet2017-06-051-2/+3
* ipv4: mask tos for input routeJulian Anastasov2017-06-051-0/+1
* tcp: account for ts offset only if tsecr not zeroAlexey Kodanev2017-06-051-1/+2
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-03-161-0/+1
* igmp: do not remove igmp souce list info when set link downHangbin Liu2017-03-161-14/+35
* tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-03-161-2/+4
* tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-03-161-1/+1
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-03-161-1/+6
* tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2017-03-161-5/+7
* tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet2017-03-161-1/+2
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2017-03-161-1/+3
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2017-03-161-1/+1
* route: do not cache fib route info on local routes with oifChris Friesen2017-03-161-0/+12
* ping: fix a null pointer dereferenceWANG Cong2017-03-161-0/+2
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-03-161-0/+4
* tcp: initialize max window for a new fastopen socketAlexey Kodanev2017-03-161-0/+1