summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_sysfs.c
AgeCommit message (Expand)Author
2011-08-15bonding: fix string comparison errorsAndy Gospodarek
2011-05-25bonding: documentation and code cleanup for resend_igmpFlavio Leitner
2011-05-25bonding: prevent deadlock on slave store with alb mode (v3)Neil Horman
2011-04-29ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings
2011-04-25bonding: move processing of recv handlers into handle_frame()Jiri Pirko
2011-04-17bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings
2011-03-16bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flagJiri Pirko
2011-03-16bonding: wrap slave state workJiri Pirko
2011-03-16net: get rid of multiple bond-related netdevice->priv_flagsJiri Pirko
2011-03-15bonding: Improve syslog message at device creation timePhil Oester
2011-01-25bonding: fix return value of couple of store functionsJiri Pirko
2010-10-18bonding: Fix deadlock in bonding driver resulting from internal locking when ...Neil Horman
2010-10-05bonding: add retransmit membership reports tunableFlavio Leitner
2010-07-30bonding: prevent sysfs from allowing arp monitoring with alb/tlbAndy Gospodarek
2010-07-14bonding: fix a buffer overflow in bonding_show_queue_id.Nicolas de Pesloüan
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek
2010-06-05bonding: add all_slaves_active parameterAndy Gospodarek
2010-06-02bonding: move dev_addr cpy to bond_enslaveJiri Pirko
2010-06-02bonding: make bonding_store_slaves simplerJiri Pirko
2010-06-02bonding: remove redundant checks from bonding_store_slaves V2Jiri Pirko
2010-06-02bonding: move slave MTU handling from sysfs V2Jiri Pirko
2010-06-02bonding: remove unused variable "found"Jiri Pirko
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2009-12-13drivers/net/bonding/: : use pr_fmtJoe Perches
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-30bond: Add support for multiple network namespacesEric W. Biederman
2009-10-30bond: Simply bond sysfs group creationEric W. Biederman
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-10-07bonding: introduce primary_reselect optionJiri Pirko
2009-10-01bonding: set primary param via sysfsJiri Pirko
2009-08-13bonding: wipe out printk'sJiri Pirko
2009-06-13bonding: use is_zero_ether_addrStephen Hemminger
2009-06-13bonding: network device names are case sensativeStephen Hemminger
2009-06-13bonding: elminate bad refcount codeStephen Hemminger
2009-06-13bonding: fix style issuesStephen Hemminger
2009-06-13bonding: fix destructorStephen Hemminger
2009-06-13bonding: remove bonding read/write semaphoreStephen Hemminger
2009-06-13bonding: bond_create always called with default parametersStephen Hemminger
2009-06-11bonding: fix multiple module load problemStephen Hemminger
2009-05-18net: FIX bonding sysfs rtnl_lock deadlockEric W. Biederman
2009-04-13Bonding: fix zero address hole bug in arp_ip_target listBrian Haley
2008-12-25drivers/net/bonding: fix sparse warnings: move decls to header fileHannes Eder
2008-12-09bonding: remove duplicate declarationsHolger Eitzenberger
2008-12-09bonding: use pr_debug instead of own macrosHolger Eitzenberger
2008-11-19bonding: convert to net_device_opsStephen Hemminger
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen
2008-11-06bonding: alternate agg selection policies for 802.3adJay Vosburgh
2008-11-06bonding: send IPv6 neighbor advertisement on failoverBrian Haley
2008-11-03bonding, net: Move last_rx update into bonding recv logicJay Vosburgh
2008-10-31drivers: replace NIPQUAD()Harvey Harrison