summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-05-22netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan
2018-05-19udp: fix SO_BINDTODEVICEPaolo Abeni
2018-05-19tcp: ignore Fast Open on repair modeYuchung Cheng
2018-05-19tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell
2018-05-19ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov
2018-05-19ipv4: fix fnhe usage by non-cached routesJulian Anastasov
2018-05-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet
2018-05-16inetpeer: fix uninit-value in inet_getpeerEric Dumazet
2018-05-16soreuseport: initialise timewait reuseport fieldEric Dumazet
2018-05-16ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet
2018-05-09net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-04-29tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh
2018-04-29tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet
2018-04-29tcp: don't read out-of-bounds opsizeJann Horn
2018-04-26netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-04-26netfilter: x_tables: add counters allocation wrapperFlorian Westphal
2018-04-26tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva
2018-04-12route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long
2018-04-12ip_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-12arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines
2018-04-08netfilter: drop template ct when conntrack is skipped.Paolo Abeni
2018-03-31net: Only honor ifindex in IP_PKTINFO if non-0David Ahern
2018-03-31net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai
2018-03-31tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh
2018-03-24ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan
2018-03-24ip_gre: fix error path when erspan_rcv failedHaishuang Yan
2018-03-15netfilter: ipt_CLUSTERIP: fix a race condition of proc file creationCong Wang
2018-03-15netfilter: add back stackpointer size checksFlorian Westphal
2018-03-08tcp: purge write queue upon RSTSoheil Hassas Yeganeh
2018-03-08net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern
2018-03-08tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng
2018-03-08tcp: revert F-RTO middle-box workaroundYuchung Cheng
2018-03-08tcp_bbr: better deal with suboptimal GSOEric Dumazet
2018-03-08tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin
2018-03-08udplite: fix partial checksum initializationAlexey Kodanev
2018-03-08net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-03-08fib_semantics: Don't match route with mismatching tclassidStefano Brivio
2018-03-03ip_gre: remove the incorrect mtu limit for ipgre tapXin Long
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-02-25netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov
2018-02-25esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-02-13tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell
2018-02-13Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-02-13tcp: release sk_frag.page in tcp_disconnectLi RongQing
2018-02-13net: igmp: add a missing rcu locking sectionEric Dumazet
2018-01-31net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti
2018-01-31gso: validate gso_type in GSO handlersWillem de Bruijn