aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* bond: Add support for multiple network namespacesEric W. Biederman2009-10-301-4/+10
* bond: Simply bond sysfs group creationEric W. Biederman2009-10-301-2/+1
* bonding: Remove bond_dev from xmit_hash_policy call.Jasper Spaans2009-10-271-2/+1
* bonding: introduce primary_reselect optionJiri Pirko2009-10-071-2/+9
* bonding: use compare_ether_addr_64bits() in ALBEric Dumazet2009-09-011-1/+1
* bonding: fix destructorStephen Hemminger2009-06-131-1/+0
* bonding: remove bonding read/write semaphoreStephen Hemminger2009-06-131-3/+0
* bonding: bond_create always called with default parametersStephen Hemminger2009-06-131-2/+1
* bonding: use bond_is_lb() when it's appropriateJiri Pirko2009-05-291-2/+1
* drivers/net/bonding: fix sparse warnings: move decls to header fileHannes Eder2008-12-251-0/+5
* bonding: turn all bond_parm_tbls constHolger Eitzenberger2008-12-091-5/+5
* bonding: make tbl argument to bond_parse_parm() constHolger Eitzenberger2008-12-091-1/+1
* bonding: use pr_debug instead of own macrosHolger Eitzenberger2008-12-091-8/+0
* bonding: add and use bond_is_lb()Holger Eitzenberger2008-12-091-0/+6
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-121-2/+2
* bonding: alternate agg selection policies for 802.3adJay Vosburgh2008-11-061-2/+3
* bonding: send IPv6 neighbor advertisement on failoverBrian Haley2008-11-061-2/+32
* drivers/net/bonding: sparse fixes for exported tablesBen Dooks2008-09-241-0/+8
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-241-1/+1
* bonding: Rework / fix multiple gratuitous ARP supportJay Vosburgh2008-06-181-2/+2
* bonding: Add "follow" option to fail_over_macJay Vosburgh2008-05-221-0/+4
* bonding: refactor ARP active-backup monitorJay Vosburgh2008-05-221-0/+6
* bonding: Send more than one gratuitous ARP when slave takes overMoni Shoua2008-05-221-0/+1
* bonding: Remove redundant argument from bond_create.Pavel Emelyanov2008-05-221-1/+1
* bonding: update versionJay Vosburgh2008-03-251-2/+2
* bonding: update versionJay Vosburgh2008-02-031-2/+2
* bonding: Fix up parameter parsingJay Vosburgh2008-01-181-1/+3
* bonding: Fix race at module unloadJay Vosburgh2007-12-071-1/+1
* bonding: Add new layer2+3 hash for xor/802.3ad modesJay Vosburgh2007-12-071-2/+2
* make bonding/bond_main.c:bond_deinit() staticAdrian Bunk2007-10-251-1/+0
* bonding: Convert balance-rr transmit to new lockingJay Vosburgh2007-10-231-0/+1
* Convert bonding timers to workqueuesJay Vosburgh2007-10-231-5/+8
* bonding: two small fixes for IPoIB supportJay Vosburgh2007-10-161-2/+2
* net/bonding: Optionally allow ethernet slaves to keep own MACJay Vosburgh2007-10-151-3/+3
* net/bonding: Destroy bonding master when last slave is goneMoni Shoua2007-10-151-0/+3
* net/bonding: Delay sending of gratuitous ARP to avoid failureMoni Shoua2007-10-151-0/+1
* net/bonding: Handlle wrong assumptions that slave is always an Ethernet deviceMoni Shoua2007-10-151-0/+1
* net/bonding: Enable bonding to enslave netdevices not supporting set_mac_addr...Moni Shoua2007-10-151-0/+1
* endianness annotations drivers/net/bonding/Al Viro2007-10-101-3/+3
* bonding/bond_main.c: make 2 functions staticAdrian Bunk2007-07-101-2/+0
* bonding: Fix 802.3ad no carrier on "no partner found" instanceJay Vosburgh2007-06-201-2/+2
* bonding: update versionJay Vosburgh2007-02-051-2/+2
* bonding.h: "extern inline" -> "static inline"Adrian Bunk2007-02-051-2/+3
* bonding: ARP monitoring broken on x86_64Andy Gospodarek2007-01-301-3/+4
* [PATCH] bonding: update version numberJay Vosburgh2006-09-271-2/+2
* [PATCH] bonding: Validate probe replies in ARP monitorJay Vosburgh2006-09-251-3/+29
* [PATCH] bonding: Convert delay value from s16 to intJay Vosburgh2006-09-251-1/+1
* [PATCH] bonding: support carrier state for masterJay Vosburgh2006-03-291-2/+2
* [PATCH] bonding: suppress duplicate packetsJay Vosburgh2006-03-031-5/+28