aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-1/+3
2018-11-16net: 8021q: move vlan offload registrations into vlan_coreJiri Pirko1-96/+0
2018-11-07net: vlan: add support for tunnel offloadDavide Caratti1-0/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca1-1/+1
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-6/+7
2018-05-17vlan: Add extack messages for link createDavid Ahern1-3/+8
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman1-0/+21
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai1-0/+1
2018-01-108021q: fix a memory leak for VLAN 0 deviceCong Wang1-6/+1
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-11-11vlan: fix a use-after-free in vlan_device_event()Cong Wang1-3/+3
2017-11-04add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko1-0/+3
2017-10-04net: Add extack to upper device linkingDavid Ahern1-3/+3
2017-06-19net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-20net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-10-18net: vlan: Use sizeof instead of literal numberGao Feng1-2/+2
2016-10-18vlan: Remove unnecessary comparison of unsigned against 0Tobias Klauser1-2/+1
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca1-1/+1
2016-05-31vlan: Propagate MAC address to VLANsMike Manning1-0/+5
2016-03-17vlan: propagate gso_max_segsEric Dumazet1-0/+1
2016-02-21vlan: turn on unicast filtering on vlan deviceZhang Shengju1-1/+0
2015-06-01vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita1-0/+96
2015-05-14vlan: Correctly propagate promisc|allmulti flags in notifier.Vlad Yasevich1-1/+1
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller1-3/+13
2014-07-29vlan: fail early when creating netdev named configWANG Cong1-8/+13
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-0/+1
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich1-1/+3
2014-01-218021q: Use ether_addr_copyJoe Perches1-1/+1
2013-09-26vlan: unlink the upper neighbour before unregisteringVeaceslav Falico1-2/+2
2013-09-26vlan: link the upper neighbour only after registeringVeaceslav Falico1-7/+7
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui1-5/+7
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko1-0/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-57/+30
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-5/+5
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-3/+3
2013-03-248021q: fix a potential use-after-freeCong Wang1-7/+7
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward1-5/+22
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław1-7/+0
2013-01-04vlan: add link to upper deviceJiri Pirko1-1/+9
2012-11-308021q: fix vlan device to inherit the unicast filtering capability flagYi Zou1-0/+1
2012-11-18net: Allow the userns root to control vlans.Eric W. Biederman1-6/+6
2012-11-01vlan: use IS_ENABLED()Amerigo Wang1-1/+1
2012-10-18vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko1-1/+3