Age | Commit message (Expand) | Author | Files | Lines |
2018-03-16 | net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exit | Yousuk Seung | 1 | -1/+4 |
2018-03-16 | tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATS | Yousuk Seung | 1 | -1/+2 |
2018-03-16 | udp: Move the udp sysctl to namespace. | Tonghao Zhang | 2 | -51/+67 |
2018-03-09 | net: do not create fallback tunnels for non-default namespaces | Eric Dumazet | 1 | -8/+12 |
2018-03-08 | net: Convert ipv4_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-03-08 | net: Convert iptable_security_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-03-08 | net: Convert iptable_raw_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-03-08 | net: Convert iptable_nat_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-03-08 | net: Convert iptable_mangle_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-03-08 | net: Convert arptable_filter_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 10 | -44/+43 |
2018-03-05 | net: Convert fou_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-03-05 | net: Convert arp_tables_net_ops and ip6_tables_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-03-05 | net: Convert log pernet_operations | Kirill Tkhai | 2 | -0/+2 |
2018-03-05 | tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATS | Priyaranjan Jha | 1 | -1/+2 |
2018-03-05 | tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATS | Priyaranjan Jha | 1 | -1/+3 |
2018-03-05 | gre: add sequence number for collect md mode. | William Tu | 1 | -2/+5 |
2018-03-05 | net: xfrm: use skb_gso_validate_network_len() to check gso sizes | Daniel Axtens | 1 | -1/+2 |
2018-03-05 | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len | Daniel Axtens | 3 | -3/+3 |
2018-03-04 | net: Rename NETEVENT_MULTIPATH_HASH_UPDATE | David Ahern | 1 | -1/+1 |
2018-03-04 | net/ipv4: Simplify fib_multipath_hash with optional flow keys | David Ahern | 1 | -14/+10 |
2018-03-04 | net: Align ip_multipath_l3_keys and ip6_multipath_l3_keys | David Ahern | 1 | -9/+11 |
2018-03-04 | net/ipv4: Pass net to fib_multipath_hash instead of fib_info | David Ahern | 2 | -4/+3 |
2018-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2 | -5/+11 |
2018-03-02 | tcp_bbr: remove bbr->tso_segs_goal | Eric Dumazet | 1 | -8/+4 |
2018-03-02 | tcp_bbr: better deal with suboptimal GSO (II) | Eric Dumazet | 2 | -17/+21 |
2018-03-02 | vrf: check forwarding on the original netdevice when generating ICMP dest unr... | Stephen Suryaputra | 1 | -1/+10 |
2018-03-01 | net: ipv4: avoid unused variable warning for sysctl | Arnd Bergmann | 1 | -2/+1 |
2018-03-01 | ipmr, ip6mr: Unite dumproute flows | Yuval Mintz | 2 | -122/+162 |
2018-03-01 | ipmr, ip6mr: Unite vif seq functions | Yuval Mintz | 2 | -44/+38 |
2018-03-01 | ipmr, ip6mr: Unite mfc seq logic | Yuval Mintz | 2 | -88/+67 |
2018-03-01 | ipmr, ip6mr: Unite logic for searching in MFC cache | Yuval Mintz | 2 | -57/+68 |
2018-03-01 | ipmr, ip6mr: Make mfc_cache a common structure | Yuval Mintz | 1 | -108/+125 |
2018-03-01 | ipmr, ip6mr: Unite creation of new mr_table | Yuval Mintz | 2 | -17/+37 |
2018-03-01 | mroute*: Make mr_table a common struct | Yuval Mintz | 1 | -2/+0 |
2018-03-01 | ipmr,ipmr6: Define a uniform vif_device | Yuval Mintz | 4 | -17/+49 |
2018-03-01 | ipv6: route: dissect flow in input path if fib rules need it | Roopa Prabhu | 3 | -15/+38 |
2018-03-01 | ipv4: fib_rules: support match on sport, dport and ip proto | Roopa Prabhu | 1 | -0/+11 |
2018-02-28 | net/tcp/illinois: replace broken algorithm reference link | Joey Pabalinas | 1 | -1/+1 |
2018-02-28 | inet: whitespace cleanup | Stephen Hemminger | 4 | -4/+2 |
2018-02-28 | tcp: purge write queue upon RST | Soheil Hassas Yeganeh | 1 | -0/+1 |
2018-02-28 | tcp: revert F-RTO extension to detect more spurious timeouts | Yuchung Cheng | 1 | -18/+12 |
2018-02-28 | tcp: revert F-RTO middle-box workaround | Yuchung Cheng | 1 | -10/+7 |
2018-02-27 | ip_tunnel: Rename & publish init_tunnel_flow | Petr Machata | 1 | -28/+12 |
2018-02-27 | net: GRE: Add is_gretap_dev, is_ip6gretap_dev | Petr Machata | 1 | -0/+6 |
2018-02-27 | ip_gre: fix IFLA_MTU ignored on NEWLINK | Xin Long | 1 | -5/+0 |
2018-02-27 | net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68 | Sabrina Dubroca | 1 | -2/+6 |
2018-02-27 | net: Convert defrag4_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-02-27 | net: Convert clusterip_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-02-27 | net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops an... | Kirill Tkhai | 3 | -0/+5 |