Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / net / macvlan.c
2010-05-25 Jiri Pirkomacvlan: do proper cleanup in macvlan_common_newlink...
2010-05-16 Eric Dumazetnet: congestion notifications are not dropped packets
2010-05-16 Jiri Pirkonet: adjust handle_macvlan to pass port struct to hook
2010-04-03 Jiri Pirkonet: move address list functions to a separate file
2010-03-19 Jiri Pirkonet: forbid underlaying devices to change its type
2010-02-04 Arnd Bergmannmacvlan: allow multiple driver backends
2010-02-04 Arnd Bergmannnet: maintain namespace isolation between vlan and...
2010-01-16 Patrick Mullaneymacvlan: add GRO bit to features mask
2009-12-03 Patrick Mullaneynetdevice: provide common routine for macvlan and vlan...
2009-11-29 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-26 Arnd Bergmannmacvlan: export macvlan mode through netlink
2009-11-26 Arnd Bergmannmacvlan: implement bridge, VEPA and private mode
2009-11-26 Arnd Bergmannmacvlan: cleanup rx statistics
2009-11-23 Patrick McHardymacvlan: fix gso_max_size setting
2009-11-18 Eric Dumazetmacvlan: Precise RX stats accounting
2009-11-13 Patrick McHardyvlan/macvlan: propagate transmission state to upper...
2009-11-08 Eric W. Biedermannet: Support specifying the network namespace upon...
2009-10-28 Eric Dumazetnet: add a list_head parameter to dellink() method
2009-09-04 Eric Dumazetmacvlan: add multiqueue capability
2009-09-02 Eric Dumazetmacvlan: Use compare_ether_addr_64bits()
2009-09-01 Stephen Hemmingernetdev: convert pseudo drivers to netdev_tx_t
2009-06-11 sg.tweak@gmail.comdrivers/net/macvlan.c: fix cloning of tagged VLAN inter...
2009-05-30 Jiri Pirkonet: convert unicast addr list
2009-05-19 Eric Dumazetnet: release dst entry in dev_hard_start_xmit()
2009-04-21 Patrick McHardynet: factor out ethtool invocation of vlan/macvlan...
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