summaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)AuthorFilesLines
2014-07-288021q: fix a potential memory leakLi RongQing1-1/+4
2014-04-27vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström1-0/+3
2014-01-16vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-1/+18
2013-11-04net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-07-29vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-05-19net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork1-1/+1
2013-04-058021q: fix a potential use-after-freeCong Wang1-7/+7
2012-10-28vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl1-8/+2
2012-10-138021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli1-1/+2
2012-08-09net: Fix memory leak - vlan_info structAmir Hanania1-0/+3
2012-05-11Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-1/+1
2011-12-14vlan: static functionsEric Dumazet1-3/+3
2011-12-14vlan: add rtnl_dereference() annotationsDan Carpenter1-5/+9
2011-12-09vlan: add 802.1q netpoll supportBenjamin LaHaise2-0/+64
2011-12-09vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko1-0/+44
2011-12-09vlan: introduce vid list with reference countingJiri Pirko3-71/+217
2011-12-09net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko2-9/+28
2011-12-09vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko7-84/+84
2011-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar1-33/+0
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-17net: remove legacy ethtool opsMichał Mirosław1-4/+2
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2011-11-02vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman1-4/+6
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet1-2/+5
2011-09-16net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-1/+2
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2011-08-19vlan: reset headers on accel emulation pathJiri Pirko1-0/+2
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+0
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-1/+1
2011-07-28net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-1/+1
2011-07-22vlan: move vlan_group_[gs]et_device to public headerJiri Pirko1-0/+19
2011-07-22vlan: kill ndo_vlan_rx_registerJiri Pirko1-4/+0
2011-07-22vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko1-16/+0
2011-07-22vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko1-9/+0
2011-07-22vlan: introduce __vlan_find_dev_deep()Jiri Pirko1-0/+21
2011-07-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+5
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter1-0/+12
2011-07-15net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław1-1/+5
2011-07-15net: vlan: remove reduntant check in ndo_fix_features callbackMichał Mirosław1-2/+1
2011-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+5
2011-07-06net: vlan: enable soft features regardless of underlying deviceShan Wei1-0/+5
2011-06-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-28/+34
2011-06-17vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan supportAntoine Reversat1-1/+1
2011-06-17net: Remove casts of void *Joe Perches1-1/+1
2011-06-12vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko1-27/+33
2011-06-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-06-03net: 8021q: Add pr_fmtJoe Perches3-9/+14
2011-06-02vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun1-1/+1