aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_3ad.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-12/+12
* bonding: fix 802.3ad standards compliance errorJay Vosburgh2009-11-151-42/+43
* bond: Add support for multiple network namespacesEric W. Biederman2009-10-301-3/+0
* bonding: Remove bond_dev from xmit_hash_policy call.Jasper Spaans2009-10-271-6/+5
* trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* bonding: wipe out printk'sJiri Pirko2009-08-131-46/+50
* drivers/net/bonding: Adjust constant nameJulia Lawall2009-07-121-1/+2
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-181-3/+8
|\
| * bonding: fix link down handling in 802.3ad modeStephen Hemminger2009-05-171-3/+8
* | net: remove needless (now buggy) & from dev->dev_addrJiri Pirko2009-05-171-2/+3
|/
* 802.3ad: use standard ethhdr instead of ad_headerHolger Eitzenberger2008-12-261-10/+6
* 802.3ad: generalize out mac address initializerHolger Eitzenberger2008-12-261-10/+14
* 802.3ad: initialize ports LACPDU from const initializerHolger Eitzenberger2008-12-261-49/+12
* 802.3ad: turn ports is_individual into a boolHolger Eitzenberger2008-12-261-3/+3
* 802.3ad: turn ports is_enabled into a boolHolger Eitzenberger2008-12-261-3/+3
* 802.3ad: make ntt boolHolger Eitzenberger2008-12-261-10/+12
* bonding: use port_params in __update_lacpdu_from_portHolger Eitzenberger2008-12-171-6/+7
* bonding: use port_params in __update_default_selected()Holger Eitzenberger2008-12-171-8/+10
* bonding: use port_params in __update_selected()Holger Eitzenberger2008-12-171-8/+8
* bonding: remove various function declarationsHolger Eitzenberger2008-12-171-28/+0
* bonding: init port_params from templateHolger Eitzenberger2008-12-171-12/+11
* bonding: use plain memcpy in __record_default()Holger Eitzenberger2008-12-171-7/+2
* bonding: use port_params in __record_pdu()Holger Eitzenberger2008-12-171-9/+10
* bonding: introduce and use port_params structureHolger Eitzenberger2008-12-171-60/+60
* bonding: improve elaborate port_state assignmentHolger Eitzenberger2008-12-171-10/+1
* bonding: use pr_debug instead of own macrosHolger Eitzenberger2008-12-091-31/+29
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-121-3/+4
* bonding: alternate agg selection policies for 802.3adJay Vosburgh2008-11-061-123/+203
* bonding: refactor mii monitorJay Vosburgh2008-08-071-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-2/+2
|\
| * bonding: Fix locking in 802.3ad modeJay Vosburgh2008-03-251-2/+2
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
|/
* Convert bonding timers to workqueuesJay Vosburgh2007-10-231-2/+4
* Change struct marker usersMathieu Desnoyers2007-10-191-15/+17
* endianness annotations drivers/net/bonding/Al Viro2007-10-101-33/+9
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+4
* bonding: Fix 802.3ad no carrier on "no partner found" instanceJay Vosburgh2007-06-201-5/+4
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF] bonding: Set skb->nh.raw relative to skb->mac.rawArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-2/+2
* [PATCH] bonding: Don't mangle LACPDUsJay Vosburgh2006-09-251-30/+29
* [PATCH] bonding: Allow bonding to enslave a 10 Gig adapterJay Vosburgh2006-09-251-1/+10
* [PATCH] bonding: support carrier state for masterJay Vosburgh2006-03-291-0/+28
* [bonding] Remove superfluous changelog.Jeff Garzik2005-11-281-32/+0
* [PATCH] bonding: add bond name to all error messagesMitch Williams2005-11-131-27/+47
* [NET]: Kill skb->real_devDavid S. Miller2005-08-291-7/+4
* bonding: xor/802.3ad improved slave hashJay Vosburgh2005-06-261-2/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+2451