| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | 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 | |
| | * | | | | | | | 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-03 | 1 | -5/+17 | |
| | * | | | | | | | ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_common | David Ahern | 2019-04-03 | 1 | -20/+32 | |
| | * | | | | | | | ipv4: Refactor nexthop attributes in fib_dump_info | David Ahern | 2019-04-03 | 1 | -59/+107 | |
| | * | | | | | | | ipv4: Add fib_nh_common to fib_result | David Ahern | 2019-04-03 | 5 | -33/+72 | |
| | * | | | | | | | ipv4: Update fib_table_lookup tracepoint to take common nexthop | David Ahern | 2019-04-03 | 1 | -1/+1 | |
| | * | | | | | | | net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destruct | Xin Long | 2019-04-01 | 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-23 | 3 | -2/+17 | |
| | * | | | | | | | tcp: add one skb cache for tx | Eric Dumazet | 2019-03-23 | 1 | -27/+23 | |
| | | |_|_|_|/ / | |/| | | | | | ||||||
| | * | | | | | | tcp: remove conditional branches from tcp_mstamp_refresh() | Eric Dumazet | 2019-03-23 | 1 | -6/+2 | |
| | * | | | | | | genetlink: make policy common to family | Johannes Berg | 2019-03-22 | 2 | -5/+2 | |
| | * | | | | | | net: dst: remove gc leftovers | Julian Wiedmann | 2019-03-21 | 1 | -1/+1 | |
| | * | | | | | | ipv4: Allow amount of dirty memory from fib resizing to be controllable | David Ahern | 2019-03-21 | 2 | -6/+17 | |
| | * | | | | | | tcp: free request sock directly upon TFO or syncookies error | Guillaume Nault | 2019-03-19 | 2 | -12/+10 | |
| * | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-05-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2019-04-18 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| | | * | | | | | net/ipv4/netfilter: Update comment from call_rcu_bh() to call_rcu() | Paul E. McKenney | 2019-04-09 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| * | | | | | | udp: fix GRO packet of death | Eric Dumazet | 2019-05-01 | 1 | -3/+10 | |
| * | | | | | | ipv4: ip_do_fragment: Preserve skb_iif during fragmentation | Shmulik Ladkani | 2019-05-01 | 1 | -0/+1 | |
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2019-04-30 | 4 | -24/+37 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | xfrm4: Fix uninitialized memory read in _decode_session4 | Steffen Klassert | 2019-04-02 | 1 | -11/+13 | |
