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
/
bond_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-22
bonding: Force slave speed check after link state recovery for 802.3ad
Thomas Falcon
1
-0
/
+9
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+23
2019-07-04
bonding: add an option to specify a delay between peer notifications
Vincent Bernat
1
-11
/
+20
2019-07-03
bonding: validate ip header before check IPPROTO_IGMP
Cong Wang
1
-14
/
+23
2019-07-02
bonding/main: fix NULL dereference in bond_select_active_slave()
Eric Dumazet
1
-1
/
+1
2019-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-06-26
bonding: Always enable vlan tx offload
YueHaibing
1
-1
/
+1
2019-06-09
bonding/main: convert to using slave printk macros
Jarod Wilson
1
-167
/
+139
2019-06-09
bonding: fix error messages in bond_do_fail_over_mac
Jarod Wilson
1
-5
/
+5
2019-06-09
bonding: improve event debug usability
Jarod Wilson
1
-1
/
+2
2019-06-04
net: bonding: Inherit MPLS features from slave devices
Ariel Levkovich
1
-0
/
+11
2019-05-26
bonding/802.3ad: fix slave link initialization transition states
Jarod Wilson
1
-5
/
+10
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2019-04-15
bonding: fix event handling for stacked bonds
Sabrina Dubroca
1
-1
/
+5
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
1
-2
/
+1
2019-02-24
net: Remove switchdev.h inclusion from team/bond/vlan
Florian Fainelli
1
-1
/
+0
2019-02-21
bonding: fix PACKET_ORIGDEV regression
Michal Soltys
1
-21
/
+14
2019-01-10
bonding: update nest level on unlink
Willem de Bruijn
1
-0
/
+3
2018-12-13
net: bonding: Issue NETDEV_PRE_CHANGEADDR
Petr Machata
1
-0
/
+6
2018-12-13
net: bonding: Give bond_set_dev_addr() a return value
Petr Machata
1
-8
/
+15
2018-12-13
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
1
-7
/
+8
2018-12-06
net: core: dev: Add extack argument to dev_open()
Petr Machata
1
-1
/
+1
2018-11-04
bonding/802.3ad: fix link_failure_count tracking
Jarod Wilson
1
-2
/
+2
2018-10-19
netpoll: allow cleanup to be synchronous
Debabrata Banerjee
1
-1
/
+2
2018-10-02
bonding: fix warning message
Mahesh Bandewar
1
-0
/
+1
2018-09-26
bonding: avoid possible dead-lock
Mahesh Bandewar
1
-26
/
+17
2018-09-26
bonding: pass link-local packets to bonding master also.
Mahesh Bandewar
1
-2
/
+19
2018-09-23
bonding: use netpoll_poll_dev() helper
Eric Dumazet
1
-9
/
+2
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+12
2018-08-01
bonding: avoid lockdep confusion in bond_get_stats()
Eric Dumazet
1
-2
/
+12
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
1
-1
/
+2
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-05-24
net: include hash policy in LAG changeupper info
John Hurley
1
-1
/
+26
2018-05-23
gso: limit udp gso to egress-only virtual devices
Willem de Bruijn
1
-2
/
+3
2018-05-17
bonding: introduce link change helper
Tonghao Zhang
1
-20
/
+20
2018-05-16
Revert "bonding: allow carrier and link status to determine link state"
Debabrata Banerjee
1
-8
/
+4
2018-05-16
bonding: allow carrier and link status to determine link state
Debabrata Banerjee
1
-4
/
+8
2018-05-16
bonding: allow use of tx hashing in balance-alb
Debabrata Banerjee
1
-10
/
+15
2018-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-05-11
bonding: use the skb_get/set_queue_mapping
Tonghao Zhang
1
-4
/
+4
2018-05-11
bonding: replace the return value type
Tonghao Zhang
1
-4
/
+8
2018-05-11
bonding: send learning packets for vlans on slave
Debabrata Banerjee
1
-0
/
+2
2018-04-23
bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslave
Xin Long
1
-2
/
+1
2018-03-26
bonding: process the err returned by dev_set_allmulti properly in bond_enslave
Xin Long
1
-1
/
+4
2018-03-26
bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
Xin Long
1
-38
/
+35
2018-03-26
bonding: fix the err path for dev hwaddr sync in bond_enslave
Xin Long
1
-4
/
+5
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-14
/
+28
2017-11-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+3
2017-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2017-11-08
bonding: fix slave stuck in BOND_LINK_FAIL state
Jay Vosburgh
1
-0
/
+1
[next]