aboutsummaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)Author
2010-04-01net: Potential null skb->dev dereferenceEric Dumazet
2010-01-24vlan: fix vlan_skb_recv()Eric Dumazet
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney
2009-12-02net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman
2009-12-01net: Simplify vlan pernet operations.Eric W. Biederman
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-11-17vlan: Precise RX stats accountingEric Dumazet
2009-11-17vlan: Fix register_vlan_dev() error pathEric Dumazet
2009-11-15vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet
2009-11-13vlan/macvlan: propagate transmission state to upper layersPatrick McHardy
2009-11-10vlan: eliminate use of dev_base_lockstephen hemminger
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman
2009-10-29vlan: cleanup multiple unregistrationsPatrick McHardy
2009-10-29gro: Change all receive functions to return GRO result codesBen Hutchings
2009-10-29gro: Name the GRO result enumeration typeBen Hutchings
2009-10-29vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN deviceYi Zou
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet
2009-09-26net: fix vlan_get_size to include vlan_flags sizeJohn Fastabend
2009-09-03vlan: adds drops accountingEric Dumazet
2009-09-03vlan: enable multiqueue xmitsEric Dumazet
2009-09-02vlan: multiqueue vlan deviceEric Dumazet
2009-09-01vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLANYi Zou
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-07-30vlan: allow creating vlan when real device is not upStephen Hemminger
2009-07-20vlan: Propagate physical MTU changesHerbert Xu
2009-06-108021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n...Jesper Dangaard Brouer
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet
2009-05-18vlan: use struct netdev_queue counters instead of dev->statsEric Dumazet
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-25vlan: update vlan carrier state for admin up/downJay Vosburgh
2009-04-21net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-17vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu
2009-04-13gro: Normalise skb before bypassing GRO on netpoll VLAN pathHerbert Xu
2009-03-17gro: Fix vlan/netpoll check againHerbert Xu
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller