aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Dev1-0/+39
2009-05-29net: convert unicast addr listJiri Pirko1-5/+5
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 Dumazet1-7/+7
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+5
2009-04-25vlan: update vlan carrier state for admin up/downJay Vosburgh1-0/+5
2009-04-21net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy1-20/+3
2009-04-17vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy1-1/+2
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller1-1/+2
2009-01-08vlan: add neigh_setupFrank Blaschka1-0/+14
2008-12-25vlan: fix convertion to net_device_opsEric Dumazet1-2/+20
2008-11-19vlan: convert to net_device_opsStephen Hemminger1-12/+18
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-28vlan: propogate ethtool speed valuesStephen Hemminger1-0/+22
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 Duyck1-0/+1
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller1-0/+4
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller1-4/+6
2008-07-14vlan: remove unnecessary include statementsPatrick McHardy1-7/+0
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-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 McHardy1-24/+23
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy1-5/+0
2008-07-08vlan: Add ethtool supportPatrick McHardy1-0/+18
2008-07-08vlan: Use is_vlan_dev()Joonwoo Park1-1/+1
2008-07-08vlan: fix network_header/mac_header adjustmentsPatrick McHardy1-1/+0
2008-07-05vlan: Add GVRP supportPatrick McHardy1-2/+16
2008-07-05vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy1-11/+9
2008-05-23vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy1-4/+1
2008-05-20[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy1-0/+5
2008-04-16[VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov1-3/+0
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
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-03-26[VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying devicePatrick McHardy1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-03-17[8021Q]: vlan_dev misannotationsAl Viro1-1/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2008-02-23[NET]: Restore sanity wrt. print_mac().David S. Miller1-4/+6
2008-02-17net/8021q/vlan_dev.c: Use print_mac.Joe Perches1-6/+4
2008-01-31[VLAN]: set_rx_mode support for unicast address listChris Leech1-2/+5
2008-01-28[VLAN]: Move protocol determination to seperate functionPavel Emelyanov1-28/+35