index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
/
bonding.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-28
bonding: fix sparse warning
stephen hemminger
1
-2
/
+3
2011-02-28
netpoll: remove IFF_IN_NETPOLL flag
Amerigo Wang
1
-1
/
+1
2011-02-28
bonding: sync netpoll code with bridge
Amerigo Wang
1
-0
/
+20
2011-01-10
headers: kobject.h redux
Alexey Dobriyan
1
-1
/
+0
2010-12-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-10
/
+6
2010-12-16
bonding: Fix slave selection bug.
Hillf Danton
1
-2
/
+2
2010-12-11
bonding: add the debugfs facility to the bonding driver
Taku Izumi
1
-0
/
+9
2010-12-10
net: Convert netpoll blocking api in bonding driver to be a counter
Neil Horman
1
-8
/
+4
2010-11-17
drivers/net/bonding: Remove unnecessary casts of netdev_priv
Joe Perches
1
-1
/
+1
2010-10-21
bonding: make release_and_destroy static
stephen hemminger
1
-1
/
+0
2010-10-18
bonding: Fix deadlock in bonding driver resulting from internal locking when ...
Neil Horman
1
-0
/
+30
2010-10-06
bonding: add retransmit membership reports tunable
Flavio Leitner
1
-0
/
+2
2010-10-06
bonding: rejoin multicast groups on VLANs
Flavio Leitner
1
-0
/
+1
2010-06-05
bonding: allow user-controlled output slave selection
Andy Gospodarek
1
-2
/
+7
2010-06-05
bonding: add all_slaves_active parameter
Andy Gospodarek
1
-1
/
+3
2010-06-02
bonding: remove unused original_flags struct slave member
Jiri Pirko
1
-1
/
+0
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-1
/
+1
2010-02-04
bonding: Remove net_device_stats from bonding struct
Ajit Khaparde
1
-1
/
+0
2009-12-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-2
/
+2
2009-10-30
bond: Add support for multiple network namespaces
Eric W. Biederman
1
-4
/
+10
2009-10-30
bond: Simply bond sysfs group creation
Eric W. Biederman
1
-2
/
+1
2009-10-27
bonding: Remove bond_dev from xmit_hash_policy call.
Jasper Spaans
1
-2
/
+1
2009-10-07
bonding: introduce primary_reselect option
Jiri Pirko
1
-2
/
+9
2009-09-02
bonding: use compare_ether_addr_64bits() in ALB
Eric Dumazet
1
-1
/
+1
2009-06-14
bonding: fix destructor
Stephen Hemminger
1
-1
/
+0
2009-06-14
bonding: remove bonding read/write semaphore
Stephen Hemminger
1
-3
/
+0
2009-06-14
bonding: bond_create always called with default parameters
Stephen Hemminger
1
-2
/
+1
2009-05-30
bonding: use bond_is_lb() when it's appropriate
Jiri Pirko
1
-2
/
+1
2008-12-26
drivers/net/bonding: fix sparse warnings: move decls to header file
Hannes Eder
1
-0
/
+5
2008-12-10
bonding: turn all bond_parm_tbls const
Holger Eitzenberger
1
-5
/
+5
2008-12-10
bonding: make tbl argument to bond_parse_parm() const
Holger Eitzenberger
1
-1
/
+1
2008-12-10
bonding: use pr_debug instead of own macros
Holger Eitzenberger
1
-8
/
+0
2008-12-10
bonding: add and use bond_is_lb()
Holger Eitzenberger
1
-0
/
+6
2008-11-13
netdevice: safe convert to netdev_priv() #part-1
Wang Chen
1
-2
/
+2
2008-11-06
bonding: alternate agg selection policies for 802.3ad
Jay Vosburgh
1
-2
/
+3
2008-11-06
bonding: send IPv6 neighbor advertisement on failover
Brian Haley
1
-2
/
+32
2008-09-25
drivers/net/bonding: sparse fixes for exported tables
Ben Dooks
1
-0
/
+8
2008-09-25
drivers/net: replace __FUNCTION__ with __func__
Harvey Harrison
1
-1
/
+1
2008-06-18
bonding: Rework / fix multiple gratuitous ARP support
Jay Vosburgh
1
-2
/
+2
2008-05-22
bonding: Add "follow" option to fail_over_mac
Jay Vosburgh
1
-0
/
+4
2008-05-22
bonding: refactor ARP active-backup monitor
Jay Vosburgh
1
-0
/
+6
2008-05-22
bonding: Send more than one gratuitous ARP when slave takes over
Moni Shoua
1
-0
/
+1
2008-05-22
bonding: Remove redundant argument from bond_create.
Pavel Emelyanov
1
-1
/
+1
2008-03-26
bonding: update version
Jay Vosburgh
1
-2
/
+2
2008-02-03
bonding: update version
Jay Vosburgh
1
-2
/
+2
2008-01-18
bonding: Fix up parameter parsing
Jay Vosburgh
1
-1
/
+3
2007-12-07
bonding: Fix race at module unload
Jay Vosburgh
1
-1
/
+1
2007-12-07
bonding: Add new layer2+3 hash for xor/802.3ad modes
Jay Vosburgh
1
-2
/
+2
2007-10-25
make bonding/bond_main.c:bond_deinit() static
Adrian Bunk
1
-1
/
+0
2007-10-24
bonding: Convert balance-rr transmit to new locking
Jay Vosburgh
1
-0
/
+1
[next]