| Commit message (Expand) | Author | Age | Files | Lines |
* | netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. | David S. Miller | 2008-07-22 | 1 | -0/+3 |
* | netdev: Allocate multiple queues for TX. | David S. Miller | 2008-07-17 | 1 | -2/+4 |
* | netdev: Do not use TX lock to protect address lists. | David S. Miller | 2008-07-15 | 1 | -16/+8 |
* | netdev: Add netdev->addr_list_lock protection. | David S. Miller | 2008-07-15 | 1 | -0/+8 |
* | bonding: Check return of dev_set_promiscuity/allmulti | Wang Chen | 2008-07-14 | 2 | -10/+35 |
* | netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. | David S. Miller | 2008-07-08 | 1 | -1/+12 |
* | bonding: Allow setting max_bonds to zero | Jay Vosburgh | 2008-06-18 | 2 | -22/+6 |
* | bonding: Rework / fix multiple gratuitous ARP support | Jay Vosburgh | 2008-06-18 | 2 | -22/+24 |
* | bonding: deliver netdev event for fail-over under the active-backup mode | Or Gerlitz | 2008-06-17 | 1 | -0/+8 |
* | bonding: bond_change_active_slave() cleanup under active-backup | Or Gerlitz | 2008-06-17 | 1 | -10/+8 |
* | bonding: Add "follow" option to fail_over_mac | Jay Vosburgh | 2008-05-22 | 3 | -60/+165 |
* | bonding: refactor ARP active-backup monitor | Jay Vosburgh | 2008-05-22 | 2 | -185/+248 |
* | bonding: Send more than one gratuitous ARP when slave takes over | Moni Shoua | 2008-05-22 | 3 | -4/+60 |
* | bonding: Remove unneeded list_empty checks. | Pavel Emelyanov | 2008-05-22 | 1 | -6/+0 |
* | bonding: Relax unneeded _safe lists iterations. | Pavel Emelyanov | 2008-05-22 | 2 | -19/+15 |
* | bonding: Remove redundant argument from bond_create. | Pavel Emelyanov | 2008-05-22 | 3 | -7/+4 |
* | bonding: remove test for IP in ARP monitor | Jay Vosburgh | 2008-05-22 | 1 | -27/+4 |
* | bonding: Use msecs_to_jiffies, eliminate panic | Jay Vosburgh | 2008-05-22 | 1 | -3/+3 |
* | bonding: handle case of device named bonding_master | Stephen Hemminger | 2008-05-14 | 1 | -2/+10 |
* | bonding: fix enslavement error unwinds | Jay Vosburgh | 2008-05-06 | 1 | -7/+7 |
* | bonding: Deadlock between bonding_store_bonds and bond_destroy_sysfs. | Pavel Emelyanov | 2008-05-06 | 1 | -2/+4 |
* | bonding: fix error unwind in bonding_store_bonds | Jay Vosburgh | 2008-05-06 | 1 | -8/+8 |
* | bonding: Do not call free_netdev for already registered device. | Pavel Emelyanov | 2008-05-06 | 1 | -1/+3 |
* | netdev: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -6/+3 |
* | drivers/net/bonding/bond_main.c - remove unnecessary #define | Joe Perches | 2008-04-16 | 1 | -2/+0 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-04-02 | 1 | -0/+1 |
|\ |
|
| * | [BOND]: Fix warning in bond_sysfs.c | David S. Miller | 2008-03-28 | 1 | -0/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-27 | 4 | -12/+7 |
|\ \
| |/ |
|
| * | bonding: update version | Jay Vosburgh | 2008-03-25 | 1 | -2/+2 |
| * | bonding: Fix sysfs attribute handling | Libor Pechacek | 2008-03-25 | 1 | -2/+1 |
| * | bonding: fix two compiler warnings | Jay Vosburgh | 2008-03-25 | 2 | -6/+2 |
| * | bonding: Fix locking in 802.3ad mode | Jay Vosburgh | 2008-03-25 | 1 | -2/+2 |
* | | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-26 | 3 | -5/+5 |
* | | [ARP]: Introduce the arp_hdr_len helper. | Pavel Emelyanov | 2008-03-03 | 1 | -4/+1 |
* | | [NETNS]: Disable inetaddr notifiers in namespaces other than initial. | Denis V. Lunev | 2008-02-28 | 1 | -0/+3 |
|/ |
|
* | bonding: update version | Jay Vosburgh | 2008-02-03 | 1 | -2/+2 |
* | bonding: do not acquire rtnl in ARP monitor | Jay Vosburgh | 2008-02-03 | 1 | -12/+0 |
* | bonding: fix race that causes invalid statistics | Andy Gospodarek | 2008-02-03 | 1 | -27/+30 |
* | bonding: fix NULL pointer deref in startup processing | Jay Vosburgh | 2008-02-03 | 1 | -7/+9 |
* | bonding: fix set_multicast_list locking | Jay Vosburgh | 2008-02-03 | 1 | -3/+11 |
* | bonding: fix parameter parsing | Jay Vosburgh | 2008-02-03 | 1 | -6/+11 |
* | [NETNS]: Add namespace parameter to ip_route_output_key. | Denis V. Lunev | 2008-01-28 | 1 | -1/+1 |
* | bonding: Don't hold lock when calling rtnl_unlock | Jay Vosburgh | 2008-01-18 | 1 | -1/+3 |
* | bonding: fix lock ordering for rtnl and bonding_rwsem | Jay Vosburgh | 2008-01-18 | 2 | -27/+35 |
* | bonding: Fix up parameter parsing | Jay Vosburgh | 2008-01-18 | 3 | -12/+23 |
* | bonding: release slaves when master removed via sysfs | Jay Vosburgh | 2008-01-18 | 1 | -3/+1 |
* | bonding: fix locking during alb failover and slave removal | Jay Vosburgh | 2008-01-18 | 2 | -12/+20 |
* | bonding: fix ASSERT_RTNL that produces spurious warnings | Jay Vosburgh | 2008-01-18 | 1 | -3/+2 |
* | bonding: fix locking in sysfs primary/active selection | Jay Vosburgh | 2008-01-18 | 1 | -5/+10 |
* | bonding: Fix race at module unload | Jay Vosburgh | 2007-12-07 | 2 | -22/+23 |