aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław2-11/+2
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2013-01-04vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko1-7/+11
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-08vlan: set sysfs device_type to 'vlan'Doug Goldstein1-0/+6
2012-11-01vlan: use IS_ENABLED()Amerigo Wang2-4/+4
2012-10-18vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko1-1/+3
2012-10-16vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko1-1/+8
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl1-8/+2
2012-10-028021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli1-1/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-08-24vlan: add helper which can be called to see if device is used by vlanJiri Pirko1-0/+6
2012-08-14vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang1-7/+20
2012-08-14vlan: clean up some variable namesAmerigo Wang1-6/+6
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang1-5/+1
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang1-3/+4
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko1-4/+1
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]_v...Jiri 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/kern...Linus 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/ne...David 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/ne...David 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/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-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/ne...David 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/ne...David 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
2011-04-17bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings1-1/+2
2011-04-17vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings1-0/+11
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko4-184/+84
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław2-42/+16
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-18vlan: should take into account needed_headroomEric Dumazet1-0/+1
2011-03-07vlan: add support to ndo_fcoe_ddp_target()Yi Zou1-0/+14
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
2010-11-288021q: vlan device is lockless do not transfer real_num_{tx|rx}_queuesJohn Fastabend1-3/+0
2010-11-16vlan: remove ndo_select_queue() logicEric Dumazet1-38/+2
2010-11-16vlan: lockless transmit pathEric Dumazet5-57/+50
2010-11-15vlan: Fix build warning in vlandev_seq_show()David S. Miller1-1/+0
2010-11-15net: consolidate 8021q taggingJohn Fastabend3-106/+7
2010-11-15net: remove check for headroom in vlan_dev_createJohn Fastabend1-3/+0
2010-11-158021q: set hard_header_len when VLAN offload features are toggledJohn Fastabend1-0/+6
2010-10-25vlan: rcu annotationsEric Dumazet1-3/+3
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross2-105/+29
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross3-72/+11
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-8/+8
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet3-9/+6
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+10
2010-09-30vlan: dont drop packets from unknown vlans in promiscuous modeEric Dumazet1-4/+10
2010-09-278021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings1-1/+1
2010-09-27vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet1-2/+2
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-09-20net: rx_dropped accountingEric Dumazet2-2/+9
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter1-0/+4
2010-08-31vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receiveJiri Pirko1-1/+1
2010-08-26gro: __napi_gro_receive() optimizationsEric Dumazet1-3/+6
2010-08-22net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao1-2/+1
2010-08-19vlan: Match underlying dev carrier on vlan addPhil Oester1-1/+2
2010-07-18vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia3-49/+86
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-1/+1
2010-07-08vlan: allow TSO setting on vlan interfacesEric Dumazet1-0/+20
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet2-5/+4
2010-06-28vlan: 64 bit rx countersEric Dumazet3-25/+41
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-6/+7
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend1-2/+2
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend1-1/+2
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches1-1/+1
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+2
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+70
2010-04-03net: move address list functions to a separate fileJiri Pirko2-9/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-03-24vlan: updates vlan real_num_tx_queuesVasu Dev1-0/+2
2010-03-24vlan: adds vlan_dev_select_queueVasu Dev1-3/+68
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet1-2/+2
2010-03-18net: forbid underlaying devices to change its typeJiri Pirko1-0/+4
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-1/+1
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-1/+1
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-01-24vlan: fix vlan_skb_recv()Eric Dumazet1-1/+1
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan2-3/+3
2010-01-03bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-0/+2
2009-12-26llc: use dev_hard_headerOctavian Purdila1-4/+3
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-25/+4
2009-12-02net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman1-5/+3
2009-12-01net: Simplify vlan pernet operations.Eric W. Biederman1-26/+7
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy3-5/+13
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+5
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-17vlan: Precise RX stats accountingEric Dumazet3-11/+65
2009-11-17vlan: Fix register_vlan_dev() error pathEric Dumazet1-2/+5
2009-11-15vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet1-2/+2
2009-11-13vlan/macvlan: propagate transmission state to upper layersPatrick McHardy1-2/+2
2009-11-10vlan: eliminate use of dev_base_lockstephen hemminger1-7/+6
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman1-2/+2
2009-10-29vlan: cleanup multiple unregistrationsPatrick McHardy1-32/+20
2009-10-29gro: Change all receive functions to return GRO result codesBen Hutchings1-7/+9
2009-10-29gro: Name the GRO result enumeration typeBen Hutchings1-2/+3
2009-10-29vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN deviceYi Zou1-0/+13
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet1-16/+33
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet2-5/+5
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet2-2/+2
2009-09-26net: fix vlan_get_size to include vlan_flags sizeJohn Fastabend1-0/+1
2009-09-03vlan: adds drops accountingEric Dumazet1-7/+22
2009-09-03vlan: enable multiqueue xmitsEric Dumazet1-2/+4
2009-09-02vlan: multiqueue vlan deviceEric Dumazet2-2/+23
2009-09-01vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLANYi Zou1-0/+26
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-3/+4
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev2-0/+42
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+1
2009-07-30vlan: allow creating vlan when real device is not upStephen Hemminger1-6/+0
2009-07-20vlan: Propagate physical MTU changesHerbert Xu1-0/+13
2009-06-108021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n...Jesper Dangaard Brouer1-1/+1
2009-05-29net: convert unicast addr listJiri Pirko2-7/+7
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov1-1/+0
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+1
2009-05-18vlan: use struct netdev_queue counters instead of dev->statsEric Dumazet2-8/+9
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+7
2009-04-25vlan: update vlan carrier state for admin up/downJay Vosburgh2-0/+7
2009-04-21net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy1-20/+3
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2009-04-17vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy1-1/+2
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu1-2/+2
2009-04-13gro: Normalise skb before bypassing GRO on netpoll VLAN pathHerbert Xu1-1/+3
2009-03-17gro: Fix vlan/netpoll check againHerbert Xu1-3/+6
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu1-7/+4
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-1/+1
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller1-1/+2
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+10
2009-03-01netpoll: Add drop checks to all entry pointsHerbert Xu1-0/+10
2009-02-08gro: Optimise Ethernet header comparisonHerbert Xu1-1/+3
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu1-0/+2
2009-01-29gro: Move common completion code into helpersHerbert Xu1-35/+4
2009-01-26vlan: Export symbols as non GPL symbols.Ben Greear1-2/+2
2009-01-08vlan: add neigh_setupFrank Blaschka1-0/+14
2009-01-06vlan: Add GRO interfacesHerbert Xu1-23/+88
2008-12-25vlan: fix convertion to net_device_opsEric Dumazet1-2/+20
2008-11-19vlan: convert to net_device_opsStephen Hemminger2-20/+28
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-11-10vlan: Fix typos in proc output stringFerenc Wagner1-1/+1
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-12/+31
2008-11-04net: fix packet socket delivery in rx irq handlerPatrick McHardy1-13/+33
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller2-3/+0
2008-10-28vlan: propogate ethtool speed valuesStephen Hemminger3-6/+30
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-1/+1
2008-09-11vlan: vlan device not reading gso max size of parent.Alexander Duyck2-0/+2