Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
7c8dce4b166113743adad131b5a24c4acc12f92c
/
drivers
/
net
/
bonding
/
bond_main.c
df98be0
bonding: symmetric ICMP transmit
by Matteo Croce
· 5 years ago
14684b9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
1899bb3
bonding: fix state transition issue in link monitoring
by Jay Vosburgh
· 5 years ago
d31e955
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
58deb77
bonding: balance ICMP echoes in layer3+4 mode
by Matteo Croce
· 5 years ago
ad9bd8d
bonding: fix using uninitialized mode_lock
by Taehee Yoo
· 5 years ago
f3b0a18
net: remove unnecessary variables and callback
by Taehee Yoo
· 5 years ago
089bca2
bonding: use dynamic lockdep key instead of subclass
by Taehee Yoo
· 5 years ago
65de65d
bonding: fix unexpected IFF_BONDING bit unset
by Taehee Yoo
· 5 years ago
ab92d68
net: core: add generic lockdep keys
by Taehee Yoo
· 5 years ago
a713753
bonding: fix potential NULL deref in bond_update_slave_arr
by Eric Dumazet
· 5 years ago
d595b03
bonding: Add vlan tx offload to hw_enc_features
by YueHaibing
· 5 years ago
12185df
bonding: Force slave speed check after link state recovery for 802.3ad
by Thomas Falcon
· 5 years ago
af144a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
07a4dde
bonding: add an option to specify a delay between peer notifications
by Vincent Bernat
· 6 years ago
9d1bc24
bonding: validate ip header before check IPPROTO_IGMP
by Cong Wang
· 6 years ago
b8bd72d
bonding/main: fix NULL dereference in bond_select_active_slave()
by Eric Dumazet
· 6 years ago
d96ff26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
30d8177
bonding: Always enable vlan tx offload
by YueHaibing
· 6 years ago
e2a7420
bonding/main: convert to using slave printk macros
by Jarod Wilson
· 6 years ago
f43b653
bonding: fix error messages in bond_do_fail_over_mac
by Jarod Wilson
· 6 years ago
75466dc
bonding: improve event debug usability
by Jarod Wilson
· 6 years ago
2e770b5
net: bonding: Inherit MPLS features from slave devices
by Ariel Levkovich
· 6 years ago
3340312
bonding/802.3ad: fix slave link initialization transition states
by Jarod Wilson
· 6 years ago
6b0a7f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
92480b3
bonding: fix event handling for stacked bonds
by Sabrina Dubroca
· 6 years ago
a350ecc
net: remove 'fallback' argument from dev->ndo_select_queue()
by Paolo Abeni
· 6 years ago
47f7062
net: Remove switchdev.h inclusion from team/bond/vlan
by Florian Fainelli
· 6 years ago
3c963a3
bonding: fix PACKET_ORIGDEV regression
by Michal Soltys
· 6 years ago
001e465
bonding: update nest level on unlink
by Willem de Bruijn
· 6 years ago
1caf40d
net: bonding: Issue NETDEV_PRE_CHANGEADDR
by Petr Machata
· 6 years ago
b924591
net: bonding: Give bond_set_dev_addr() a return value
by Petr Machata
· 6 years ago
3a37a96
net: dev: Add extack argument to dev_set_mac_address()
by Petr Machata
· 6 years ago
00f54e6
net: core: dev: Add extack argument to dev_open()
by Petr Machata
· 6 years ago
ea53abf
bonding/802.3ad: fix link_failure_count tracking
by Jarod Wilson
· 6 years ago
c9fbd71
netpoll: allow cleanup to be synchronous
by Debabrata Banerjee
· 6 years ago
0f3b914
bonding: fix warning message
by Mahesh Bandewar
· 6 years ago
d4859d7
bonding: avoid possible dead-lock
by Mahesh Bandewar
· 6 years ago
6a9e461
bonding: pass link-local packets to bonding master also.
by Mahesh Bandewar
· 6 years ago
93f62ad
bonding: use netpoll_poll_dev() helper
by Eric Dumazet
· 6 years ago
89b1698
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
7e2556e
bonding: avoid lockdep confusion in bond_get_stats()
by Eric Dumazet
· 6 years ago
4f49dec
net: allow ndo_select_queue to pass netdev
by Alexander Duyck
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
f44aa9e
net: include hash policy in LAG changeupper info
by John Hurley
· 7 years ago
8eea1ca
gso: limit udp gso to egress-only virtual devices
by Willem de Bruijn
· 7 years ago
7e878b6
bonding: introduce link change helper
by Tonghao Zhang
· 7 years ago
b3c898e
Revert "bonding: allow carrier and link status to determine link state"
by Debabrata Banerjee
· 7 years ago
1386c36b
bonding: allow carrier and link status to determine link state
by Debabrata Banerjee
· 7 years ago
e79c105
bonding: allow use of tx hashing in balance-alb
by Debabrata Banerjee
· 7 years ago
b2d6cee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ae35c6f
bonding: use the skb_get/set_queue_mapping
by Tonghao Zhang
· 7 years ago
dbdc8a2
bonding: replace the return value type
by Tonghao Zhang
· 7 years ago
21706ee
bonding: send learning packets for vlans on slave
by Debabrata Banerjee
· 7 years ago
ddea788
bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslave
by Xin Long
· 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
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
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
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
d94708a
bonding: commit link status change after propose
by WANG Cong
· 7 years ago
cbf5ecb
net: bonding: Fix transmit load balancing in balance-alb mode
by Kosuke Tatsukawa
· 7 years ago
f51048c
bonding: avoid NETDEV_CHANGEMTU event when unregistering slave
by WANG Cong
· 8 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 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
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
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
dc9c4d0
bonding: reduce scope of some global variables
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
31c0541
bonding: use ETH_MAX_MTU as max mtu
by WANG Cong
· 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
Next »