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