net: spread __net_init, __net_exit
[safe/jmp/linux-2.6] / drivers / net / bonding / bond_main.c
2008-05-22 Pavel Emelyanovbonding: Remove redundant argument from bond_create.
2008-05-22 Jay Vosburghbonding: remove test for IP in ARP monitor
2008-05-22 Jay Vosburghbonding: Use msecs_to_jiffies, eliminate panic
2008-05-06 Jay Vosburghbonding: fix enslavement error unwinds
2008-05-06 Pavel Emelyanovbonding: Deadlock between bonding_store_bonds and bond_...
2008-05-06 Pavel Emelyanovbonding: Do not call free_netdev for already registered...
2008-04-29 Denis V. Lunevnetdev: use non-racy method for proc entries creation
2008-04-17 Joe Perchesdrivers/net/bonding/bond_main.c - remove unnecessary...
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-26 Libor Pechacekbonding: Fix sysfs attribute handling
2008-03-26 Jay Vosburghbonding: fix two compiler warnings
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-03 Pavel Emelyanov[ARP]: Introduce the arp_hdr_len helper.
2008-02-29 Denis V. Lunev[NETNS]: Disable inetaddr notifiers in namespaces other...
2008-02-03 Jay Vosburghbonding: do not acquire rtnl in ARP monitor
2008-02-03 Andy Gospodarekbonding: fix race that causes invalid statistics
2008-02-03 Jay Vosburghbonding: fix NULL pointer deref in startup processing
2008-02-03 Jay Vosburghbonding: fix set_multicast_list locking
2008-02-03 Jay Vosburghbonding: fix parameter parsing
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...
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-11-14 Jay Vosburgh[BONDING]: Fix resource use after free
2007-11-10 Jay Vosburghbonding: don't validate address at device open
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: 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-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 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 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]: Introduce arp_hdr(), remove skb->nh.arph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
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-05 Jay Vosburghbonding: fix error check in sysfs creation
2007-02-05 Jay Vosburghbonding: fix device name allocation error
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-09-29 Al Viro[IPV4]: annotate struct in_ifaddr
2006-09-26 Jay Vosburgh[PATCH] bonding: Fix primary selection error at enslave...
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 Kenzo Iwami[PATCH] bonding: Format fix in seq_printf call
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
2006-03-04 Jeff GarzikMerge branch 'net-const'
2006-03-04 Arjan van de VenMassive net driver const-ification.
2006-03-04 Jay Vosburgh[PATCH] bonding: suppress duplicate packets
2006-02-17 Jay Vosburgh[PATCH] bonding: fix a locking bug in bond_release
2006-02-07 Jay Vosburgh[PATCH] bonding: allow bond to use TSO if slaves support it
2006-01-27 Eric Sesterhenn[PATCH] bonding: fix ->get_settings error checking
2005-11-28 Jeff Garzik[bonding] Remove superfluous changelog.
2005-11-13 Mitch Williams[PATCH] bonding: comments and changelog
2005-11-13 Mitch Williams[PATCH] bonding: spelling and whitespace corrections
2005-11-13 Mitch Williams[PATCH] bonding: add sysfs functionality to bonding...
2005-11-13 Mitch Williams[PATCH] bonding: add ARP entries to /proc
next