aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-10net: Fix memory leak - vlan_info structAmir Hanania1-0/+3
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-1/+1
2012-05-098021q: Convert compare_ether_addr to ether_addr_equalJoe Perches3-12/+11
2012-04-02vlan: Stop using NLA_PUT*().David S. Miller1-6/+10
2011-12-14vlan: static functionsEric Dumazet1-3/+3
2011-12-14vlan: add rtnl_dereference() annotationsDan Carpenter1-5/+9
2011-12-08vlan: add 802.1q netpoll supportBenjamin LaHaise2-0/+64
2011-12-08vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko1-0/+44
2011-12-08vlan: introduce vid list with reference countingJiri Pirko3-71/+217
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo callsJiri Pirko2-9/+28
2011-12-08vlan: 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-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-16net: remove legacy ethtool opsMichał Mirosław1-4/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+2
2011-11-01vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman1-4/+6
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-31net: 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-15net: 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-18vlan: reset headers on accel emulation pathJiri Pirko1-0/+2
2011-08-17net: 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-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-1/+1
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko1-0/+19
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko1-4/+0
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko1-16/+0
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko1-9/+0
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko1-0/+21
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter1-0/+12
2011-07-14net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław1-1/+5
2011-07-14net: vlan: remove reduntant check in ndo_fix_features callbackMichał Mirosław1-2/+1
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+5
2011-07-05net: vlan: enable soft features regardless of underlying deviceShan Wei1-0/+5
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David 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-16net: Remove casts of void *Joe Perches1-1/+1
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko1-27/+33
2011-06-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-06-02net: 8021q: Add pr_fmtJoe Perches3-9/+14
2011-06-01vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun1-1/+1
2011-05-26net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.Justin Mattock1-4/+1
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman1-5/+0
2011-05-12net: Fix vlan_features propagationMichał Mirosław1-2/+4
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller2-3/+3
2011-05-10vlan: fix GVRP at dismantle timeEric Dumazet2-3/+3
2011-05-09vlan: remove one synchronize_net() callEric Dumazet1-6/+4