summaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)AuthorFilesLines
2010-08-19vlan: Match underlying dev carrier on vlan addPhil Oester1-1/+2
2010-07-19vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia3-49/+86
2010-07-10net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-1/+1
2010-07-09vlan: allow TSO setting on vlan interfacesEric Dumazet1-0/+20
2010-07-08net: fix 64 bit counters on 32 bit archesEric Dumazet2-5/+4
2010-06-29vlan: 64 bit rx countersEric Dumazet3-25/+41
2010-06-13net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-6/+7
2010-06-11net: deliver skbs on inactive slaves to exact matchesJohn Fastabend1-2/+2
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend1-1/+2
2010-05-18net: Remove unnecessary semicolons after switch statementsJoe Perches1-1/+1
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet1-2/+2
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+2
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+70
2010-04-04net: move address list functions to a separate fileJiri Pirko2-9/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
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-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2010-03-19net: Potential null skb->dev dereferenceEric Dumazet1-2/+2
2010-03-19net: forbid underlaying devices to change its typeJiri Pirko1-0/+4
2010-02-17percpu: add __percpu sparse annotations to netTejun Heo1-1/+1
2010-02-04net: 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/ne...David S. Miller1-1/+1
2010-01-25vlan: fix vlan_skb_recv()Eric Dumazet1-1/+1
2010-01-18net: spread __net_init, __net_exitAlexey Dobriyan2-3/+3
2010-01-04bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-0/+2
2009-12-27llc: use dev_hard_headerOctavian Purdila1-4/+3
2009-12-04netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-25/+4
2009-12-03net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman1-5/+3
2009-12-02net: Simplify vlan pernet operations.Eric W. Biederman1-26/+7
2009-11-27vlan: support "loose binding" to the underlying network devicePatrick McHardy3-5/+13
2009-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+5
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-18vlan: Precise RX stats accountingEric Dumazet3-11/+65
2009-11-17vlan: Fix register_vlan_dev() error pathEric Dumazet1-2/+5
2009-11-16vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet1-2/+2
2009-11-14vlan/macvlan: propagate transmission state to upper layersPatrick McHardy1-2/+2
2009-11-11vlan: 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-30vlan: cleanup multiple unregistrationsPatrick McHardy1-32/+20
2009-10-30gro: Change all receive functions to return GRO result codesBen Hutchings1-7/+9
2009-10-30gro: 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-27net: fix vlan_get_size to include vlan_flags sizeJohn Fastabend1-0/+1
2009-09-04vlan: adds drops accountingEric Dumazet1-7/+22
2009-09-03vlan: enable multiqueue xmitsEric Dumazet1-2/+4
2009-09-03vlan: multiqueue vlan deviceEric Dumazet2-2/+23