igb: do not check for vf_data if we didn't enable vfs
[safe/jmp/linux-2.6] / drivers / net / bonding /
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-18 Jay Vosburghbonding: Don't hold lock when calling rtnl_unlock
2008-01-18 Jay Vosburghbonding: fix lock ordering for rtnl and bonding_rwsem
2008-01-18 Jay Vosburghbonding: Fix up parameter parsing
2008-01-18 Jay Vosburghbonding: release slaves when master removed via sysfs
2008-01-18 Jay Vosburghbonding: fix locking during alb failover and slave...
2008-01-18 Jay Vosburghbonding: fix ASSERT_RTNL that produces spurious warnings
2008-01-18 Jay Vosburghbonding: fix locking in sysfs primary/active selection
2007-12-07 Jay Vosburghbonding: Fix race at module unload
2007-12-07 Jay Vosburghbonding: Add new layer2+3 hash for xor/802.3ad modes
2007-12-07 David Sterbabonding: Fix time comparison
2007-12-07 Wagner Ferencbonding: Allow setting and querying xmit policy regardl...
2007-12-07 Wagner Ferencbonding: Coding style: break line after the if condition
2007-12-07 Wagner Ferencbonding: Purely cosmetic: rename a local variable
2007-12-07 Wagner Ferencbonding: Return nothing for not applicable values
2007-12-07 Wagner Ferencbonding: Remove trailing NULs from sysfs interface.
2007-11-14 Jay Vosburgh[BONDING]: Fix resource use after free
2007-11-10 Jay Vosburghbonding: don't validate address at device open
2007-11-10 Jay Vosburghbonding: fix rtnl locking merge error
2007-10-25 Adrian Bunkbonding/bond_main.c: fix cut'n'paste error
2007-10-25 Adrian Bunkmake bonding/bond_main.c:bond_deinit() static
2007-10-24 Jay Vosburghbonding: Acquire correct locks in alb for promisc change
2007-10-24 Jay Vosburghbonding: Convert more locks to _bh, acquire rtnl, for...
2007-10-24 Jay Vosburghbonding: Convert locks to _bh, rework alb locking for...
2007-10-24 Jay Vosburghbonding: Convert miimon to new locking
2007-10-24 Jay Vosburghbonding: Convert balance-rr transmit to new locking
2007-10-24 Jay VosburghConvert bonding timers to workqueues
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-19 Mathieu DesnoyersChange struct marker users
2007-10-17 Jay Vosburghbonding: two small fixes for IPoIB support
2007-10-15 Jay Vosburghnet/bonding: Optionally allow ethernet slaves to keep...
2007-10-15 Moni Shouanet/bonding: Destroy bonding master when last slave...
2007-10-15 Moni Shouanet/bonding: Delay sending of gratuitous ARP to avoid...
2007-10-15 Moni Shouanet/bonding: Handlle wrong assumptions that slave is...
2007-10-15 Moni Shouanet/bonding: Enable IP multicast for bonding IPoIB...
2007-10-15 Moni Shouanet/bonding: Enable bonding to enslave netdevices not...
2007-10-15 Moni Shouanet/bonding: Enable bonding to enslave non ARPHRD_ETHER
2007-10-10 Al Viroendianness annotations drivers/net/bonding/
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Jeff Garzik[ETHTOOL] Provide default behaviors for a few ethtool...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Jesper JuhlClean up duplicate includes in drivers/net/
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-08-14 Herbert Xu[NET]: Share correct feature code between bridging...
2007-07-31 Matthew Wilcox[NET]: ethtool ops are the only way
2007-07-10 Adrian Bunkbonding/bond_main.c: make 2 functions static
2007-07-10 Jay Vosburghbonding / ipv6: no addrconf for slaves separately from...
2007-06-20 Jay Vosburghbonding: Fix 802.3ad no carrier on "no partner found...
2007-06-20 Jay Vosburghbonding: Fix use after free in unregister path
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-04-29 Rusty Russell[NET]: Remove NETIF_F_INTERNAL_STATS, default to intern...
2007-04-26 Rusty Russell[NET]: Inline net_device_stats
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF] bonding: Set skb->nh.raw relative to skb...
2007-04-26 Arnaldo Carvalho... [BONDING]: Introduce arp_pkt()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-03-06 Jay Vosburghbonding: Improve IGMP join processing
2007-03-06 Jay Vosburghbonding: only receive ARPs for us
2007-03-06 Jay Vosburghbonding: fix double dev_add_pack
2007-03-03 Dan Aloni[VLAN]: Avoid a 4-order allocation.
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 5
2007-02-08 Joe Jin[BONDING]: Replace kmalloc() + memset() pairs with...
2007-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-02-07 Greg Kroah-HartmanNetwork: convert network devices to use struct device...
2007-02-05 Jay Vosburghbonding: update version
2007-02-05 Jay Vosburghbonding: modify sysfs support to permit multiple loads
2007-02-05 Jay Vosburghbonding: fix error check in sysfs creation
2007-02-05 Jay Vosburghbonding: fix device name allocation error
2007-02-05 Adrian Bunkbonding.h: "extern inline" -> "static inline"
2007-01-30 Andy Gospodarekbonding: ARP monitoring broken on x86_64
2006-12-04 Andy Gospodarek[PATCH] bonding: incorrect bonding state reported via...
2006-11-30 Laurent Riffard[PATCH] bonding: fix an oops when slave device does...
2006-11-10 Peter Zijlstra[PATCH] bonding: lockdep annotation
2006-10-05 Karsten Keil[PATCH] bonding: fix deadlock on high loads in bond_alb...
2006-09-29 Al Viro[IPV4]: annotate struct in_ifaddr
2006-09-27 Jay Vosburgh[PATCH] bonding: update version number
2006-09-26 Jay Vosburgh[PATCH] bonding: Fix primary selection error at enslave...
2006-09-26 Jay Vosburgh[PATCH] bonding: Don't mangle LACPDUs
2006-09-26 Jay Vosburgh[PATCH] bonding: Validate probe replies in ARP monitor
2006-09-26 jamal[PATCH] bonding: Don't release slaves when master is...
2006-09-26 Jay Vosburgh[PATCH] bonding: Add priv_flag to avoid event mishandling
2006-09-26 Jay Vosburgh[PATCH] bonding: Handle large hard_header_len
2006-09-26 Jay Vosburgh[PATCH] bonding: Remove unneeded NULL test
2006-09-26 Kenzo Iwami[PATCH] bonding: Format fix in seq_printf call
2006-09-26 Jay Vosburgh[PATCH] bonding: Convert delay value from s16 to int
2006-09-26 Jay Vosburgh[PATCH] bonding: Allow bonding to enslave a 10 Gig...
2006-09-13 Jeff Garzikdrivers/net: const-ify ethtool_ops declarations
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-18 Herbert Xu[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM
2006-06-18 Herbert Xu[NET]: Add netif_tx_lock
2006-03-29 Jay Vosburgh[PATCH] bonding: support carrier state for master
2006-03-27 Alan Stern[PATCH] Notifier chain update: API changes
next