summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-07-22tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen
2018-07-22tcp: fix Fast Open key endiannessYuchung Cheng
2018-07-22netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
2018-07-03tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet
2018-06-13tcp: 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-30net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas
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-25tcp: ignore Fast Open on repair modeYuchung Cheng
2018-05-25ipv4: 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-13ip_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-13ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2018-04-08net: Only honor ifindex in IP_PKTINFO if non-0David Ahern
2018-03-24tcp: remove poll() flakes with FastOpenEric Dumazet
2018-03-11fib_semantics: Don't match route with mismatching tclassidStefano Brivio
2018-03-11net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev
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-16tcp: release sk_frag.page in tcp_disconnectLi RongQing
2018-02-16net: igmp: add a missing rcu locking sectionEric Dumazet
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-31net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-02net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2018-01-02net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet
2017-12-25netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng
2017-12-16route: update fnhe_expires for redirect when the fnhe existsXin Long
2017-12-16route: also update fnhe_genid when updating a route cacheXin Long
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-11-18ipip: only increase err_count for some certain type icmp in ipip_errXin Long
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-11-15IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef
2017-10-21vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-10-08netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2017-09-27tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-08-30tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell
2017-08-12ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-12revert "ipv4: Should use consistent conditional judgement for ip fragment in ...Greg Kroah-Hartman