summaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)Author
2011-12-14vlan: static functionsEric Dumazet
2011-12-14vlan: add rtnl_dereference() annotationsDan Carpenter
2011-12-08vlan: add 802.1q netpoll supportBenjamin LaHaise
2011-12-08vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko
2011-12-08vlan: introduce vid list with reference countingJiri Pirko
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko
2011-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-16net: remove legacy ethtool opsMichał Mirosław
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-01vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-18vlan: reset headers on accel emulation pathJiri Pirko
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter
2011-07-14net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław
2011-07-14net: vlan: remove reduntant check in ndo_fix_features callbackMichał Mirosław
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-05net: vlan: enable soft features regardless of underlying deviceShan Wei
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-17vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan supportAntoine Reversat
2011-06-16net: Remove casts of void *Joe Perches
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko
2011-06-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-02net: 8021q: Add pr_fmtJoe Perches
2011-06-01vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun
2011-05-26net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.Justin Mattock
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman
2011-05-12net: Fix vlan_features propagationMichał Mirosław
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-10vlan: fix GVRP at dismantle timeEric Dumazet
2011-05-09vlan: remove one synchronize_net() callEric Dumazet
2011-04-17bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings
2011-04-17vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław