summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: fix lockdep warning in bond_get_stats()Taehee Yoo2020-02-161-3/+50
* bonding: add missing netdev_update_lockdep_key()Taehee Yoo2020-02-161-0/+2
* bonding: fix active-backup transition after link failureMahesh Bandewar2019-12-141-3/+0
* bonding: fix bond_neigh_init()Eric Dumazet2019-12-091-10/+21
* neighbour: remove neigh_cleanup() methodEric Dumazet2019-12-091-8/+0
* bonding: symmetric ICMP transmitMatteo Croce2019-11-161-26/+57
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-22/+22
|\
| * bonding: fix state transition issue in link monitoringJay Vosburgh2019-11-051-22/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-19/+9
|\|
| * bonding: fix using uninitialized mode_lockTaehee Yoo2019-10-291-1/+1
| * net: remove unnecessary variables and callbackTaehee Yoo2019-10-241-15/+0
| * bonding: use dynamic lockdep key instead of subclassTaehee Yoo2019-10-241-3/+7
| * bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo2019-10-241-2/+4
| * net: core: add generic lockdep keysTaehee Yoo2019-10-241-1/+0
* | bonding: balance ICMP echoes in layer3+4 modeMatteo Croce2019-10-301-7/+70
|/
* bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet2019-10-091-1/+1
* bonding: Add vlan tx offload to hw_enc_featuresYueHaibing2019-08-081-0/+2
* bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon2019-07-221-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-14/+23
|\
| * bonding: validate ip header before check IPPROTO_IGMPCong Wang2019-07-031-14/+23
* | bonding: add an option to specify a delay between peer notificationsVincent Bernat2019-07-041-11/+20
* | bonding/main: fix NULL dereference in bond_select_active_slave()Eric Dumazet2019-07-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-1/+1
|\|
| * bonding: Always enable vlan tx offloadYueHaibing2019-06-261-1/+1
* | bonding/main: convert to using slave printk macrosJarod Wilson2019-06-091-167/+139
* | bonding: fix error messages in bond_do_fail_over_macJarod Wilson2019-06-091-5/+5
* | bonding: improve event debug usabilityJarod Wilson2019-06-091-1/+2
* | net: bonding: Inherit MPLS features from slave devicesAriel Levkovich2019-06-041-0/+11
|/
* bonding/802.3ad: fix slave link initialization transition statesJarod Wilson2019-05-261-5/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+5
|\
| * bonding: fix event handling for stacked bondsSabrina Dubroca2019-04-151-1/+5
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1
|/
* net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli2019-02-241-1/+0
* bonding: fix PACKET_ORIGDEV regressionMichal Soltys2019-02-211-21/+14
* bonding: update nest level on unlinkWillem de Bruijn2019-01-101-0/+3
* net: bonding: Issue NETDEV_PRE_CHANGEADDRPetr Machata2018-12-131-0/+6
* net: bonding: Give bond_set_dev_addr() a return valuePetr Machata2018-12-131-8/+15
* net: dev: Add extack argument to dev_set_mac_address()Petr Machata2018-12-131-7/+8
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* bonding/802.3ad: fix link_failure_count trackingJarod Wilson2018-11-041-2/+2
* netpoll: allow cleanup to be synchronousDebabrata Banerjee2018-10-191-1/+2
* bonding: fix warning messageMahesh Bandewar2018-10-021-0/+1
* bonding: avoid possible dead-lockMahesh Bandewar2018-09-261-26/+17
* bonding: pass link-local packets to bonding master also.Mahesh Bandewar2018-09-261-2/+19
* bonding: use netpoll_poll_dev() helperEric Dumazet2018-09-231-9/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-2/+12
|\
| * bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet2018-08-011-2/+12
* | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* net: include hash policy in LAG changeupper infoJohn Hurley2018-05-241-1/+26