Age | Commit message (Expand) | Author |
2018-04-13 | route: check sysctl_fib_multipath_use_neigh earlier than hash | Xin Long |
2018-04-13 | ip_tunnel: better validate user provided tunnel names | Eric Dumazet |
2018-04-13 | arp: fix arp_filter on l3slave devices | Miguel Fadon Perlines |
2018-04-13 | ipsec: check return value of skb_to_sgvec always | Jason A. Donenfeld |
2018-04-13 | tcp: better validation of received ack sequences | Eric Dumazet |
2018-04-13 | arp: honour gratuitous ARP _replies_ | Ihar Hrachyshka |
2018-04-13 | ipmr: vrf: Find VIFs using the actual device | Thomas Winter |
2018-04-08 | netfilter: nf_nat_h323: fix logical-not-parentheses warning | Nick Desaulniers |
2018-03-31 | net: Only honor ifindex in IP_PKTINFO if non-0 | David Ahern |
2018-03-31 | net: Fix hlist corruptions in inet_evict_bucket() | Kirill Tkhai |
2018-03-24 | tcp: remove poll() flakes with FastOpen | Eric Dumazet |
2018-03-18 | netfilter: x_tables: pack percpu counter allocations | Florian Westphal |
2018-03-18 | netfilter: x_tables: pass xt_counters struct to counter allocator | Florian Westphal |
2018-03-18 | netfilter: x_tables: pass xt_counters struct instead of packet counter | Florian Westphal |
2018-03-18 | netfilter: add back stackpointer size checks | Florian Westphal |
2018-03-11 | tcp_bbr: better deal with suboptimal GSO | Eric Dumazet |
2018-03-11 | tcp: Honor the eor bit in tcp_mtu_probe | Ilya Lesokhin |
2018-03-11 | udplite: fix partial checksum initialization | Alexey Kodanev |
2018-03-11 | net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68 | Sabrina Dubroca |
2018-03-11 | fib_semantics: Don't match route with mismatching tclassid | Stefano Brivio |
2018-02-28 | netfilter: drop outermost socket lock in getsockopt() | Paolo Abeni |
2018-02-25 | netfilter: on sockopt() acquire sock lock only in the required scope | Paolo Abeni |
2018-02-25 | netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check() | Dmitry Vyukov |
2018-02-13 | tcp_bbr: fix pacing_gain to always be unity when using lt_bw | Neal Cardwell |
2018-02-13 | tcp: release sk_frag.page in tcp_disconnect | Li RongQing |
2018-02-13 | net: igmp: add a missing rcu locking section | Eric Dumazet |
2018-01-31 | gso: validate gso_type in GSO handlers | Willem de Bruijn |
2018-01-31 | ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY | Jim Westfall |
2018-01-31 | net: tcp: close sock if net namespace is exiting | Dan Streetman |
2018-01-31 | net: igmp: fix source address check for IGMPv3 reports | Felix Fietkau |
2018-01-05 | tcp_bbr: reset long-term bandwidth sampling on loss recovery undo | Neal Cardwell |
2018-01-05 | tcp_bbr: reset full pipe detection on loss recovery undo | Neal Cardwell |
2018-01-02 | tcp: invalidate rate samples during SACK reneging | Yousuk Seung |
2018-01-02 | ipv4: Fix use-after-free when flushing FIB tables | Ido Schimmel |
2018-01-02 | net: ipv4: fix for a race condition in raw_sendmsg | Mohamed Ghannam |
2018-01-02 | tcp md5sig: Use skb's saddr when replying to an incoming segment | Christoph Paasch |
2018-01-02 | tcp_bbr: record "full bw reached" decision in new full_bw_reached bit | Neal Cardwell |
2018-01-02 | net: igmp: Use correct source address on IGMPv3 reports | Kevin Cernekee |
2018-01-02 | ipv4: igmp: guard against silly MTU values | Eric Dumazet |
2017-12-25 | tcp: fix under-evaluated ssthresh in TCP Vegas | Hoang Tran |
2017-12-25 | net: ipconfig: fix ic_close_devs() use-after-free | Mark Rutland |
2017-12-25 | netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register | Gao Feng |
2017-12-25 | inet: frag: release spinlock before calling icmp_send() | Eric Dumazet |
2017-12-20 | icmp: don't fail on fragment reassembly time exceeded | Matteo Croce |
2017-12-16 | tcp/dccp: block bh before arming time_wait timer | Eric Dumazet |
2017-12-14 | route: update fnhe_expires for redirect when the fnhe exists | Xin Long |
2017-12-14 | route: also update fnhe_genid when updating a route cache | Xin Long |
2017-12-14 | netfilter: don't track fragmented packets | Florian Westphal |
2017-12-09 | tcp: correct memory barrier usage in tcp_check_space() | Jason Baron |
2017-11-30 | net: Allow IP_MULTICAST_IF to set index to L3 slave | David Ahern |