Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | xfrm: make xfrm modes builtin | Florian Westphal | 2019-04-08 | 6 | -147/+2 | |
| | * | | xfrm: remove afinfo pointer from xfrm_mode | Florian Westphal | 2019-04-08 | 1 | -1/+11 | |
| | * | | xfrm: remove output2 indirection from xfrm_mode | Florian Westphal | 2019-04-08 | 2 | -112/+0 | |
| | * | | xfrm: remove input2 indirection from xfrm_mode | Florian Westphal | 2019-04-08 | 2 | -86/+0 | |
| | * | | xfrm: remove gso_segment indirection from xfrm_mode | Florian Westphal | 2019-04-08 | 3 | -27/+39 | |
| | * | | xfrm: remove xmit indirection from xfrm_mode | Florian Westphal | 2019-04-08 | 2 | -27/+0 | |
| | * | | xfrm: remove output indirection from xfrm_mode | Florian Westphal | 2019-04-08 | 4 | -39/+0 | |
| | * | | xfrm: remove input indirection from xfrm_mode | Florian Westphal | 2019-04-08 | 3 | -25/+0 | |
| | * | | xfrm: prefer family stored in xfrm_mode struct | Florian Westphal | 2019-04-08 | 1 | -1/+1 | |
| | * | | xfrm: place af number into xfrm_mode struct | Florian Westphal | 2019-04-08 | 3 | -15/+9 | |
| | * | | vti4: eliminated some duplicate code. | Jeremy Sowden | 2019-03-24 | 1 | -38/+22 | |
| | * | | xfrm: gso partial offload support | Boris Pismenny | 2019-03-24 | 1 | -3/+7 | |
| * | | | genetlink: optionally validate strictly/dumps | Johannes Berg | 2019-04-27 | 2 | -0/+5 | |
| * | | | netlink: make validation more configurable for future strictness | Johannes Berg | 2019-04-27 | 5 | -30/+33 | |
| * | | | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 2019-04-27 | 4 | -6/+6 | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-25 | 2 | -10/+27 | |
| |\ \ \ | ||||||
| * | | | | net: Change nhc_flags to unsigned char | David Ahern | 2019-04-23 | 1 | -4/+4 | |
| * | | | | lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encap | David Ahern | 2019-04-23 | 1 | -1/+2 | |
| * | | | | net: bpfilter: dont use module_init in non-modular code | Paul Gortmaker | 2019-04-22 | 1 | -2/+1 | |
| * | | | | net: Rename net/nexthop.h net/rtnh.h | David Ahern | 2019-04-22 | 2 | -2/+2 | |
| * | | | | tcp: properly reset skb->truesize for tx recycling | Eric Dumazet | 2019-04-19 | 1 | -1/+1 | |
| * | | | | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 2019-04-19 | 1 | -6/+3 | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-17 | 4 | -35/+40 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2019-04-15 | 4 | -209/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | netfilter: x_tables: merge ip and ipv6 masquerade modules | Florian Westphal | 2019-04-11 | 3 | -111/+3 | |
| | * | | | | | netfilter: nf_nat: merge ip/ip6 masquerade headers | Florian Westphal | 2019-04-11 | 1 | -1/+1 | |
| | * | | | | | netfilter: nf_tables: merge route type into core | Florian Westphal | 2019-04-08 | 3 | -98/+0 | |
| * | | | | | | net: fou: remove redundant code in gue_udp_recv | Lorenzo Bianconi | 2019-04-11 | 1 | -3/+1 | |
| * | | | | | | fou: correct spelling of encapsulation | Simon Horman | 2019-04-10 | 1 | -2/+2 | |
| * | | | | | | ipv4: Handle RTA_GATEWAY set to 0 | David Ahern | 2019-04-10 | 2 | -2/+4 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-08 | 1 | -5/+10 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | ipv4: Allow ipv6 gateway with ipv4 routes | David Ahern | 2019-04-08 | 2 | -8/+121 | |
| * | | | | | | | ipv4: Flag fib_info with a fib_nh using IPv6 gateway | David Ahern | 2019-04-08 | 1 | -0/+2 | |
| * | | | | | | | ipv4: Handle ipv6 gateway in fib_good_nh | David Ahern | 2019-04-08 | 1 | -2/+8 | |
| * | | | | | | | ipv4: Handle ipv6 gateway in fib_detect_death | David Ahern | 2019-04-08 | 1 | -1/+9 | |
| * | | | | | | | ipv4: Handle ipv6 gateway in ipv4_confirm_neigh | David Ahern | 2019-04-08 | 1 | -4/+6 | |
| * | | | | | | | ipv4: Add helpers for neigh lookup for nexthop | David Ahern | 2019-04-08 | 2 | -17/+23 | |
| * | | | | | | | neighbor: Add skip_cache argument to neigh_output | David Ahern | 2019-04-08 | 1 | -1/+1 | |
| * | | | | | | | ipv4: Add fib_check_nh_v6_gw | David Ahern | 2019-04-08 | 1 | -0/+27 | |
| * | | | | | | | ipv4: Refactor fib_check_nh | David Ahern | 2019-04-08 | 1 | -109/+125 | |
| * | | | | | | | ipv4: Add support to fib_config for IPv6 gateway | David Ahern | 2019-04-08 | 1 | -6/+23 | |
| * | | | | | | | ipv4: Add support to rtable for ipv6 gateway | David Ahern | 2019-04-08 | 2 | -5/+28 | |
| * | | | | | | | ipv4: Prepare fib_config for IPv6 gateway | David Ahern | 2019-04-08 | 2 | -17/+31 | |
| * | | | | | | | ipv4: Prepare rtable for IPv6 gateway | David Ahern | 2019-04-08 | 5 | -30/+34 | |
| * | | | | | | | net: Replace nhc_has_gw with nhc_gw_family | David Ahern | 2019-04-08 | 2 | -16/+14 | |
| | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | datagram: remove rendundant 'peeked' argument | Paolo Abeni | 2019-04-08 | 1 | -12/+7 | |
| * | | | | | | rhashtable: use bit_spin_locks to protect hash bucket. | NeilBrown | 2019-04-07 | 1 | -1/+0 | |
| * | | | | | | tcp: remove redundant check on tskb | Colin Ian King | 2019-04-06 | 1 | -5/+2 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-05 | 4 | -25/+25 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | tcp: Accept ECT on SYN in the presence of RFC8311 | Tilmans, Olivier (Nokia - BE/Antwerp) | 2019-04-04 | 1 | -1/+6 |