summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
* bond: check if slave count is 0 in case when deciding to take slave's macJiri Pirko2013-02-261-1/+1
* bonding: set sysfs device_type to 'bond'Doug Goldstein2013-02-191-0/+6
* bonding: fix bond_release_all inconsistenciesnikolay@redhat.com2013-02-191-117/+18
* netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman2013-02-111-1/+1
* netns: bond: allow unprivileged users to control bond deviceGao feng2013-02-041-2/+5
* bond: have random dev address by default instead of zeroesJiri Pirko2013-01-301-19/+19
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-4/+5
* bonding: remove usage of dev->masterJiri Pirko2013-01-041-39/+55
* bonding: do not cancel works in bond_uninit()Konstantin Khlebnikov2012-12-141-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-12/+7
|\
| * bonding: Fix check for ethtool get_link operation supportBen Hutchings2012-12-071-11/+6
| * bonding: in balance-rr mode, set curr_active_slave only if it is upMichal Kubeček2012-11-281-1/+1
* | bonding: make arp_ip_target parameter checks consistent with sysfsnikolay@redhat.com2012-11-291-2/+3
* | bonding: fix miimon and arp_interval delayed work race conditionsnikolay@redhat.com2012-11-291-62/+26
|/
* bonding: Bonding driver does not consider the gso_max_size/gso_max_segs setti...Sarveshwar Bandi2012-11-211-0/+7
* vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko2012-10-161-1/+1
* bonding: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2012-10-041-0/+2
* bonding: add some slack to arp monitoring time limitsJiri Bohac2012-08-311-11/+20
* bonding: support for IPv6 transmit hashingJohn Eaglesham2012-08-221-26/+63
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-7/+5
|\
| * netpoll: check netpoll tx status on the right deviceAmerigo Wang2012-08-141-1/+1
| * netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-141-3/+1
| * netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-141-3/+3
* | net: remove netdev_bonding_change()Amerigo Wang2012-08-141-10/+10
|/
* net: rename bond_queue_mapping to slave_dev_queue_mappingJiri Pirko2012-07-201-3/+3
* rtnl: allow to specify different num for rx and tx queue countJiri Pirko2012-07-201-6/+8
* bonding: refine IFF_XMIT_DST_RELEASE capabilityEric Dumazet2012-07-181-0/+5
* netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko2012-07-171-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-3/+6
|\
| * bonding: Manage /proc/net/bonding/ entries from the netdev eventsEric W. Biederman2012-07-091-3/+6
* | bonding: drop_monitor awareEric Dumazet2012-06-131-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-121-4/+5
|\ \ | |/
| * bonding: Fix corrupted queue_mappingEric Dumazet2012-06-121-4/+5
* | bonding: remove packet cloning in recv_probe()Eric Dumazet2012-06-121-17/+20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-5/+11
|\
| * bonding: don't increase rx_dropped after processing LACPDUsJiri Bohac2012-05-101-5/+11
* | drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-1/+1
* | bonding: bond_update_speed_duplex() can return void since no callers check it...Rick Jones2012-04-271-6/+6
* | bonding: start slaves with link down for ARP monitorMichal Kubeček2012-04-191-12/+21
* | bonding: Fixup get_tx_queue() op second arg type.David S. Miller2012-04-131-1/+1
* | rtnetlink & bonding: change args got get_tx_queuesstephen hemminger2012-04-131-5/+2
|/
* bonding: properly unset current_arp_slave on slave link upVeaceslav Falico2012-04-051-1/+5
* net/bonding: correctly proxy slave neigh param setup ndo functionShlomo Pongratz2012-04-041-8/+43
* net/bonding: emit address change event also in bond_releaseShlomo Pongratz2012-04-041-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-021-1/+7
|\
| * bonding: emit event when bonding changes MACWeiping Pan2012-03-291-1/+7
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\ \ | |/ |/|
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek2012-03-221-67/+15
|/
* bonding: send igmp report for its masterPeter Pan(潘卫平)2012-03-191-3/+15
OpenPOWER on IntegriCloud