aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-01netpoll: Add drop checks to all entry pointsHerbert Xu1-0/+10
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/net-2.6David 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/net-2.6David 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
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller1-0/+4
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-0/+3
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller1-4/+6
2008-07-14vlan: remove unnecessary include statementsPatrick McHardy3-22/+4
2008-07-14vlan: clean up hard_start_xmit functionsPatrick McHardy1-35/+6
2008-07-14vlan: clean up vlan_dev_hard_header()Patrick McHardy1-46/+9
2008-07-14vlan: ethtool ->get_flags supportPatrick McHardy1-0/+13
2008-07-14vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy1-0/+4
2008-07-148021q: Check return of dev_set_promiscuity/allmultiWang Chen1-6/+22
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller1-2/+13
2008-07-08vlan: avoid header copying and linearisation where possiblePatrick McHardy1-29/+5
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy5-59/+55
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy4-9/+62
2008-07-08vlan: uninline __vlan_hwaccel_rxPatrick McHardy3-4/+61
2008-07-08vlan: Add ethtool supportPatrick McHardy1-0/+18
2008-07-08vlan: Use is_vlan_dev()Joonwoo Park3-4/+3
2008-07-08vlan: fix network_header/mac_header adjustmentsPatrick McHardy1-1/+0
2008-07-05vlan: Add GVRP supportPatrick McHardy7-13/+132
2008-07-05vlan: Move device unregistration before lower dev cleanupPatrick McHardy1-2/+2
2008-07-05vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy4-19/+14
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar2-3/+27
2008-05-23vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy3-14/+3
2008-05-20[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy3-0/+37
2008-05-20vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy1-3/+1
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-05-02vlan: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev1-4/+3
2008-04-16[VLAN]: Handle vlan devices net namespace changing.Pavel Emelyanov1-5/+8
2008-04-16[VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov3-8/+4
2008-04-16[VLAN]: Make the vlan_name_type per-net.Pavel Emelyanov3-9/+16
2008-04-16[VLAN]: Make the /proc/net/vlan/conf file show per-net info.Pavel Emelyanov1-5/+8
2008-04-16[VLAN]: Create proc entries in the proper net.Pavel Emelyanov2-27/+23
2008-04-16[VLAN]: Add a net argument to proc init and cleanup calls.Pavel Emelyanov3-15/+22
2008-04-16[VLAN]: Introduce the vlan_net structure and init/exit net ops.Pavel Emelyanov2-0/+51
2008-04-16[VLAN]: Tag vlan_group_device with net device, not ifindex.Pavel Emelyanov1-11/+11
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+15
2008-04-04[VLAN]: Fix egress priority mappings leak.Pavel Emelyanov1-0/+15