Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | tcp: properly reset skb->truesize for tx recycling | Eric Dumazet | 2019-04-20 | 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-11 | 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-09 | 1 | -5/+10 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | ipv4: Allow ipv6 gateway with ipv4 routes | David Ahern | 2019-04-09 | 2 | -8/+121 | |
| * | | | | | | | ipv4: Flag fib_info with a fib_nh using IPv6 gateway | David Ahern | 2019-04-09 | 1 | -0/+2 | |
| * | | | | | | | ipv4: Handle ipv6 gateway in fib_good_nh | David Ahern | 2019-04-09 | 1 | -2/+8 | |
| * | | | | | | | ipv4: Handle ipv6 gateway in fib_detect_death | David Ahern | 2019-04-09 | 1 | -1/+9 | |
| * | | | | | | | ipv4: Handle ipv6 gateway in ipv4_confirm_neigh | David Ahern | 2019-04-09 | 1 | -4/+6 | |
| * | | | | | | | ipv4: Add helpers for neigh lookup for nexthop | David Ahern | 2019-04-09 | 2 | -17/+23 | |
| * | | | | | | | neighbor: Add skip_cache argument to neigh_output | David Ahern | 2019-04-09 | 1 | -1/+1 | |
| * | | | | | | | ipv4: Add fib_check_nh_v6_gw | David Ahern | 2019-04-09 | 1 | -0/+27 | |
| * | | | | | | | ipv4: Refactor fib_check_nh | David Ahern | 2019-04-09 | 1 | -109/+125 | |
| * | | | | | | | ipv4: Add support to fib_config for IPv6 gateway | David Ahern | 2019-04-09 | 1 | -6/+23 | |
| * | | | | | | | ipv4: Add support to rtable for ipv6 gateway | David Ahern | 2019-04-09 | 2 | -5/+28 | |
| * | | | | | | | ipv4: Prepare fib_config for IPv6 gateway | David Ahern | 2019-04-09 | 2 | -17/+31 | |
| * | | | | | | | ipv4: Prepare rtable for IPv6 gateway | David Ahern | 2019-04-09 | 5 | -30/+34 | |
| * | | | | | | | net: Replace nhc_has_gw with nhc_gw_family | David Ahern | 2019-04-09 | 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-08 | 1 | -1/+0 | |
| * | | | | | | tcp: remove redundant check on tskb | Colin Ian King | 2019-04-07 | 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-05 | 1 | -1/+6 | |
| * | | | | | | | net: use kfree_skb_list() from ip_do_fragment() | Pablo Neira Ayuso | 2019-04-04 | 1 | -5/+2 | |
| * | | | | | | | ipv6: Flip to fib_nexthop_info | David Ahern | 2019-04-04 | 1 | -5/+17 | |
| * | | | | | | | ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_common | David Ahern | 2019-04-04 | 1 | -20/+32 | |
| * | | | | | | | ipv4: Refactor nexthop attributes in fib_dump_info | David Ahern | 2019-04-04 | 1 | -59/+107 | |
| * | | | | | | | ipv4: Add fib_nh_common to fib_result | David Ahern | 2019-04-04 | 5 | -33/+72 | |
| * | | | | | | | ipv4: Update fib_table_lookup tracepoint to take common nexthop | David Ahern | 2019-04-04 | 1 | -1/+1 | |
| * | | | | | | | net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destruct | Xin Long | 2019-04-02 | 1 | -1/+1 | |
| * | | | | | | | tcp: cleanup sk_tx_skb_cache before reuse | Eric Dumazet | 2019-03-29 | 1 | -0/+2 | |
| * | | | | | | | net: Use common nexthop init and release helpers | David Ahern | 2019-03-29 | 1 | -21/+39 | |
| * | | | | | | | net: Add fib_nh_common and update fib_nh and fib6_nh | David Ahern | 2019-03-29 | 1 | -1/+6 | |
| * | | | | | | | ipv4: Rename fib_nh entries | David Ahern | 2019-03-29 | 4 | -134/+135 | |
| * | | | | | | | ipv4: Create cleanup helper for fib_nh | David Ahern | 2019-03-29 | 1 | -12/+17 | |
| * | | | | | | | ipv4: Create init helper for fib_nh | David Ahern | 2019-03-29 | 1 | -89/+91 | |
| * | | | | | | | ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helper | David Ahern | 2019-03-29 | 2 | -27/+8 | |
| * | | | | | | | ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabled | David Ahern | 2019-03-29 | 1 | -6/+9 | |
| * | | | | | | | inet: switch IP ID generator to siphash | Eric Dumazet | 2019-03-27 | 1 | -5/+7 | |
| * | | | | | | | tcp: fix zerocopy and notsent_lowat issues | Eric Dumazet | 2019-03-27 | 1 | -10/+3 | |
| * | | | | | | | fou: Support binding FoU socket | Kristian Evensen | 2019-03-27 | 1 | -16/+122 | |
| * | | | | | | | tcp: add one skb cache for rx | Eric Dumazet | 2019-03-24 | 3 | -2/+17 | |
| * | | | | | | | tcp: add one skb cache for tx | Eric Dumazet | 2019-03-24 | 1 | -27/+23 | |
| | |_|_|_|/ / | |/| | | | | |