summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-1/+1
|\
| * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-021-1/+1
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-261-6/+7
|/
* vlan: Add extack messages for link createDavid Ahern2018-05-171-3/+8
* net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman2018-03-301-0/+21
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* net: Convert /proc creating and destroying pernet_operationsKirill Tkhai2018-02-271-0/+1
* 8021q: fix a memory leak for VLAN 0 deviceCong Wang2018-01-101-6/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-121-3/+3
|\
| * vlan: fix a use-after-free in vlan_device_event()Cong Wang2017-11-111-3/+3
* | add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko2017-11-041-0/+3
* | net: Add extack to upper device linkingDavid Ahern2017-10-051-3/+3
|/
* net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng2017-06-191-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+1
|\
| * net: add recursion limit to GROSabrina Dubroca2016-10-201-1/+1
* | net: vlan: Use sizeof instead of literal numberGao Feng2016-10-181-2/+2
* | vlan: Remove unnecessary comparison of unsigned against 0Tobias Klauser2016-10-181-2/+1Star
|/
* net: remove type_check from dev_get_nest_level()Sabrina Dubroca2016-08-141-1/+1
* vlan: Propagate MAC address to VLANsMike Manning2016-05-311-0/+5
* vlan: propagate gso_max_segsEric Dumazet2016-03-181-0/+1
* vlan: turn on unicast filtering on vlan deviceZhang Shengju2016-02-221-1/+0Star
* vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita2015-06-021-0/+96
* vlan: Correctly propagate promisc|allmulti flags in notifier.Vlad Yasevich2015-05-141-1/+1
* net: Fix high overhead of vlan sub-device teardown.David S. Miller2015-03-191-3/+13
* vlan: fail early when creating netdev named configWANG Cong2014-07-291-8/+13
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+2
* vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-171-0/+1
* vlan: Set hard_header_len according to available accelerationVlad Yasevich2014-03-271-1/+3
* 8021q: Use ether_addr_copyJoe Perches2014-01-221-1/+1
* vlan: unlink the upper neighbour before unregisteringVeaceslav Falico2013-09-261-2/+2
* vlan: link the upper neighbour only after registeringVeaceslav Falico2013-09-261-7/+7
* vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui2013-08-031-5/+7
* net: convert resend IGMP to notifier eventJiri Pirko2013-07-241-0/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-57/+30Star
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-5/+5
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-3/+3
* 8021q: fix a potential use-after-freeCong Wang2013-03-241-7/+7
* net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward2013-02-111-5/+22
* net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław2013-01-301-7/+0Star
* vlan: add link to upper deviceJiri Pirko2013-01-041-1/+9
* 8021q: fix vlan device to inherit the unicast filtering capability flagYi Zou2012-11-301-0/+1
* net: Allow the userns root to control vlans.Eric W. Biederman2012-11-191-6/+6
* vlan: use IS_ENABLED()Amerigo Wang2012-11-011-1/+1
* vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko2012-10-181-1/+3
* net: Fix memory leak - vlan_info structAmir Hanania2012-07-111-0/+3
* 8021q: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-5/+5
* vlan: introduce vid list with reference countingJiri Pirko2011-12-091-60/+30Star