Age | Commit message (Expand) | Author | Files | Lines |
2018-03-04 | net/ipv4: Pass net to fib_multipath_hash instead of fib_info | David Ahern | 2 | -4/+3 |
2018-03-01 | tcp_bbr: remove bbr->tso_segs_goal | Eric Dumazet | 1 | -8/+4 |
2018-03-01 | tcp_bbr: better deal with suboptimal GSO (II) | Eric Dumazet | 2 | -17/+21 |
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-02-28 | ipv6: route: dissect flow in input path if fib rules need it | Roopa Prabhu | 3 | -15/+38 |
2018-02-28 | ipv4: fib_rules: support match on sport, dport and ip proto | Roopa Prabhu | 1 | -0/+11 |
2018-02-28 | inet: whitespace cleanup | Stephen Hemminger | 4 | -4/+2 |
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 | 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 |
2018-02-26 | net: make kmem caches as __ro_after_init | Alexey Dobriyan | 3 | -4/+7 |
2018-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 9 | -31/+40 |
2018-02-22 | net: ipv4: Set addr_type in hash_keys for forwarded case | David Ahern | 1 | -0/+2 |
2018-02-22 | tcp_bbr: better deal with suboptimal GSO | Eric Dumazet | 1 | -4/+5 |
2018-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 7 | -27/+33 |
2018-02-21 | tcp: remove dead code after CHECKSUM_PARTIAL adoption | Eric Dumazet | 2 | -43/+8 |
2018-02-21 | tcp: remove dead code from tcp_set_skb_tso_segs() | Eric Dumazet | 1 | -1/+1 |
2018-02-21 | tcp: tcp_sendmsg() only deals with CHECKSUM_PARTIAL | Eric Dumazet | 1 | -8/+3 |
2018-02-21 | tcp: remove sk_check_csum_caps() | Eric Dumazet | 1 | -8/+3 |
2018-02-21 | tcp: remove sk_can_gso() use | Eric Dumazet | 2 | -29/+8 |
2018-02-21 | tcp: switch to GSO being always on | Eric Dumazet | 1 | -0/+1 |
2018-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -0/+35 |
2018-02-19 | net: Convert iptable_filter_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-02-19 | net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-02-16 | net: Only honor ifindex in IP_PKTINFO if non-0 | David Ahern | 1 | -2/+4 |
2018-02-16 | udplite: fix partial checksum initialization | Alexey Kodanev | 1 | -0/+5 |
2018-02-16 | fib_semantics: Don't match route with mismatching tclassid | Stefano Brivio | 1 | -0/+5 |
2018-02-15 | net/ipv4: Remove fib table id from rtable | David Ahern | 2 | -9/+1 |
2018-02-14 | netfilter: x_tables: use pr ratelimiting in all remaining spots | Florian Westphal | 3 | -4/+4 |
2018-02-14 | netfilter: x_tables: rate-limit table mismatch warnings | Florian Westphal | 1 | -2/+2 |
2018-02-14 | netfilter: x_tables: remove pr_info where possible | Florian Westphal | 1 | -6/+4 |
2018-02-14 | netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get() | Cong Wang | 1 | -2/+6 |
2018-02-14 | netfilter: add back stackpointer size checks | Florian Westphal | 2 | -1/+10 |
2018-02-14 | netfilter: drop outermost socket lock in getsockopt() | Paolo Abeni | 1 | -6/+1 |
2018-02-14 | net: Move ipv4 set_lwt_redirect helper to lwtunnel | David Ahern | 1 | -15/+2 |
2018-02-14 | tcp: try to keep packet if SYN_RCV race is lost | Eric Dumazet | 3 | -3/+17 |
2018-02-13 | net/ipv4: Unexport fib_multipath_hash and fib_select_path | David Ahern | 2 | -2/+0 |
2018-02-13 | net/ipv4: Simplify fib_select_path | David Ahern | 1 | -6/+5 |
2018-02-13 | net: Convert ipv4_sysctl_ops | Kirill Tkhai | 1 | -0/+1 |
2018-02-13 | net: Convert pernet_subsys, registered from inet_init() | Kirill Tkhai | 17 | -0/+22 |
2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+2 |