aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q (follow)
AgeCommit message (Expand)AuthorFilesLines
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-18net: Potential null skb->dev dereferenceEric Dumazet1-2/+2
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/net-2.6David 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/net-2.6David 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_net()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/net-2.6David 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/net-2.6David 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/net-2.6David S. Miller1-1/+3