summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* bonding: properly unset current_arp_slave on slave link upVeaceslav Falico2012-04-061-1/+5
* net/bonding: correctly proxy slave neigh param setup ndo functionShlomo Pongratz2012-04-051-8/+43
* net/bonding: emit address change event also in bond_releaseShlomo Pongratz2012-04-051-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-031-1/+7
|\
| * bonding: emit event when bonding changes MACWeiping Pan2012-03-301-1/+7
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\ \ | |/ |/|
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek2012-03-232-69/+31Star
|/
* bonding: send igmp report for its masterPeter Pan(潘卫平)2012-03-191-3/+15
* bonding: Fix misspelling of "since"Jesper Juhl2012-02-061-1/+1
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-8/+4Star
* bonding: fix enslaving in alb mode when link downJiri Bohac2012-01-191-18/+9Star
* bond_alb: don't disable softirq under bond_alb_xmitMaxim Uvarov2012-01-111-36/+76
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-1/+0Star
|\
| * Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-1/+0Star
| |\
| | * driver-core: remove sysdev.h usage.Kay Sievers2011-12-221-1/+0Star
* | | bonding: fix error handling if slave is busy (v2)stephen hemminger2012-01-031-2/+7
* | | net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko2011-12-091-30/+23Star
* | | net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-091-2/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-27/+6Star
|\| |
| * | bonding: only use primary address for ARPHenrik Saavedra Persson2011-12-011-27/+6Star
* | | bonding: Remove obsolete source file 'bond_ipv6.c'Ben Hutchings2011-11-261-223/+0Star
* | | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-5/+3Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-211-0/+7
|\| |
| * | bonding: Don't allow mode change via sysfs with slaves presentVeaceslav Falico2011-11-181-0/+7
| |/
* | net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-161-1/+1
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-4/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-072-4/+4
|\
| * bonding: comparing a u8 with -1 is always falseDan Carpenter2011-11-042-4/+4
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\ \ | |/ |/|
| * drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* | bonding:update speed/duplex for NETDEV_CHANGEWeiping Pan2011-11-012-27/+22Star
* | bonding: eliminate bond_close race conditionsJay Vosburgh2011-10-304-60/+61
|/
* net: make bonding slaves honour master's skb->priorityMaciej Żenczykowski2011-10-261-1/+0Star
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-251-2/+5
|\
| * bonding: use local function pointer of bond->recv_probe in bond_handle_frameMitsuo Hayasaka2011-10-191-2/+5
* | bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_mastersEric W. Biederman2011-10-221-0/+1
* | bonding: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman2011-10-203-21/+38
* | bonding: fix wrong port enabling in 802.3adFlavio Leitner2011-10-201-7/+0Star
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-073-7/+12
|\|
| * bonding: properly stop queuing work when requestedAndy Gospodarek2011-10-033-7/+12
* | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-8/+5Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-201-0/+18
|\|
| * bonding:reset backup and inactive flag of slavePeter Pan(潘卫平)2011-08-181-0/+18
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* | bonding: use ndo_change_rx_flags callbackJiri Pirko2011-08-182-31/+14Star