drivers/char/mem.c: avoid OOM lockup during large reads from /dev/zero
[safe/jmp/linux-2.6] / drivers / net / macvlan.c
2009-04-17 Patrick McHardyvlan/macvlan: fix NULL pointer dereferences in ethtool...
2009-03-13 Eric Biedermanmacvlan: Deterministic ingress packet delivery
2009-03-13 Eric Biedermanmacvlan: Support creating macvlans from macvlans
2008-12-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-26 Patrick McHardymacvlan: don't broadcast PAUSE frames to macvlan devices
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Stephen Hemmingermacvlan: convert to net_device_ops
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-29 Stephen Hemmingermacvlan: add support for ethtool get settings
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 Wang Chenmacvlan: Check return of dev_set_allmulti
2008-07-09 David S. Millernetdev: Move _xmit_lock and xmit_lock_owner into netdev...
2008-05-19 Franck Bui-Huurcu: split list.h and move rcu-protected lists into...
2008-05-08 Patrick McHardymacvlan: Fix memleak on device removal/crash on module...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-02-01 Rami Rosen[MACVLAN]: Setting macvlan_handle_frame_hook to NULL...
2008-01-28 Patrick McHardy[MACVLAN]: Fix thinko in macvlan_transfer_operstate()
2008-01-28 Patrick McHardy[MACVLAN]: Allow setting mac address while device is up
2008-01-28 Patrick McHardy[MACVLAN]: Remove unnecessary IFF_UP check
2008-01-11 Patrick McHardy[MACVLAN]: Prevent nesting macvlan devices
2007-10-14 Al Viroremove duplicate initializer (macvlan)
2007-10-10 Stephen Hemminger[NET]: Move hardware header operations out of netdevice.
2007-10-10 Stephen Hemminger[NET]: Wrap netdevice hardware header creation.
2007-10-10 Jeff Garzik[ETHTOOL] Provide default behaviors for a few ethtool...
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-07-15 Patrick McHardy[NET]: Add macvlan driver