| Commit message (Expand) | Author | Age | Files | Lines |
* | vlan: Add extack messages for link create | David Ahern | 2018-05-17 | 1 | -1/+2 |
* | net: Call add/kill vid ndo on vlan filter feature toggling | Gal Pressman | 2018-03-30 | 1 | -0/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | net: Add extack to upper device linking | David Ahern | 2017-10-05 | 1 | -1/+1 |
|/ |
|
* | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2016-11-18 | 1 | -1/+1 |
* | vlan: Propagate MAC address to VLANs | Mike Manning | 2016-05-31 | 1 | -0/+2 |
* | 8021q: Convert uses of __constant_<foo> to <foo> | Joe Perches | 2014-03-12 | 1 | -2/+2 |
* | vlan: Implement vlan_dev_get_egress_qos_mask as an inline. | David S. Miller | 2013-11-11 | 1 | -77/+0 |
* | net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes | Joe Perches | 2013-10-20 | 1 | -14/+14 |
* | net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=n | Patrick McHardy | 2013-04-21 | 1 | -0/+1 |
* | net: vlan: add 802.1ad support | Patrick McHardy | 2013-04-19 | 1 | -0/+3 |
* | net: vlan: prepare for 802.1ad support | Patrick McHardy | 2013-04-19 | 1 | -9/+45 |
* | net/8021q: Implement Multiple VLAN Registration Protocol (MVRP) | David Ward | 2013-02-11 | 1 | -0/+16 |
* | vlan: add 802.1q netpoll support | Benjamin LaHaise | 2011-12-09 | 1 | -0/+5 |
* | vlan: introduce vid list with reference counting | Jiri Pirko | 2011-12-09 | 1 | -3/+27 |
* | vlan: rename vlan_dev_info to vlan_dev_priv | Jiri Pirko | 2011-12-09 | 1 | -4/+4 |
* | vlan: move vlan_group_[gs]et_device to public header | Jiri Pirko | 2011-07-21 | 1 | -0/+19 |
* | net: vlan, qlcnic: make vlan_find_dev private | David Lamparter | 2011-07-17 | 1 | -0/+12 |
* | net: move is_vlan_dev into public header file (v2) | Neil Horman | 2011-05-25 | 1 | -5/+0 |
* | net: vlan: make non-hw-accel rx path similar to hw-accel | Jiri Pirko | 2011-04-12 | 1 | -2/+0 |
* | vlan: lockless transmit path | Eric Dumazet | 2010-11-16 | 1 | -6/+12 |
* | net: consolidate 8021q tagging | John Fastabend | 2010-11-15 | 1 | -4/+0 |
* | vlan: Avoid hash table lookup to find group. | Jesse Gross | 2010-10-21 | 1 | -17/+0 |
* | net: add a core netdev->rx_dropped counter | Eric Dumazet | 2010-10-05 | 1 | -2/+0 |
* | net: rx_dropped accounting | Eric Dumazet | 2010-09-20 | 1 | -0/+2 |
* | vlan: 64 bit rx counters | Eric Dumazet | 2010-06-29 | 1 | -5/+8 |
* | percpu: add __percpu sparse annotations to net | Tejun Heo | 2010-02-17 | 1 | -1/+1 |
* | vlan: Precise RX stats accounting | Eric Dumazet | 2009-11-18 | 1 | -0/+17 |
* | net: add a list_head parameter to dellink() method | Eric Dumazet | 2009-10-28 | 1 | -1/+1 |
* | vlan: allow null VLAN ID to be used | Eric Dumazet | 2009-10-27 | 1 | -1/+1 |
* | vlan: propogate ethtool speed values | Stephen Hemminger | 2008-10-29 | 1 | -2/+4 |
* | vlan: TCI related type and naming cleanups | Patrick McHardy | 2008-07-08 | 1 | -10/+9 |
* | vlan: move struct vlan_dev_info to private header | Patrick McHardy | 2008-07-08 | 1 | -1/+49 |
* | vlan: uninline __vlan_hwaccel_rx | Patrick McHardy | 2008-07-08 | 1 | -0/+8 |
* | vlan: Add GVRP support | Patrick McHardy | 2008-07-06 | 1 | -0/+16 |
* | vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at once | Patrick McHardy | 2008-07-06 | 1 | -2/+1 |
* | [VLAN]: Make the vlan_name_type per-net. | Pavel Emelyanov | 2008-04-16 | 1 | -2/+2 |
* | [VLAN]: Create proc entries in the proper net. | Pavel Emelyanov | 2008-04-16 | 1 | -0/+6 |
* | [VLAN]: Introduce the vlan_net structure and init/exit net ops. | Pavel Emelyanov | 2008-04-16 | 1 | -0/+5 |
* | [VLAN]: Proc entry is not renamed when vlan device name changes. | Pavel Emelyanov | 2008-04-02 | 1 | -0/+5 |
* | [VLAN]: checkpatch cleanups | Patrick McHardy | 2008-01-29 | 1 | -1/+1 |
* | [VLAN]: Simplify vlan unregistration | Patrick McHardy | 2008-01-29 | 1 | -1/+1 |
* | [VLAN]: Clean up debugging and printks | Patrick McHardy | 2008-01-29 | 1 | -25/+0 |
* | [VLAN]: Move device setup to vlan_dev.c | Patrick McHardy | 2008-01-29 | 1 | -13/+0 |
* | [VLAN]: Allow setting mac address while device is up | Patrick McHardy | 2007-11-11 | 1 | -0/+1 |
* | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 2007-10-11 | 1 | -2/+2 |
* | [VLAN]: Fix promiscous/allmulti synchronization races | Patrick McHardy | 2007-07-15 | 1 | -0/+1 |
* | [VLAN]: Fix MAC address handling | Patrick McHardy | 2007-07-12 | 1 | -1/+0 |
* | [VLAN]: Use rtnl_link API | Patrick McHardy | 2007-07-11 | 1 | -0/+10 |