Age | Commit message (Expand) | Author | Files | Lines |
2012-06-13 | bonding: remove packet cloning in recv_probe() | Eric Dumazet | 1 | -2/+2 |
2012-05-13 | bonding: Fix LACPDU rx_dropped commit. | David S. Miller | 1 | -1/+1 |
2012-03-23 | bonding: remove entries for master_ip and vlan_ip and query devices instead | Andy Gospodarek | 1 | -2/+16 |
2011-10-30 | bonding: eliminate bond_close race conditions | Jay Vosburgh | 1 | -1/+0 |
2011-10-20 | bonding: Use a per netns implementation of /sys/class/net/bonding_masters. | Eric W. Biederman | 1 | -2/+5 |
2011-08-18 | bonding: use ndo_change_rx_flags callback | Jiri Pirko | 1 | -1/+0 |
2011-07-22 | bonding: do vlan cleanup | Jiri Pirko | 1 | -1/+5 |
2011-06-23 | bonding: add min links parameter to 802.3ad | stephen hemminger | 1 | -0/+1 |
2011-06-10 | bonding: delete unused arp_mon_pt | Peter Pan(潘卫平) | 1 | -1/+0 |
2011-05-16 | net: drivers: kill two unused macro definitions | Shan Wei | 1 | -10/+0 |
2011-04-29 | ipv4, ipv6, bonding: Restore control over number of peer notifications | Ben Hutchings | 1 | -2/+4 |
2011-04-25 | bonding: move processing of recv handlers into handle_frame() | Jiri Pirko | 1 | -2/+2 |
2011-04-18 | bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_... | Ben Hutchings | 1 | -29/+0 |
2011-04-15 | net-bonding: Adding support for throughputs larger than 65536 Mbps | David Decotigny | 1 | -3/+3 |
2011-04-15 | net-bonding: Fix minor sparse complaints | David Decotigny | 1 | -0/+1 |
2011-03-23 | bonding: fix rx_handler locking | Jiri Pirko | 1 | -0/+1 |
2011-03-16 | bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flag | Jiri Pirko | 1 | -4/+10 |
2011-03-16 | bonding: wrap slave state work | Jiri Pirko | 1 | -5/+26 |
2011-03-16 | net: get rid of multiple bond-related netdevice->priv_flags | Jiri Pirko | 1 | -23/+1 |
2011-03-16 | bonding: register slave pointer for rx_handler | Jiri Pirko | 1 | -0/+3 |
2011-03-10 | bonding: move procfs code into bond_procfs.c | Amerigo Wang | 1 | -0/+26 |
2011-02-28 | bonding: fix sparse warning | stephen hemminger | 1 | -2/+3 |
2011-02-28 | netpoll: remove IFF_IN_NETPOLL flag | Amerigo Wang | 1 | -1/+1 |
2011-02-28 | bonding: sync netpoll code with bridge | Amerigo Wang | 1 | -0/+20 |
2011-01-10 | headers: kobject.h redux | Alexey Dobriyan | 1 | -1/+0 |
2010-12-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -10/+6 |
2010-12-16 | bonding: Fix slave selection bug. | Hillf Danton | 1 | -2/+2 |
2010-12-11 | bonding: add the debugfs facility to the bonding driver | Taku Izumi | 1 | -0/+9 |
2010-12-10 | net: Convert netpoll blocking api in bonding driver to be a counter | Neil Horman | 1 | -8/+4 |
2010-11-17 | drivers/net/bonding: Remove unnecessary casts of netdev_priv | Joe Perches | 1 | -1/+1 |
2010-10-21 | bonding: make release_and_destroy static | stephen hemminger | 1 | -1/+0 |
2010-10-18 | bonding: Fix deadlock in bonding driver resulting from internal locking when ... | Neil Horman | 1 | -0/+30 |
2010-10-06 | bonding: add retransmit membership reports tunable | Flavio Leitner | 1 | -0/+2 |
2010-10-06 | bonding: rejoin multicast groups on VLANs | Flavio Leitner | 1 | -0/+1 |
2010-06-05 | bonding: allow user-controlled output slave selection | Andy Gospodarek | 1 | -2/+7 |
2010-06-05 | bonding: add all_slaves_active parameter | Andy Gospodarek | 1 | -1/+3 |
2010-06-02 | bonding: remove unused original_flags struct slave member | Jiri Pirko | 1 | -1/+0 |
2010-04-04 | net: convert multicast list to list_head | Jiri Pirko | 1 | -1/+1 |
2010-02-04 | bonding: Remove net_device_stats from bonding struct | Ajit Khaparde | 1 | -1/+0 |
2009-12-04 | drivers/net: Move && and || to end of previous line | Joe Perches | 1 | -2/+2 |
2009-10-30 | bond: Add support for multiple network namespaces | Eric W. Biederman | 1 | -4/+10 |
2009-10-30 | bond: Simply bond sysfs group creation | Eric W. Biederman | 1 | -2/+1 |
2009-10-27 | bonding: Remove bond_dev from xmit_hash_policy call. | Jasper Spaans | 1 | -2/+1 |
2009-10-07 | bonding: introduce primary_reselect option | Jiri Pirko | 1 | -2/+9 |
2009-09-02 | bonding: use compare_ether_addr_64bits() in ALB | Eric Dumazet | 1 | -1/+1 |
2009-06-14 | bonding: fix destructor | Stephen Hemminger | 1 | -1/+0 |
2009-06-14 | bonding: remove bonding read/write semaphore | Stephen Hemminger | 1 | -3/+0 |
2009-06-14 | bonding: bond_create always called with default parameters | Stephen Hemminger | 1 | -2/+1 |
2009-05-30 | bonding: use bond_is_lb() when it's appropriate | Jiri Pirko | 1 | -2/+1 |
2008-12-26 | drivers/net/bonding: fix sparse warnings: move decls to header file | Hannes Eder | 1 | -0/+5 |