Age | Commit message (Expand) | Author | Files | Lines |
2020-03-23 | Remove DST_HOST | David Laight | 1 | -2/+2 |
2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo | 1 | -1/+0 |
2019-10-01 | netfilter: drop bridge nf reset from nf_reset | Florian Westphal | 1 | -4/+4 |
2019-09-27 | vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled | David Ahern | 1 | -1/+2 |
2019-07-21 | vrf: make sure skb->data contains ip header to make routing | Peter Kosyh | 1 | -23/+35 |
2019-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2019-06-26 | ipv6: constify rt6_nexthop() | Nicolas Dichtel | 1 | -1/+1 |
2019-06-23 | ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF | Wei Wang | 1 | -2/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2019-04-24 | net: vrf: Fix operation not supported when set vrf mac | Miaohe Lin | 1 | -0/+2 |
2019-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+6 |
2019-04-08 | ipv4: Add helpers for neigh lookup for nexthop | David Ahern | 1 | -6/+4 |
2019-04-08 | neighbor: Add skip_cache argument to neigh_output | David Ahern | 1 | -2/+2 |
2019-04-07 | net: vrf: Fix ping failed when vrf mtu is set to 0 | Miaohe Lin | 1 | -2/+6 |
2019-03-27 | vrf: prevent adding upper devices | Sabrina Dubroca | 1 | -0/+1 |
2019-02-21 | net: vrf: remove MTU limits for vrf device | Hangbin Liu | 1 | -0/+3 |
2018-12-06 | net: core: dev: Add extack argument to dev_change_flags() | Petr Machata | 1 | -2/+2 |
2018-12-06 | net: vrf: cycle_netdev(): Add an extack argument | Petr Machata | 1 | -3/+4 |
2018-11-07 | vrf: mark skb for multicast or link-local as enslaved to VRF | Mike Manning | 1 | -10/+9 |
2018-10-02 | ipv6: add vrf table handling code for ipv6 mcast | Patrick Ruddy | 1 | -0/+11 |
2018-05-28 | vrf: add CRC32c offload to device features | Davide Caratti | 1 | -1/+1 |
2018-04-17 | vrf: Move fib6_table into net_vrf | David Ahern | 1 | -19/+6 |
2018-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2018-03-30 | vrf: Fix use after free and double free in vrf_finish_output | David Ahern | 1 | -2/+3 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
2018-03-04 | net/ipv6: Pass skb to route lookup | David Ahern | 1 | -3/+4 |
2018-02-27 | net: Convert simple pernet_operations | Kirill Tkhai | 1 | -0/+1 |
2018-02-23 | net: fib_rules: Add new attribute to set protocol | Donald Sharp | 1 | -1/+4 |
2018-02-21 | net: Allow a rule to track originating protocol | Donald Sharp | 1 | -0/+1 |
2018-02-15 | net/ipv4: Remove fib table id from rtable | David Ahern | 1 | -1/+0 |
2018-01-25 | net: vrf: Add support for sends to local broadcast address | David Ahern | 1 | -2/+3 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-11-02 | net: vrf: correct FRA_L3MDEV encode type | Jeff Barnhill | 1 | -1/+1 |
2017-10-04 | net: vrf: Add extack messages for enslave errors | David Ahern | 1 | -2/+11 |
2017-10-04 | net: Add extack to upper device linking | David Ahern | 1 | -3/+4 |
2017-10-04 | net: Add extack to ndo_add_slave | David Ahern | 1 | -1/+2 |
2017-09-21 | net: vrf: remove skb_dst_force() after skb_dst_set() | Eric Dumazet | 1 | -1/+0 |
2017-09-15 | net: vrf: avoid gcc-4.6 warning | Arnd Bergmann | 1 | -3/+3 |
2017-08-13 | net: vrf: Drop local rtable and rt6_info | David Ahern | 1 | -114/+8 |
2017-08-07 | net: vrf: Add extack messages for newlink failures | David Ahern | 1 | -4/+13 |
2017-07-06 | vrf: fix bug_on triggered by rx when destroying a vrf | Nikolay Aleksandrov | 1 | -5/+6 |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer | 1 | -1/+2 |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 1 | -1/+2 |
2017-06-17 | net: remove DST_NOCACHE flag | Wei Wang | 1 | -1/+1 |
2017-06-17 | ipv6: take dst->__refcnt for insertion into fib6 tree | Wei Wang | 1 | -4/+0 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
2017-06-08 | net: vrf: Make add_fib_rules per network namespace flag | David Ahern | 1 | -4/+32 |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -1/+1 |
2017-05-11 | driver: vrf: Fix one possible use-after-free issue | Gao Feng | 1 | -1/+2 |