aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAge
* bonding: fix rx_handler lockingJiri Pirko2011-03-23
* bonding: fix a typo in a commentNicolas de Pesloüan2011-03-19
* bonding: enable netpoll without checking link statusAndy Gospodarek2011-03-16
* net: introduce rx_handler results and logic around thatJiri Pirko2011-03-16
* bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flagJiri Pirko2011-03-16
* bonding: wrap slave state workJiri Pirko2011-03-16
* net: get rid of multiple bond-related netdevice->priv_flagsJiri Pirko2011-03-16
* bonding: register slave pointer for rx_handlerJiri Pirko2011-03-16
* bonding: Call netif_carrier_off after register_netdevicePhil Oester2011-03-15
* bonding: Incorrect TX queue offsetPhil Oester2011-03-15
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-12
* bonding: move procfs code into bond_procfs.cAmerigo Wang2011-03-09
* bonding: COW before overwriting the destination MAC addressChangli Gao2011-03-07
* bonding: remove the unused dummy functions when net poll controller isn't ena...Changli Gao2011-03-07
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-02
* net: convert bonding to use rx_handlerJiri Pirko2011-02-28
* netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang2011-02-27
* bonding: sync netpoll code with bridgeAmerigo Wang2011-02-27
* bond: implement [add/del]_slave opsJiri Pirko2011-02-13
* net: make dev->master generalJiri Pirko2011-02-13
* net: reduce and unify printk level in netdev_fix_features()Michał Mirosław2011-01-24
* net: change netdev->features to u32Michał Mirosław2011-01-24
* bonding: Ensure that we unshare skbs prior to calling pskb_may_pullNeil Horman2011-01-20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-17
|\
| * bonding: Change active slave quietly when bond is downBen Hutchings2010-12-16
| * bonding/vlan: Remove redundant VLAN tag insertion logicBen Hutchings2010-12-16
| * net: Convert netpoll blocking api in bonding driver to be a counterNeil Horman2010-12-09
* | bonding: add the debugfs facility to the bonding driverTaku Izumi2010-12-10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-08
|\|
| * bonding: check for assigned mac before adopting the slaves mac addressDavid Strand2010-12-01
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-11-19
|\|
| * bonding: fix a race in IGMP handlingEric Dumazet2010-11-18
* | bonding: IGMP handling cleanupEric Dumazet2010-11-18
* | bonding: remove dev_base_lock useEric Dumazet2010-11-08
|/
* bonding: Fix lockdep warning after bond_vlan_rx_register()Jarek Poplawski2010-10-27
* bonding: make release_and_destroy staticstephen hemminger2010-10-21
* bonding: make bond_resend_igmp_join_requests_delayed staticstephen hemminger2010-10-21
* netpoll: Remove netpoll blocking from uninit pathNeil Horman2010-10-20
* bonding: Re-enable netpoll over bondingNeil Horman2010-10-18
* bonding: Fix deadlock in bonding driver resulting from internal locking when ...Neil Horman2010-10-18
* bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman2010-10-18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-06
|\
| * bonding: fix WARN_ON when writing to bond_master sysfs fileNeil Horman2010-10-05
* | bonding: add Speed/Duplex information to /proc/net/bonding/bondKrzysztof Oledzki2010-10-06
* | bonding: reread information about speed and duplex when interface goes upKrzysztof Piotr Oledzki2010-10-06
* | bonding: print information about speed and duplex seen by the driverKrzysztof Piotr Oledzki2010-10-06
* | bonding: add retransmit membership reports tunableFlavio Leitner2010-10-05
* | bonding: rejoin multicast groups on VLANsFlavio Leitner2010-10-05
* | bonding: enable gro by defaultEric Dumazet2010-09-17
|/
* bonding: Fix jiffies overflow problems (again)Jiri Bohac2010-09-07