summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-06-13net: metrics: add proper netlink validationEric Dumazet
2018-06-13ipv4: remove warning in ip_recv_errorWillem de Bruijn
2018-06-06tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet
2018-05-30Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Greg Kroah-Hartman
2018-05-30vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio
2018-05-30vti4: Don't count header length twice on tunnel setupStefano Brivio
2018-05-30ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-05-30net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas
2018-05-30tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva
2018-05-25tcp: purge write queue in tcp_connect_init()Eric Dumazet
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn
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-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet
2018-05-16soreuseport: initialise timewait reuseport fieldEric Dumazet
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-13route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long
2018-04-13ip_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-13arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines
2018-04-13ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2018-04-13tcp: better validation of received ack sequencesEric Dumazet
2018-04-13arp: honour gratuitous ARP _replies_Ihar Hrachyshka
2018-04-13ipmr: vrf: Find VIFs using the actual deviceThomas Winter
2018-04-08netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers
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-24tcp: remove poll() flakes with FastOpenEric Dumazet
2018-03-18netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2018-03-18netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2018-03-18netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
2018-03-18netfilter: add back stackpointer size checksFlorian Westphal
2018-03-11tcp_bbr: better deal with suboptimal GSOEric Dumazet
2018-03-11tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev
2018-03-11net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-03-11fib_semantics: Don't match route with mismatching tclassidStefano Brivio
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-13tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell
2018-02-13tcp: release sk_frag.page in tcp_disconnectLi RongQing
2018-02-13net: igmp: add a missing rcu locking sectionEric Dumazet
2018-01-31gso: validate gso_type in GSO handlersWillem de Bruijn
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-31net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau
2018-01-05tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell
2018-01-05tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell