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