mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / net / 8021q /
2010-05-18 Joe Perchesnet: Remove unnecessary semicolons after switch statements
2010-05-16 Eric Dumazetnet: congestion notifications are not dropped packets
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-03 Jiri Pirkonet: move address list functions to a separate file
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-24 Vasu Devvlan: updates vlan real_num_tx_queues
2010-03-24 Vasu Devvlan: adds vlan_dev_select_queue
2010-03-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-03-19 Eric Dumazetnet: Potential null skb->dev dereference
2010-03-19 Jiri Pirkonet: forbid underlaying devices to change its type
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to net
2010-02-04 Arnd Bergmannnet: maintain namespace isolation between vlan and...
2010-01-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-25 Eric Dumazetvlan: fix vlan_skb_recv()
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2010-01-04 Andy Gospodarekbonding: allow arp_ip_targets on separate vlans to...
2009-12-27 Octavian Purdilallc: use dev_hard_header
2009-12-03 Patrick Mullaneynetdevice: provide common routine for macvlan and vlan...
2009-12-03 Eric W. Biedermannet: Teach vlans to cleanup as a pernet subsystem
2009-12-02 Eric W. Biedermannet: Simplify vlan pernet operations.
2009-11-27 Patrick McHardyvlan: support "loose binding" to the underlying network...
2009-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-18 Eric Dumazetnetns: net_identifiers should be read_mostly
2009-11-18 Eric Dumazetvlan: Precise RX stats accounting
2009-11-17 Eric Dumazetvlan: Fix register_vlan_dev() error path
2009-11-16 Eric Dumazetvlan: Use __vlan_hwaccel_put_tag() in rx
2009-11-13 Patrick McHardyvlan/macvlan: propagate transmission state to upper...
2009-11-11 stephen hemmingervlan: eliminate use of dev_base_lock
2009-11-08 Eric W. Biedermannet: Support specifying the network namespace upon...
2009-10-30 Patrick McHardyvlan: cleanup multiple unregistrations
2009-10-30 Ben Hutchingsgro: Change all receive functions to return GRO result...
2009-10-30 Ben Hutchingsgro: Name the GRO result enumeration type
2009-10-29 Yi Zouvlan: Add support to netdev_ops.ndo_fcoe_get_wwn for...
2009-10-28 Eric Dumazetvlan: Optimize multiple unregistration
2009-10-28 Eric Dumazetnet: add a list_head parameter to dellink() method
2009-10-27 Eric Dumazetvlan: allow null VLAN ID to be used
2009-09-27 John Fastabendnet: fix vlan_get_size to include vlan_flags size
2009-09-04 Eric Dumazetvlan: adds drops accounting
2009-09-03 Eric Dumazetvlan: enable multiqueue xmits
2009-09-03 Eric Dumazetvlan: multiqueue vlan device
2009-09-01 Yi Zouvlan: Add support for net_devices_ops.ndo_fcoe_enable...
2009-09-01 Stephen Hemmingernetdev: convert pseudo-devices to netdev_tx_t
2009-08-14 Vasu Devvlan: adds fcoe offload related net_device_ops and...
2009-08-05 Jan Engelhardtnet: mark read-only arrays as const
2009-07-30 Stephen Hemmingervlan: allow creating vlan when real device is not up
2009-07-20 Herbert Xuvlan: Propagate physical MTU changes
2009-06-10 Jesper Dangaard... 8021q: Vlan driver should use rcu_barrier() on unload...
2009-05-30 Jiri Pirkonet: convert unicast addr list
2009-05-25 Alexander Beregalovnet: remove COMPAT_NET_DEV_OPS
2009-05-19 Eric Dumazetnet: release dst entry in dev_hard_start_xmit()
2009-05-18 Eric Dumazetvlan: use struct netdev_queue counters instead of dev...
2009-04-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-04-26 Jay Vosburghvlan: update vlan carrier state for admin up/down
2009-04-21 Patrick McHardynet: factor out ethtool invocation of vlan/macvlan...
2009-04-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-04-17 Patrick McHardyvlan/macvlan: fix NULL pointer dereferences in ethtool...
2009-04-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-04-16 Herbert Xugro: New frags interface to avoid copying shinfo
2009-04-13 Herbert Xugro: Normalise skb before bypassing GRO on netpoll...
2009-03-17 Herbert Xugro: Fix vlan/netpoll check again
2009-03-16 Herbert XuGRO: Move netpoll checks to correct location
2009-03-10 Stephen Hemmingernet: convert usage of packet_type to read_mostly
2009-03-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-05 David S. Millervlan: Fix vlan-in-vlan crashes.
2009-03-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-01 Herbert Xunetpoll: Add drop checks to all entry points
2009-02-09 Herbert Xugro: Optimise Ethernet header comparison
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2009-01-30 Herbert Xugro: Avoid copying headers of unmerged packets
2009-01-30 Herbert Xugro: Move common completion code into helpers
2009-01-26 Ben Greearvlan: Export symbols as non GPL symbols.
2009-01-08 Frank Blaschkavlan: add neigh_setup
2009-01-06 Herbert Xuvlan: Add GRO interfaces
2008-12-26 Eric Dumazetvlan: fix convertion to net_device_ops
2008-11-20 Stephen Hemmingervlan: convert to net_device_ops
2008-11-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-10 Ferenc Wagnervlan: Fix typos in proc output string
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-04 Patrick McHardynet: fix packet socket delivery in rx irq handler
2008-11-04 David S. Millernet/: Kill now superfluous ->last_rx stores.
2008-10-29 Stephen Hemmingervlan: propogate ethtool speed values
2008-09-21 Arnaldo Carvalho... net: Use hton[sl]() instead of __constant_hton[sl]...
2008-09-12 Alexander Duyckvlan: vlan device not reading gso max size of parent.
2008-07-22 David S. Millernetdev: Handle ->addr_list_lock just like ->_xmit_lock...
2008-07-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-07-18 David S. Millernetdev: Allocate multiple queues for TX.
2008-07-15 Patrick McHardyvlan: remove unnecessary include statements
2008-07-15 Patrick McHardyvlan: clean up hard_start_xmit functions
2008-07-15 Patrick McHardyvlan: clean up vlan_dev_hard_header()
2008-07-15 Patrick McHardyvlan: ethtool ->get_flags support
2008-07-15 Patrick McHardyvlan: deliver packets received with VLAN acceleration...
2008-07-15 Wang Chen8021q: Check return of dev_set_promiscuity/allmulti
2008-07-09 David S. Millernetdev: Move _xmit_lock and xmit_lock_owner into netdev...
2008-07-08 Patrick McHardyvlan: avoid header copying and linearisation where...
2008-07-08 Patrick McHardyvlan: TCI related type and naming cleanups
2008-07-08 Patrick McHardyvlan: move struct vlan_dev_info to private header
2008-07-08 Patrick McHardyvlan: uninline __vlan_hwaccel_rx
2008-07-08 Patrick McHardyvlan: Add ethtool support
2008-07-08 Joonwoo Parkvlan: Use is_vlan_dev()
next