summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: support for IPv6 transmit hashingJohn Eaglesham2012-08-231-26/+63
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-7/+5Star
|\
| * netpoll: check netpoll tx status on the right deviceAmerigo Wang2012-08-141-1/+1
| * netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-141-3/+1Star
| * 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/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-111-3/+6
|\
| * bonding: Manage /proc/net/bonding/ entries from the netdev eventsEric W. Biederman2012-07-091-3/+6
* | bonding: drop_monitor awareEric Dumazet2012-06-141-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-131-4/+5
|\|
| * bonding: Fix corrupted queue_mappingEric Dumazet2012-06-131-4/+5
* | bonding: remove packet cloning in recv_probe()Eric Dumazet2012-06-131-17/+20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-171-5/+11
|\
| * bonding: don't increase rx_dropped after processing LACPDUsJiri Bohac2012-05-111-5/+11
* | drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-111-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/+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-231-67/+15Star
|/
* bonding: send igmp report for its masterPeter Pan(潘卫平)2012-03-191-3/+15
* 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
* | 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
|/
* bonding: comparing a u8 with -1 is always falseDan Carpenter2011-11-041-2/+2
* bonding:update speed/duplex for NETDEV_CHANGEWeiping Pan2011-11-011-25/+12Star
* bonding: eliminate bond_close race conditionsJay Vosburgh2011-10-301-44/+52
* 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: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman2011-10-201-5/+2Star
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-5/+8
|\|
| * bonding: properly stop queuing work when requestedAndy Gospodarek2011-10-031-5/+8
* | 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
|\|