| Commit message (Expand) | Author | Age | Files | Lines |
* | bonding: make release_and_destroy static | stephen hemminger | 2010-10-21 | 1 | -1/+0 |
* | bonding: Fix deadlock in bonding driver resulting from internal locking when ... | Neil Horman | 2010-10-18 | 1 | -0/+30 |
* | bonding: add retransmit membership reports tunable | Flavio Leitner | 2010-10-05 | 1 | -0/+2 |
* | bonding: rejoin multicast groups on VLANs | Flavio Leitner | 2010-10-05 | 1 | -0/+1 |
* | bonding: allow user-controlled output slave selection | Andy Gospodarek | 2010-06-05 | 1 | -2/+7 |
* | bonding: add all_slaves_active parameter | Andy Gospodarek | 2010-06-05 | 1 | -1/+3 |
* | bonding: remove unused original_flags struct slave member | Jiri Pirko | 2010-06-02 | 1 | -1/+0 |
* | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -1/+1 |
* | bonding: Remove net_device_stats from bonding struct | Ajit Khaparde | 2010-02-03 | 1 | -1/+0 |
* | drivers/net: Move && and || to end of previous line | Joe Perches | 2009-12-03 | 1 | -2/+2 |
* | bond: Add support for multiple network namespaces | Eric W. Biederman | 2009-10-30 | 1 | -4/+10 |
* | bond: Simply bond sysfs group creation | Eric W. Biederman | 2009-10-30 | 1 | -2/+1 |
* | bonding: Remove bond_dev from xmit_hash_policy call. | Jasper Spaans | 2009-10-27 | 1 | -2/+1 |
* | bonding: introduce primary_reselect option | Jiri Pirko | 2009-10-07 | 1 | -2/+9 |
* | bonding: use compare_ether_addr_64bits() in ALB | Eric Dumazet | 2009-09-01 | 1 | -1/+1 |
* | bonding: fix destructor | Stephen Hemminger | 2009-06-13 | 1 | -1/+0 |
* | bonding: remove bonding read/write semaphore | Stephen Hemminger | 2009-06-13 | 1 | -3/+0 |
* | bonding: bond_create always called with default parameters | Stephen Hemminger | 2009-06-13 | 1 | -2/+1 |
* | bonding: use bond_is_lb() when it's appropriate | Jiri Pirko | 2009-05-29 | 1 | -2/+1 |
* | drivers/net/bonding: fix sparse warnings: move decls to header file | Hannes Eder | 2008-12-25 | 1 | -0/+5 |
* | bonding: turn all bond_parm_tbls const | Holger Eitzenberger | 2008-12-09 | 1 | -5/+5 |
* | bonding: make tbl argument to bond_parse_parm() const | Holger Eitzenberger | 2008-12-09 | 1 | -1/+1 |
* | bonding: use pr_debug instead of own macros | Holger Eitzenberger | 2008-12-09 | 1 | -8/+0 |
* | bonding: add and use bond_is_lb() | Holger Eitzenberger | 2008-12-09 | 1 | -0/+6 |
* | netdevice: safe convert to netdev_priv() #part-1 | Wang Chen | 2008-11-12 | 1 | -2/+2 |
* | bonding: alternate agg selection policies for 802.3ad | Jay Vosburgh | 2008-11-06 | 1 | -2/+3 |
* | bonding: send IPv6 neighbor advertisement on failover | Brian Haley | 2008-11-06 | 1 | -2/+32 |
* | drivers/net/bonding: sparse fixes for exported tables | Ben Dooks | 2008-09-24 | 1 | -0/+8 |
* | drivers/net: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-09-24 | 1 | -1/+1 |
* | bonding: Rework / fix multiple gratuitous ARP support | Jay Vosburgh | 2008-06-18 | 1 | -2/+2 |
* | bonding: Add "follow" option to fail_over_mac | Jay Vosburgh | 2008-05-22 | 1 | -0/+4 |
* | bonding: refactor ARP active-backup monitor | Jay Vosburgh | 2008-05-22 | 1 | -0/+6 |
* | bonding: Send more than one gratuitous ARP when slave takes over | Moni Shoua | 2008-05-22 | 1 | -0/+1 |
* | bonding: Remove redundant argument from bond_create. | Pavel Emelyanov | 2008-05-22 | 1 | -1/+1 |
* | bonding: update version | Jay Vosburgh | 2008-03-25 | 1 | -2/+2 |
* | bonding: update version | Jay Vosburgh | 2008-02-03 | 1 | -2/+2 |
* | bonding: Fix up parameter parsing | Jay Vosburgh | 2008-01-18 | 1 | -1/+3 |
* | bonding: Fix race at module unload | Jay Vosburgh | 2007-12-07 | 1 | -1/+1 |
* | bonding: Add new layer2+3 hash for xor/802.3ad modes | Jay Vosburgh | 2007-12-07 | 1 | -2/+2 |
* | make bonding/bond_main.c:bond_deinit() static | Adrian Bunk | 2007-10-25 | 1 | -1/+0 |
* | bonding: Convert balance-rr transmit to new locking | Jay Vosburgh | 2007-10-23 | 1 | -0/+1 |
* | Convert bonding timers to workqueues | Jay Vosburgh | 2007-10-23 | 1 | -5/+8 |
* | bonding: two small fixes for IPoIB support | Jay Vosburgh | 2007-10-16 | 1 | -2/+2 |
* | net/bonding: Optionally allow ethernet slaves to keep own MAC | Jay Vosburgh | 2007-10-15 | 1 | -3/+3 |
* | net/bonding: Destroy bonding master when last slave is gone | Moni Shoua | 2007-10-15 | 1 | -0/+3 |
* | net/bonding: Delay sending of gratuitous ARP to avoid failure | Moni Shoua | 2007-10-15 | 1 | -0/+1 |
* | net/bonding: Handlle wrong assumptions that slave is always an Ethernet device | Moni Shoua | 2007-10-15 | 1 | -0/+1 |
* | net/bonding: Enable bonding to enslave netdevices not supporting set_mac_addr... | Moni Shoua | 2007-10-15 | 1 | -0/+1 |
* | endianness annotations drivers/net/bonding/ | Al Viro | 2007-10-10 | 1 | -3/+3 |
* | bonding/bond_main.c: make 2 functions static | Adrian Bunk | 2007-07-10 | 1 | -2/+0 |