summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2018-01-02ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel
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-02tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell
2018-01-02net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet
2017-12-25tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran
2017-12-25net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland
2017-12-25netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng
2017-12-25inet: frag: release spinlock before calling icmp_send()Eric Dumazet
2017-12-20icmp: don't fail on fragment reassembly time exceededMatteo Croce
2017-12-16tcp/dccp: block bh before arming time_wait timerEric Dumazet
2017-12-14route: update fnhe_expires for redirect when the fnhe existsXin Long
2017-12-14route: also update fnhe_genid when updating a route cacheXin Long
2017-12-14netfilter: don't track fragmented packetsFlorian Westphal
2017-12-09tcp: correct memory barrier usage in tcp_check_space()Jason Baron
2017-11-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-11-24tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov
2017-11-21tcp: provide timestamps for partial writesSoheil Hassas Yeganeh
2017-11-18ipip: only increase err_count for some certain type icmp in ipip_errXin Long
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet
2017-11-18tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet
2017-11-18soreuseport: fix initialization raceCraig Gallek
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-11-18gso: fix payload length when gso_size is zeroAlexey Kodanev