aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/net-2.6David 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/net-2.6David 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