Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
6600593cbd9340b3d4fcde8e58d17653732620c4
/
drivers
/
net
/
bonding
ddea788
bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslave
by Xin Long
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
9f5a90c
bonding: process the err returned by dev_set_allmulti properly in bond_enslave
by Xin Long
· 7 years ago
ae42cc6
bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
by Xin Long
· 7 years ago
5c78f6b
bonding: fix the err path for dev hwaddr sync in bond_enslave
by Xin Long
· 7 years ago
d61e403
drivers/net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
6963ad6
net: Convert bond_net_ops
by Kirill Tkhai
· 7 years ago
ce5c144
net: bonding: Replace mac address parsing
by Andy Shevchenko
· 7 years ago
5eb3d22
bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEM
by Xin Long
· 7 years ago
5bbcc0f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
8e9a2db
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
055db69
bonding: fix slave stuck in BOND_LINK_FAIL state
by Jay Vosburgh
· 7 years ago
b5f8621
bonding: discard lowest hash bit for 802.3ad layer3+4
by Hangbin Liu
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
4597efe
bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_link
by Xin Long
· 7 years ago
759088b
net: bonding: Add extack messages for some enslave failures
by David Ahern
· 7 years ago
42ab19e
net: Add extack to upper device linking
by David Ahern
· 7 years ago
33eaf2a
net: Add extack to ndo_add_slave
by David Ahern
· 7 years ago
4d2c0cd
bonding: speed/duplex update at NETDEV_UP event
by Mahesh Bandewar
· 7 years ago
6ade97d
arp: make arp_hdr_len() return unsigned int
by Alexey Dobriyan
· 7 years ago
f13ad10
net: bonding: fix tlb_dynamic_lb default value
by Nikolay Aleksandrov
· 7 years ago
c6644d0
net: bonding: Fix transmit load balancing in balance-alb mode if specified by sysfs
by Kosuke Tatsukawa
· 7 years ago
463910e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
11e9d78
bonding: ratelimit failed speed/duplex update warning
by Andreas Born
· 7 years ago
ad729bc9
bonding: require speed/duplex only for 802.3ad, alb and tlb
by Andreas Born
· 7 years ago
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
d94708a
bonding: commit link status change after propose
by WANG Cong
· 7 years ago
7a68ada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
cbf5ecb
net: bonding: Fix transmit load balancing in balance-alb mode
by Kosuke Tatsukawa
· 7 years ago
02dbbef
net: bonding: constify attribute_group structures.
by Arvind Yadav
· 7 years ago
f51048c
bonding: avoid NETDEV_CHANGEMTU event when unregistering slave
by WANG Cong
· 7 years ago
eac306b
Bonding: Convert multiple netdev_info messages to netdev_dbg
by Michael Dilmore
· 8 years ago
17dd0ec
net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink
by Matthias Schiffer
· 8 years ago
a8b8a889
net: add netlink_ext_ack argument to rtnl_link_ops.validate
by Matthias Schiffer
· 8 years ago
ad744b2
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
by Matthias Schiffer
· 8 years ago
7a3f4a1
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
by Matthias Schiffer
· 8 years ago
b952f4d
net: manual clean code which call skb_put_[data:zero]
by yuan linyu
· 8 years ago
4df864c
networking: make skb_put & friends return void pointers
by Johannes Berg
· 8 years ago
59ae1d1
networking: introduce and use skb_put_data()
by Johannes Berg
· 8 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
cd99c37
bonding: warn user when 802.3ad speed is unknown
by Nicolas Dichtel
· 8 years ago
3fcd64c
bonding: fix 802.3ad support for 14G speed
by Nicolas Dichtel
· 8 years ago
c7c5506
bonding: fix 802.3ad support for 5G and 50G speeds
by Thibaut Collet
· 8 years ago
eca59f6
net: Remove support for bridge bypass ndos from stacked devices
by Arkadi Sharshevsky
· 8 years ago
cf124db
net: Fix inconsistent teardown and release of private netdev state.
by David S. Miller
· 8 years ago
7a7e96e
bonding: Prevent duplicate userspace notification
by Vlad Yasevich
· 8 years ago
797a936
bonding: Don't update slave->link until ready to commit
by Nithin Sujir
· 8 years ago
72ccc47
bonding: fix randomly populated arp target array
by Jarod Wilson
· 8 years ago
751da2a
bonding: fix accounting of active ports in 3ad
by Jarod Wilson
· 8 years ago
d62844a
bonding: check nla_put_be32 return value
by Hangbin Liu
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
19cdead
bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removal
by Paolo Abeni
· 8 years ago
ea8ffc0
bonding: fix wq initialization for links created via netlink
by Mahesh Bandewar
· 8 years ago
b89f04c
bonding: deliver link-local packets with skb->dev set to link that packets arrived on
by Chonggang Li
· 8 years ago
fb9eb89
bonding: handle link transition from FAIL to UP correctly
by Mahesh Bandewar
· 8 years ago
faeeb31
bonding: attempt to better support longer hw addresses
by Jarod Wilson
· 8 years ago
3f3c278
bonding: fix active-backup transition
by Mahesh Bandewar
· 8 years ago
142c659
bonding: refine bond_fold_stats() wrap detection
by Eric Dumazet
· 8 years ago
e292dca
bonding: avoid printing while holding a spinlock
by Mahesh Bandewar
· 8 years ago
b5bf0f5
bonding: correctly update link status during mii-commit phase
by Mahesh Bandewar
· 8 years ago
c4adfc8
bonding: make speed, duplex setting consistent with link state
by Mahesh Bandewar
· 8 years ago
de77ecd
bonding: improve link-status update in mii-monitoring
by Mahesh Bandewar
· 8 years ago
19ddde1
bonding: add 802.3ad support for 25G speeds
by Jarod Wilson
· 8 years ago
dc9c4d0
bonding: reduce scope of some global variables
by Mahesh Bandewar
· 8 years ago
ec891c8
bonding: remove "port-moved" state that was never implemented
by Mahesh Bandewar
· 8 years ago
8b426dc
bonding: remove hardcoded value
by Mahesh Bandewar
· 8 years ago
4493b81
bonding: initialize work-queues during creation of bond
by Mahesh Bandewar
· 8 years ago
d5e73f7
bonding: restructure arp-monitor
by Mahesh Bandewar
· 8 years ago
8d70eeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
31c0541
bonding: use ETH_MAX_MTU as max mtu
by WANG Cong
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
a8eca32
net: remove ndo_neigh_{construct, destroy} from stacked devices
by Ido Schimmel
· 8 years ago
3d67576
bonding: Remove unnecessary returned value check
by Zhu Yanjun
· 8 years ago
bc1f447
net: make ndo_get_stats64 a void function
by stephen hemminger
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
d46b634
net: bonding: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
b3208b2
net: bonding: Flip to the new dev walk API
by David Ahern
· 8 years ago
4cdf8db
Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
4ad41c1
bonding: quit messing with IOCTL
by Al Viro
· 8 years ago
b20b378
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
24b27fc
bonding: Fix bonding crash
by Mahesh Bandewar
· 8 years ago
f9f225e
bonding: Remove deprecated create_singlethread_workqueue
by Bhaktipriya Shridhar
· 8 years ago
0d039f3
bonding: fix the typo
by Zhu Yanjun
· 8 years ago
1533e77
net/bonding: Enforce active-backup policy for IPoIB bonds
by Mark Bloch
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
005db31
bonding: set carrier off for devices created through netlink
by Beniamino Galvani
· 8 years ago
30d0844
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a30b016
bonding: fix enslavement slave link notifications
by Aviv Heller
· 8 years ago
18bfb92
net: introduce default neigh_construct/destroy ndo calls for L2 upper devices
by Jiri Pirko
· 8 years ago
f87fda0
bonding: prevent out of bound accesses
by Eric Dumazet
· 9 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
0622cab
bonding: fix 802.3ad aggregator reselection
by Jay Vosburgh
· 9 years ago
d3fff6c
net: add netdev_lockdep_set_classes() helper
by Eric Dumazet
· 9 years ago
f9eb8ae
net_sched: transform qdisc running bit into a seqcount
by Eric Dumazet
· 9 years ago
fe30937
bonding: fix bond_get_stats()
by Eric Dumazet
· 9 years ago
Next »