index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-04
bonding: Support macvlans on top of tlb/rlb mode bonds
Vlad Yasevich
3
-6
/
+45
2014-06-04
bonding: Turn on IFF_UNICAST_FLT on bond devices
Vlad Yasevich
1
-1
/
+1
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-85
/
+105
2014-05-22
bonding: Send ALB learning packets using the right source
Vlad Yasevich
1
-14
/
+35
2014-05-22
bonding: remove NULL verification from bond_get_bond_by_slave()
Veaceslav Falico
1
-2
/
+0
2014-05-22
bonding: populate essential new_slave->bond/dev early
Veaceslav Falico
1
-2
/
+2
2014-05-22
bonding: Don't assume 802.1Q when sending alb learning packets.
Vlad Yasevich
1
-3
/
+4
2014-05-22
bonding: fix vlan_features computing
Michal Kubeček
1
-0
/
+1
2014-05-16
bonding: Fix alb mode to only use first level vlans.
Vlad Yasevich
1
-1
/
+1
2014-05-16
bonding: Fix stacked device detection in arp monitoring
Vlad Yasevich
2
-69
/
+66
2014-05-16
bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()
Veaceslav Falico
4
-20
/
+11
2014-05-16
bonding: rename {, bond_}slave_can_tx and clean it up
Veaceslav Falico
2
-13
/
+10
2014-05-16
bonding: convert IS_UP(slave->dev) to inline function
Veaceslav Falico
4
-16
/
+16
2014-05-16
bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline function
Veaceslav Falico
3
-6
/
+8
2014-05-16
bonding: create a macro for bond mode and use it
Veaceslav Falico
8
-58
/
+60
2014-05-16
bonding: make USES_PRIMARY inline functions
Veaceslav Falico
4
-27
/
+32
2014-05-16
bonding: make BOND_NO_USES_ARP an inline function
Veaceslav Falico
3
-7
/
+8
2014-05-16
bonding: make TX_QUEUE_OVERRIDE() macro an inline function
Veaceslav Falico
2
-8
/
+9
2014-05-16
bonding: remove BOND_MODE_IS_LB macro
Veaceslav Falico
1
-5
/
+2
2014-05-15
bonding: fix out of range parameters for bond_intmax_tbl
Nikolay Aleksandrov
1
-0
/
+1
2014-05-14
bonding: alloc the structure ad_info dynamically in per slave
dingtianhong
6
-37
/
+67
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-05-09
bonding: make a generic sysfs option store and fix comments
Nikolay Aleksandrov
3
-491
/
+107
2014-05-08
bonding: remove the unused macro
dingtianhong
1
-2
/
+0
2014-05-08
bonding: simplify the slave_do_arp_validate_only()
dingtianhong
2
-4
/
+3
2014-05-08
bonding: remove the unnecessary struct bond_net
dingtianhong
1
-10
/
+8
2014-04-28
net: bonding: Fix format string mismatch in bond_sysfs.c
Masanari Iida
1
-1
/
+1
2014-04-24
bonding: Add tlb_dynamic_lb parameter for tlb mode
Mahesh Bandewar
6
-5
/
+76
2014-04-24
bonding: Added bond_tlb_xmit() for tlb mode.
Mahesh Bandewar
4
-3
/
+32
2014-04-24
bonding: Reorg bond_alb_xmit code
Mahesh Bandewar
1
-35
/
+44
2014-04-24
bonding: Changed hashing function to just provide hash
Mahesh Bandewar
3
-8
/
+6
2014-04-11
bonding: Remove debug_fs files when module init fails
Thomas Richter
1
-0
/
+1
2014-04-04
bonding: Inactive slaves should keep inactive flag's value
zheng.li
1
-1
/
+1
2014-03-29
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
1
-3
/
+3
2014-03-27
drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.c
Monam Agarwal
1
-1
/
+1
2014-03-26
bonding: add net_ratelimt to avoid spam in arp interval
dingtianhong
1
-7
/
+9
2014-03-26
bonding: support QinQ for bond arp interval
dingtianhong
2
-18
/
+50
2014-03-26
bonding: ratelimit pr_err() for bond xmit broadcast
dingtianhong
1
-2
/
+2
2014-03-26
bonding: slight optimization for bond xmit path
dingtianhong
1
-3
/
+3
2014-03-18
bonding: ratelimit pr_warn()s in 802.3ad mode
Veaceslav Falico
1
-17
/
+17
2014-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+2
2014-03-14
bonding: use the correct ether type for alb
Veaceslav Falico
1
-1
/
+1
2014-03-13
bonding: set correct vlan id for alb xmit path
dingtianhong
1
-1
/
+1
2014-03-12
bonding: Call dev_kfree_skby_any instead of kfree_skb.
Eric W. Biederman
3
-7
/
+7
2014-03-11
bonding: force cast of IP address in options
stephen hemminger
1
-1
/
+1
2014-03-06
bonding: fix const in options processing
stephen hemminger
3
-55
/
+56
2014-03-06
bonding: correctly handle out of range parameters for lp_interval
Sasha Levin
1
-0
/
+1
2014-03-06
bonding: options handling cleanup
stephen hemminger
5
-127
/
+141
2014-03-06
bonding: remove dead code
stephen hemminger
2
-48
/
+0
2014-03-06
bonding: make slave status notifications GFP_ATOMIC
Veaceslav Falico
1
-4
/
+4
[next]