aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+22
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-33/+31
2010-06-28bonding: prevent netpoll over bonded interfacesAndy Gospodarek1-11/+22
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-6/+7
2010-06-10net-next: remove useless union keywordChangli Gao1-3/+3
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek1-3/+72
2010-06-05bonding: add all_slaves_active parameterAndy Gospodarek1-0/+13
2010-06-02bonding: remove unused original_flags struct slave memberJiri Pirko1-5/+0
2010-06-02bonding: move dev_addr cpy to bond_enslaveJiri Pirko1-0/+7
2010-06-02bonding: move slave MTU handling from sysfs V2Jiri Pirko1-1/+14
2010-05-06bonding: make bonding support netpollWANG Cong1-1/+98
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-20/+46
2010-04-03net: convert multicast list to list_headJiri Pirko1-106/+51
2010-04-03net: move address list functions to a separate fileJiri Pirko1-1/+1
2010-04-01bonding: fix potential deadlock in bond_uninit()Amerigo Wang1-12/+14
2010-03-31bonding: bond_xmit_roundrobin() fixEric Dumazet1-1/+1
2010-03-27bonding: fix broken multicast with round-robin modeAndy Gospodarek1-8/+32
2010-03-24net/various: remove trailing space in messagesFrans Pop1-2/+2
2010-03-21bonding: flush unicast and multicast lists when changing typeJiri Pirko1-0/+4
2010-03-18bonding: check return value of nofitier when changing typeJiri Pirko1-2/+9
2010-03-18net: rename notifier defines for netdev type changeJiri Pirko1-2/+4
2010-02-27bonding: fix device leak on error in bond_create()Patrick McHardy1-0/+2
2010-02-03bonding: Remove net_device_stats from bonding structAjit Khaparde1-1/+1
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-01-28bonding: bond_open error return valuestephen hemminger1-1/+1
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-6/+6
2010-01-03bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-0/+11
2009-12-13drivers/net/bonding/: : use pr_fmtJoe Perches1-382/+225
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-12-01net: Simplify the bond drivers pernet operations.Eric W. Biederman1-23/+9
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-10-30bond: Get the rtnl_link_ops support correctEric W. Biederman1-1/+3
2009-10-30bond: Add support for multiple network namespacesEric W. Biederman1-37/+74
2009-10-30bond: Implement a basic set of rtnl link opsEric W. Biederman1-25/+30
2009-10-30bond: Simplify bond device destructionEric W. Biederman1-29/+16
2009-10-30bond: Simplify bond_create.Eric W. Biederman1-18/+4
2009-10-30bond: Simply bond sysfs group creationEric W. Biederman1-10/+1
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-10-28bonding: fix a race condition in calls to slave MII ioctlsJiri Bohac1-1/+1
2009-10-27bonding: Remove bond_dev from xmit_hash_policy call.Jasper Spaans1-7/+4
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2009-10-24bonding: Modify hash transmit policies to use the packet's source MAC addressJasper Spaans1-4/+4
2009-10-13bonding: change bond_create_proc_entry() to return voidNicolas de Pesloüan1-4/+2
2009-10-07bonding: remove useless assignmentNicolas de Pesloüan1-1/+1
2009-10-07bonding: fix a parameter name in error messageNicolas de Pesloüan1-1/+2
2009-10-07bonding: introduce primary_reselect optionJiri Pirko1-5/+61
2009-09-16bonding: make ab_arp select active slaves as other modesJiri Pirko1-87/+35
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua1-3/+6
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-28bonding: Have bond_check_dev_link examine netif_runningPetri Gynther1-0/+3