aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-22/+22
2019-11-05bonding: fix state transition issue in link monitoringJay Vosburgh1-22/+22
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+9
2019-10-30bonding: balance ICMP echoes in layer3+4 modeMatteo Croce1-7/+70
2019-10-29bonding: fix using uninitialized mode_lockTaehee Yoo1-1/+1
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-15/+0
2019-10-24bonding: use dynamic lockdep key instead of subclassTaehee Yoo1-3/+7
2019-10-24bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo1-2/+4
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-1/+0
2019-10-09bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet1-1/+1
2019-08-08bonding: Add vlan tx offload to hw_enc_featuresYueHaibing1-0/+2
2019-07-22bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon1-0/+9
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+23
2019-07-04bonding: add an option to specify a delay between peer notificationsVincent Bernat1-11/+20
2019-07-03bonding: validate ip header before check IPPROTO_IGMPCong Wang1-14/+23
2019-07-02bonding/main: fix NULL dereference in bond_select_active_slave()Eric Dumazet1-1/+1
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-26bonding: Always enable vlan tx offloadYueHaibing1-1/+1
2019-06-09bonding/main: convert to using slave printk macrosJarod Wilson1-167/+139
2019-06-09bonding: fix error messages in bond_do_fail_over_macJarod Wilson1-5/+5
2019-06-09bonding: improve event debug usabilityJarod Wilson1-1/+2
2019-06-04net: bonding: Inherit MPLS features from slave devicesAriel Levkovich1-0/+11
2019-05-26bonding/802.3ad: fix slave link initialization transition statesJarod Wilson1-5/+10
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-04-15bonding: fix event handling for stacked bondsSabrina Dubroca1-1/+5
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli1-1/+0
2019-02-21bonding: fix PACKET_ORIGDEV regressionMichal Soltys1-21/+14
2019-01-10bonding: update nest level on unlinkWillem de Bruijn1-0/+3
2018-12-13net: bonding: Issue NETDEV_PRE_CHANGEADDRPetr Machata1-0/+6
2018-12-13net: bonding: Give bond_set_dev_addr() a return valuePetr Machata1-8/+15
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata1-7/+8
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-11-04bonding/802.3ad: fix link_failure_count trackingJarod Wilson1-2/+2
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee1-1/+2
2018-10-02bonding: fix warning messageMahesh Bandewar1-0/+1
2018-09-26bonding: avoid possible dead-lockMahesh Bandewar1-26/+17
2018-09-26bonding: pass link-local packets to bonding master also.Mahesh Bandewar1-2/+19
2018-09-23bonding: use netpoll_poll_dev() helperEric Dumazet1-9/+2
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2018-08-01bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet1-2/+12
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-24net: include hash policy in LAG changeupper infoJohn Hurley1-1/+26
2018-05-23gso: limit udp gso to egress-only virtual devicesWillem de Bruijn1-2/+3
2018-05-17bonding: introduce link change helperTonghao Zhang1-20/+20
2018-05-16Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee1-8/+4
2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee1-4/+8
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee1-10/+15
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2