aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2-43/+10
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong1-5/+41
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+8
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman1-4/+3
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich1-0/+3
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich2-2/+5
2014-03-26vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong1-0/+6
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2014-03-128021q: Convert uses of __constant_<foo> to <foo>Joe Perches2-4/+4
2014-03-10vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström1-0/+3
2014-03-09vlan: use use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong1-1/+1
2014-03-09vlan: slight optimization for vlan_do_receive()dingtianhong1-1/+1
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-9/+2
2014-01-218021q: Use ether_addr_copyJoe Perches2-4/+4
2014-01-218021q: update descriptionYegor Yefremov1-5/+5
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-1/+18
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+8
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller2-105/+3
2013-11-07net/vlan: Provide read access to the vlan egress mapEyal Perry1-6/+12
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-1/+8
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches1-14/+14
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-10-08net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-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-09-03net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2013-08-05vlan: make vlan_dev_real_dev work over stacked vlansnikolay@redhat.com1-1/+6
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui2-8/+10
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko1-0/+1
2013-07-18vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-18vlan: mask vlan prio bitsEric Dumazet1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+3
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-7/+2
2013-04-21net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=nPatrick McHardy1-0/+1
2013-04-21net: vlan: fix memory leak in vlan_info_rcu_free()Patrick McHardy1-3/+4
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy4-8/+40
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2-4/+6
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy7-77/+98
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2-26/+31
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy3-6/+6
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-03-248021q: fix a potential use-after-freeCong Wang1-7/+7
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich1-0/+1
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman1-1/+1
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward7-7/+134