summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2009-12-14drivers/net/bonding/: : use pr_fmtJoe Perches5-690/+465
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-1/+1
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches3-16/+16
2009-12-02net: Simplify the bond drivers pernet operations.Eric W. Biederman1-23/+9
2009-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-16bonding: fix 802.3ad standards compliance errorJay Vosburgh1-42/+43
2009-10-30bond: Get the rtnl_link_ops support correctEric W. Biederman1-1/+3
2009-10-30bond: Add support for multiple network namespacesEric W. Biederman6-58/+99
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. Biederman3-30/+4
2009-10-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+5
2009-10-29bonding: 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 Spaans3-15/+10
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-08bonding: remove useless assignmentNicolas de Pesloüan1-1/+1
2009-10-08bonding: fix a parameter name in error messageNicolas de Pesloüan1-1/+2
2009-10-07bonding: introduce primary_reselect optionJiri Pirko3-7/+123
2009-10-02bonding: set primary param via sysfsJiri Pirko1-0/+1
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-17bonding: 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-02bonding: use compare_ether_addr_64bits() in ALBEric Dumazet2-35/+38
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-29bonding: Have bond_check_dev_link examine netif_runningPetri Gynther1-0/+3
2009-08-29bonding: Fix useless test: int > INT_MAXNicolas de Pesloüan1-1/+1
2009-08-29bonding: use compare_ether_addrStephen Hemminger1-4/+2
2009-08-29bonding: propogate vlan_features to bonding masterJay Vosburgh1-0/+6
2009-08-14bonding: wipe out printk'sJiri Pirko5-93/+102
2009-07-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+10
2009-07-17bonding: clean muticast addresses when device changes typeMoni Shoua1-2/+10
2009-07-13drivers/net/bonding: Adjust constant nameJulia Lawall1-1/+2
2009-07-06net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy3-6/+6
2009-06-14bonding: initialization reworkStephen Hemminger1-37/+30
2009-06-14bonding: use is_zero_ether_addrStephen Hemminger1-2/+2
2009-06-14bonding: network device names are case sensativeStephen Hemminger2-53/+57
2009-06-14bonding: elminate bad refcount codeStephen Hemminger1-21/+0
2009-06-14bonding: fix style issuesStephen Hemminger2-497/+460
2009-06-14bonding: fix destructorStephen Hemminger3-15/+9
2009-06-14bonding: remove bonding read/write semaphoreStephen Hemminger3-36/+6
2009-06-14bonding: initialize before registrationStephen Hemminger1-4/+4
2009-06-14bonding: bond_create always called with default parametersStephen Hemminger3-9/+8
2009-06-11bonding: fix multiple module load problemStephen Hemminger1-0/+1