summaryrefslogtreecommitdiff
path: root/net/8021q
Commit message (Expand)AuthorAge
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-16
* net: maintain namespace isolation between vlan and real deviceArnd Bergmann2010-02-03
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-28
|\
| * vlan: fix vlan_skb_recv()Eric Dumazet2010-01-24
* | net: spread __net_init, __net_exitAlexey Dobriyan2010-01-17
* | bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek2010-01-03
* | llc: use dev_hard_headerOctavian Purdila2009-12-26
|/
* netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney2009-12-03
* net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman2009-12-02
* net: Simplify vlan pernet operations.Eric W. Biederman2009-12-01
* vlan: support "loose binding" to the underlying network devicePatrick McHardy2009-11-26
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-18
|\
| * vlan: Fix register_vlan_dev() error pathEric Dumazet2009-11-17
* | netns: net_identifiers should be read_mostlyEric Dumazet2009-11-18
* | vlan: Precise RX stats accountingEric Dumazet2009-11-17
* | vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet2009-11-15
* | vlan/macvlan: propagate transmission state to upper layersPatrick McHardy2009-11-13
* | vlan: eliminate use of dev_base_lockstephen hemminger2009-11-10
* | net: Support specifying the network namespace upon device creation.Eric W. Biederman2009-11-08
* | vlan: cleanup multiple unregistrationsPatrick McHardy2009-10-29
* | gro: Change all receive functions to return GRO result codesBen Hutchings2009-10-29
* | gro: Name the GRO result enumeration typeBen Hutchings2009-10-29
* | vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN deviceYi Zou2009-10-29
* | vlan: Optimize multiple unregistrationEric Dumazet2009-10-28
* | net: add a list_head parameter to dellink() methodEric Dumazet2009-10-28
* | vlan: allow null VLAN ID to be usedEric Dumazet2009-10-27
|/
* net: fix vlan_get_size to include vlan_flags sizeJohn Fastabend2009-09-26
* vlan: adds drops accountingEric Dumazet2009-09-03
* vlan: enable multiqueue xmitsEric Dumazet2009-09-03
* vlan: multiqueue vlan deviceEric Dumazet2009-09-02
* vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLANYi Zou2009-09-01
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-01
* vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev2009-08-14
* net: mark read-only arrays as constJan Engelhardt2009-08-05
* vlan: allow creating vlan when real device is not upStephen Hemminger2009-07-30
* vlan: Propagate physical MTU changesHerbert Xu2009-07-20
* 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n...Jesper Dangaard Brouer2009-06-10
* net: convert unicast addr listJiri Pirko2009-05-29
* net: remove COMPAT_NET_DEV_OPSAlexander Beregalov2009-05-25
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-18
* vlan: use struct netdev_queue counters instead of dev->statsEric Dumazet2009-05-18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-29
|\
| * vlan: update vlan carrier state for admin up/downJay Vosburgh2009-04-25
* | net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy2009-04-21
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-21
|\ \ | |/
| * vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy2009-04-17
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-16
|\ \ | |/
| * gro: Normalise skb before bypassing GRO on netpoll VLAN pathHerbert Xu2009-04-13
* | gro: New frags interface to avoid copying shinfoHerbert Xu2009-04-16
|/
* gro: Fix vlan/netpoll check againHerbert Xu2009-03-17