| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-06 | 10 | -44/+43 |
|\ |
|
| * | net: xfrm: use skb_gso_validate_network_len() to check gso sizes | Daniel Axtens | 2018-03-04 | 1 | -1/+2 |
| * | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len | Daniel Axtens | 2018-03-04 | 3 | -3/+3 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2018-03-03 | 2 | -5/+11 |
| |\ |
|
| | * | netfilter: nf_flow_table: fix checksum when handling DNAT | Felix Fietkau | 2018-02-25 | 1 | -0/+1 |
| | * | netfilter: ipt_CLUSTERIP: put config instead of freeing it | Florian Westphal | 2018-02-25 | 1 | -3/+4 |
| | * | netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcount | Florian Westphal | 2018-02-25 | 1 | -2/+6 |
| * | | vrf: check forwarding on the original netdevice when generating ICMP dest unr... | Stephen Suryaputra | 2018-03-02 | 1 | -1/+10 |
| * | | net: ipv4: avoid unused variable warning for sysctl | Arnd Bergmann | 2018-03-01 | 1 | -2/+1 |
| * | | net/tcp/illinois: replace broken algorithm reference link | Joey Pabalinas | 2018-02-28 | 1 | -1/+1 |
| * | | tcp: purge write queue upon RST | Soheil Hassas Yeganeh | 2018-02-28 | 1 | -0/+1 |
| * | | tcp: revert F-RTO extension to detect more spurious timeouts | Yuchung Cheng | 2018-02-28 | 1 | -18/+12 |
| * | | tcp: revert F-RTO middle-box workaround | Yuchung Cheng | 2018-02-28 | 1 | -10/+7 |
| * | | ip_gre: fix IFLA_MTU ignored on NEWLINK | Xin Long | 2018-02-27 | 1 | -5/+0 |
| * | | net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68 | Sabrina Dubroca | 2018-02-27 | 1 | -2/+6 |
| * | | ip_tunnel: Do not use mark in skb by default | Thomas Winter | 2018-02-26 | 1 | -10/+3 |
| |/ |
|
* | | net: Convert fou_net_ops | Kirill Tkhai | 2018-03-05 | 1 | -0/+1 |
* | | net: Convert arp_tables_net_ops and ip6_tables_net_ops | Kirill Tkhai | 2018-03-05 | 1 | -0/+1 |
* | | net: Convert log pernet_operations | Kirill Tkhai | 2018-03-05 | 2 | -0/+2 |
* | | tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATS | Priyaranjan Jha | 2018-03-05 | 1 | -1/+2 |
* | | tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATS | Priyaranjan Jha | 2018-03-05 | 1 | -1/+3 |
* | | gre: add sequence number for collect md mode. | William Tu | 2018-03-05 | 1 | -2/+5 |
* | | net: Rename NETEVENT_MULTIPATH_HASH_UPDATE | David Ahern | 2018-03-04 | 1 | -1/+1 |
* | | net/ipv4: Simplify fib_multipath_hash with optional flow keys | David Ahern | 2018-03-04 | 1 | -14/+10 |
* | | net: Align ip_multipath_l3_keys and ip6_multipath_l3_keys | David Ahern | 2018-03-04 | 1 | -9/+11 |
* | | net/ipv4: Pass net to fib_multipath_hash instead of fib_info | David Ahern | 2018-03-04 | 2 | -4/+3 |
* | | tcp_bbr: remove bbr->tso_segs_goal | Eric Dumazet | 2018-03-02 | 1 | -8/+4 |
* | | tcp_bbr: better deal with suboptimal GSO (II) | Eric Dumazet | 2018-03-02 | 2 | -17/+21 |
* | | ipmr, ip6mr: Unite dumproute flows | Yuval Mintz | 2018-03-01 | 2 | -122/+162 |
* | | ipmr, ip6mr: Unite vif seq functions | Yuval Mintz | 2018-03-01 | 2 | -44/+38 |
* | | ipmr, ip6mr: Unite mfc seq logic | Yuval Mintz | 2018-03-01 | 2 | -88/+67 |
* | | ipmr, ip6mr: Unite logic for searching in MFC cache | Yuval Mintz | 2018-03-01 | 2 | -57/+68 |
* | | ipmr, ip6mr: Make mfc_cache a common structure | Yuval Mintz | 2018-03-01 | 1 | -108/+125 |
* | | ipmr, ip6mr: Unite creation of new mr_table | Yuval Mintz | 2018-03-01 | 2 | -17/+37 |
* | | mroute*: Make mr_table a common struct | Yuval Mintz | 2018-03-01 | 1 | -2/+0 |
* | | ipmr,ipmr6: Define a uniform vif_device | Yuval Mintz | 2018-03-01 | 4 | -17/+49 |
* | | ipv6: route: dissect flow in input path if fib rules need it | Roopa Prabhu | 2018-03-01 | 3 | -15/+38 |
* | | ipv4: fib_rules: support match on sport, dport and ip proto | Roopa Prabhu | 2018-03-01 | 1 | -0/+11 |
* | | inet: whitespace cleanup | Stephen Hemminger | 2018-02-28 | 4 | -4/+2 |
* | | ip_tunnel: Rename & publish init_tunnel_flow | Petr Machata | 2018-02-27 | 1 | -28/+12 |
* | | net: GRE: Add is_gretap_dev, is_ip6gretap_dev | Petr Machata | 2018-02-27 | 1 | -0/+6 |
* | | net: Convert defrag4_net_ops | Kirill Tkhai | 2018-02-27 | 1 | -0/+1 |
* | | net: Convert clusterip_net_ops | Kirill Tkhai | 2018-02-27 | 1 | -0/+1 |
* | | net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops an... | Kirill Tkhai | 2018-02-27 | 3 | -0/+5 |
* | | net: make kmem caches as __ro_after_init | Alexey Dobriyan | 2018-02-26 | 3 | -4/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-02-24 | 9 | -31/+40 |
|\| |
|
| * | net: ipv4: Set addr_type in hash_keys for forwarded case | David Ahern | 2018-02-22 | 1 | -0/+2 |
| * | tcp_bbr: better deal with suboptimal GSO | Eric Dumazet | 2018-02-22 | 1 | -4/+5 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2018-02-21 | 7 | -27/+33 |
| |\ |
|
| | * | netfilter: x_tables: use pr ratelimiting in all remaining spots | Florian Westphal | 2018-02-14 | 3 | -4/+4 |