aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-31[BONDING]: Do not drop non-VLAN trafficJay Vosburgh1-12/+3
2005-03-29Merge pobox.com:/garz/repo/linux-2.6Jeff Garzik1-1/+3
2005-03-22[PATCH] bonding: avoid tx balance for IGMP (alb/tlb mode)John W. Linville1-1/+3
2005-03-22[BONDING]: Use NETIF_F_LLTX in bonding deviceArthur Kepner1-0/+4
2005-03-08Merge pobox.com:/garz/repo/linux-2.6Jeff Garzik3-4/+3
2005-02-20[PATCH] drivers/net/bonding/: make 3 functions staticAdrian Bunk3-4/+3
2005-02-11[PATCH] bonding: change misleading warningJay Vosburgh1-2/+2
2005-02-11[PATCH] : bonding: use wrappers to change mtu and MACJay Vosburgh2-24/+15
2005-01-07[PATCH] MODULE_PARM conversionsAndrew Morton1-10/+10
2004-12-26Merge pobox.com:/garz/repo/netdev-2.6/janitorJeff Garzik1-10/+0
2004-11-11[PATCH] Fix for 802.3ad shutdown issueAndrew Morton2-6/+13
2004-10-30[PATCH] bonding: remove an unused functionAdrian Bunk1-10/+0
2004-10-25[BONDING]: Add MODULE_VERSIONJohn W. Linville1-0/+1
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk1-1/+1
2004-10-05[SKBUFF] introduce eth_hdr(skb)Arnaldo Carvalho de Melo1-1/+1
2004-07-30[NET]: Kill NET_FASTROUTE, does nothing and suffers from major bitrot.David S. Miller1-10/+0
2004-06-04[PATCH] sparse: if_mii() helper (from jgarzik)Alexander Viro1-3/+3
2004-06-03[PATCH] sparse: ->ifr_data annotationAlexander Viro1-6/+8
2004-02-18[PATCH] gcc-3.5: bondingAndrew Morton1-1/+4
2004-02-18[PATCH] bonding alias revert and documentation fixAndrew Morton1-1/+0
2004-02-18[PATCH] add some more MODULE_ALIASesAndrew Morton1-0/+1
2004-02-18[PATCH] Add VLAN support in ALB modeShmulik Hen4-13/+94
2004-02-18[PATCH] Add VLAN support in TLB modeShmulik Hen4-3/+76
2004-02-18[PATCH] Add support for HW accel. slavesShmulik Hen4-87/+503
2004-01-10[PATCH] [bonding 2.6] Use the per-bond values of all remaining parametersAmir Noam1-52/+71
2004-01-10[PATCH] [bonding 2.6] Use the per-bond value of the bond_mode parameterAmir Noam1-71/+76
2004-01-10[PATCH] [bonding 2.6] Save parameters in a per-bond data structureAmir Noam2-76/+115
2004-01-10[netdrvr bonding] trivial - Update comment blocks and version fieldShmulik Hen6-11/+20
2004-01-10[PATCH] [bonding 2.6] Fix compilation warning in bond_alb.cAmir Noam1-2/+1
2004-01-10[netdrvr bonding] fix build breakageAmir Noam1-2/+2
2004-01-10[netdrvr bonding] Add support for slaves that use ethtool_opsAmir Noam1-24/+49
2004-01-10[netdrvr bonding] Releasing the original active slave causes mac address dupl...Amir Noam1-14/+20
2004-01-10[netdrvr bonding] Cannot remove and re-enslave the original active slaveAmir Noam1-1/+12
2004-01-10[netdrvr bonding] fix broken buildJeff Garzik1-1/+1
2004-01-10[PATCH] bonding cleanup 2.6 - Fix rejects from previous patchesShmulik Hen3-35/+35
2004-01-10[PATCH] bonding cleanup 2.6 - Code re-orgShmulik Hen6-1418/+1460
2004-01-10[PATCH] bonding cleanup 2.6 - fix indentations.Shmulik Hen2-42/+42
2004-01-10[PATCH] bonding cleanup 2.6 - empty lines cleanupShmulik Hen2-34/+87
2004-01-10[PATCH] bonding cleanup 2.6 - Whitespace cleanupShmulik Hen3-194/+194
2004-01-10[PATCH] bonding cleanup 2.6 - Consolidate error handling in all xmit functionsShmulik Hen4-106/+91
2004-01-10[PATCH] bonding cleanup 2.6 - Consolidate conditions & statementsShmulik Hen2-204/+207
2004-01-10[PATCH] bonding cleanup 2.6 - consolidate return values of functions.Shmulik Hen2-93/+96
2004-01-10[PATCH] bonding cleanup 2.6 - Re-org struct bonding members (re-send)Shmulik Hen4-217/+217
2004-01-10[PATCH] bonding cleanup 2.6 - consolidate param names of function params and ...Shmulik Hen3-401/+388
2004-01-10[PATCH] bonding cleanup 2.6 - Consolidate function declarationsShmulik Hen4-172/+112
2004-01-10[PATCH] bonding cleanup 2.6 - Fix slave list iterationShmulik Hen4-357/+320
2004-01-10[PATCH] bonding cleanup 2.6 - Remove multicast_mode module paramShmulik Hen1-155/+65
2004-01-10[PATCH] bonding cleanup 2.6 - Fix handling of bond->primaryShmulik Hen1-27/+28
2004-01-10[PATCH] bonding cleanup 2.6 - Consolidate timer handlingShmulik Hen4-75/+88
2004-01-10[PATCH] bonding cleanup 2.6 - remove dead codeShmulik Hen2-235/+60