Age | Commit message (Expand) | Author | Files | Lines |
2012-11-01 | bonding: fix second off-by-one error | nikolay@redhat.com | 1 | -1/+1 |
2012-11-01 | bonding: fix off-by-one error | nikolay@redhat.com | 1 | -1/+1 |
2012-07-20 | bond_sysfs: use real_num_tx_queues rather than params.tx_queue | Jiri Pirko | 1 | -1/+1 |
2012-06-13 | bonding:record primary when modify it via sysfs | Weiping Pan | 1 | -2/+6 |
2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 1 | -1/+0 |
2011-12-22 | driver-core: remove sysdev.h usage. | Kay Sievers | 1 | -1/+0 |
2011-11-18 | bonding: Don't allow mode change via sysfs with slaves present | Veaceslav Falico | 1 | -0/+7 |
2011-10-22 | bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_masters | Eric W. Biederman | 1 | -0/+1 |
2011-10-20 | bonding: Use a per netns implementation of /sys/class/net/bonding_masters. | Eric W. Biederman | 1 | -14/+31 |
2011-07-28 | bonding: fix string comparison errors | Andy Gospodarek | 1 | -62/+71 |
2011-06-23 | bonding: add min links parameter to 802.3ad | stephen hemminger | 1 | -0/+33 |
2011-06-10 | bonding: make 802.3ad use latest lacp_rate | Peter Pan(潘卫平) | 1 | -0/+1 |
2011-05-26 | bonding: documentation and code cleanup for resend_igmp | Flavio Leitner | 1 | -5/+5 |
2011-05-26 | bonding: prevent deadlock on slave store with alb mode (v3) | Neil Horman | 1 | -6/+0 |
2011-04-29 | ipv4, ipv6, bonding: Restore control over number of peer notifications | Ben Hutchings | 1 | -0/+26 |
2011-04-25 | bonding: move processing of recv handlers into handle_frame() | Jiri Pirko | 1 | -6/+0 |
2011-04-18 | bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_... | Ben Hutchings | 1 | -80/+0 |
2011-03-16 | bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flag | Jiri Pirko | 1 | -2/+2 |
2011-03-16 | bonding: wrap slave state work | Jiri Pirko | 1 | -1/+1 |
2011-03-16 | net: get rid of multiple bond-related netdevice->priv_flags | Jiri Pirko | 1 | -8/+0 |
2011-03-16 | bonding: Improve syslog message at device creation time | Phil Oester | 1 | -1/+4 |
2011-01-26 | bonding: fix return value of couple of store functions | Jiri Pirko | 1 | -2/+2 |
2010-10-18 | bonding: Fix deadlock in bonding driver resulting from internal locking when ... | Neil Horman | 1 | -0/+8 |
2010-10-06 | bonding: add retransmit membership reports tunable | Flavio Leitner | 1 | -0/+44 |
2010-07-31 | bonding: prevent sysfs from allowing arp monitoring with alb/tlb | Andy Gospodarek | 1 | -12/+25 |
2010-07-15 | bonding: fix a buffer overflow in bonding_show_queue_id. | Nicolas de Pesloüan | 1 | -2/+2 |
2010-06-05 | bonding: allow user-controlled output slave selection | Andy Gospodarek | 1 | -0/+116 |
2010-06-05 | bonding: add all_slaves_active parameter | Andy Gospodarek | 1 | -0/+52 |
2010-06-02 | bonding: move dev_addr cpy to bond_enslave | Jiri Pirko | 1 | -8/+0 |
2010-06-02 | bonding: make bonding_store_slaves simpler | Jiri Pirko | 1 | -41/+25 |
2010-06-02 | bonding: remove redundant checks from bonding_store_slaves V2 | Jiri Pirko | 1 | -19/+1 |
2010-06-02 | bonding: move slave MTU handling from sysfs V2 | Jiri Pirko | 1 | -20/+2 |
2010-06-02 | bonding: remove unused variable "found" | Jiri Pirko | 1 | -2/+1 |
2010-03-08 | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 1 | -1/+4 |
2009-12-14 | drivers/net/bonding/: : use pr_fmt | Joe Perches | 1 | -200/+127 |
2009-11-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2009-10-30 | bond: Add support for multiple network namespaces | Eric W. Biederman | 1 | -7/+12 |
2009-10-30 | bond: Simply bond sysfs group creation | Eric W. Biederman | 1 | -18/+2 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-10-07 | bonding: introduce primary_reselect option | Jiri Pirko | 1 | -0/+53 |
2009-10-02 | bonding: set primary param via sysfs | Jiri Pirko | 1 | -0/+1 |
2009-08-14 | bonding: wipe out printk's | Jiri Pirko | 1 | -30/+33 |
2009-06-14 | bonding: use is_zero_ether_addr | Stephen Hemminger | 1 | -2/+2 |
2009-06-14 | bonding: network device names are case sensative | Stephen Hemminger | 1 | -44/+51 |
2009-06-14 | bonding: elminate bad refcount code | Stephen Hemminger | 1 | -21/+0 |
2009-06-14 | bonding: fix style issues | Stephen Hemminger | 1 | -149/+175 |
2009-06-14 | bonding: fix destructor | Stephen Hemminger | 1 | -1/+1 |
2009-06-14 | bonding: remove bonding read/write semaphore | Stephen Hemminger | 1 | -20/+3 |
2009-06-14 | bonding: bond_create always called with default parameters | Stephen Hemminger | 1 | -1/+1 |
2009-06-11 | bonding: fix multiple module load problem | Stephen Hemminger | 1 | -0/+1 |