index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-19
bonding: fix indentation issues, remove extra spaces
Colin Ian King
1
-2
/
+2
2018-12-14
net: bonding: Issue NETDEV_PRE_CHANGEADDR
Petr Machata
1
-0
/
+6
2018-12-14
net: bonding: Give bond_set_dev_addr() a return value
Petr Machata
1
-8
/
+15
2018-12-14
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
2
-11
/
+13
2018-12-10
bonding: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-13
/
+1
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2018-12-07
net: core: dev: Add extack argument to dev_open()
Petr Machata
1
-1
/
+1
2018-12-01
bonding: fix 802.3ad state sent to partner when unbinding slave
Toni Peltonen
1
-0
/
+3
2018-11-05
bonding/802.3ad: fix link_failure_count tracking
Jarod Wilson
1
-2
/
+2
2018-10-30
bonding: fix length of actor system
Tobias Jungel
1
-2
/
+1
2018-10-20
netpoll: allow cleanup to be synchronous
Debabrata Banerjee
1
-1
/
+2
2018-10-03
bonding: fix warning message
Mahesh Bandewar
1
-0
/
+1
2018-09-27
bonding: avoid possible dead-lock
Mahesh Bandewar
1
-26
/
+17
2018-09-27
bonding: pass link-local packets to bonding master also.
Mahesh Bandewar
1
-2
/
+19
2018-09-24
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-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+14
2018-07-22
bonding: don't cast const buf in sysfs store
Nikolay Aleksandrov
1
-1
/
+6
2018-07-21
bonding: set default miimon value for non-arp modes if not set
Jarod Wilson
1
-9
/
+14
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
1
-1
/
+2
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-07
bonding: re-evaluate force_primary when the primary slave name changes
Xiangning Yu
1
-0
/
+1
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
3
-65
/
+112
2018-05-25
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
2
-12
/
+7
2018-05-16
bonding: allow carrier and link status to determine link state
Debabrata Banerjee
2
-7
/
+12
2018-05-16
bonding: allow use of tx hashing in balance-alb
Debabrata Banerjee
3
-13
/
+34
2018-05-16
bonding: use common mac addr checks
Debabrata Banerjee
1
-19
/
+9
2018-05-16
bonding: don't queue up extraneous rlb updates
Debabrata Banerjee
1
-6
/
+12
2018-05-16
bonding: switch to proc_create_seq_data
Christoph Hellwig
1
-30
/
+6
2018-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+11
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
2
-8
/
+12
2018-05-11
bonding: send learning packets for vlans on slave
Debabrata Banerjee
2
-5
/
+10
2018-05-11
bonding: do not allow rlb updates to invalid mac
Debabrata Banerjee
1
-1
/
+1
2018-04-23
bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslave
Xin Long
1
-2
/
+1
2018-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-36
/
+37
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
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
2018-03-26
drivers/net: Use octal not symbolic permissions
Joe Perches
3
-40
/
+39
2018-02-27
net: Convert bond_net_ops
Kirill Tkhai
1
-0
/
+1
2017-12-20
net: bonding: Replace mac address parsing
Andy Shevchenko
1
-5
/
+1
2017-11-28
bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEM
Xin Long
1
-1
/
+1
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-15
/
+29
2017-11-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+4
[next]