aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2019-05-16bonding: fix arp_validate toggling in active-backup modeJarod Wilson
2019-05-08bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko
2019-04-27bonding: fix event handling for stacked bondsSabrina Dubroca
2019-02-21bonding: fix PACKET_ORIGDEV regressionMichal Soltys
2019-01-10bonding: update nest level on unlinkWillem de Bruijn
2018-12-18bonding: fix indentation issues, remove extra spacesColin Ian King
2018-12-13net: bonding: Issue NETDEV_PRE_CHANGEADDRPetr Machata
2018-12-13net: bonding: Give bond_set_dev_addr() a return valuePetr Machata
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata
2018-12-10bonding: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata
2018-11-30bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen
2018-11-04bonding/802.3ad: fix link_failure_count trackingJarod Wilson
2018-10-29bonding: fix length of actor systemTobias Jungel
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee
2018-10-02bonding: fix warning messageMahesh Bandewar
2018-09-26bonding: avoid possible dead-lockMahesh Bandewar
2018-09-26bonding: pass link-local packets to bonding master also.Mahesh Bandewar
2018-09-23bonding: use netpoll_poll_dev() helperEric Dumazet
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-01bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-22bonding: don't cast const buf in sysfs storeNikolay Aleksandrov
2018-07-21bonding: set default miimon value for non-arp modes if not setJarod Wilson
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-24net: include hash policy in LAG changeupper infoJohn Hurley
2018-05-23gso: limit udp gso to egress-only virtual devicesWillem de Bruijn
2018-05-17bonding: introduce link change helperTonghao Zhang
2018-05-16Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee
2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee
2018-05-16bonding: use common mac addr checksDebabrata Banerjee
2018-05-16bonding: don't queue up extraneous rlb updatesDebabrata Banerjee
2018-05-16bonding: switch to proc_create_seq_dataChristoph Hellwig
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11bonding: use the skb_get/set_queue_mappingTonghao Zhang
2018-05-11bonding: replace the return value typeTonghao Zhang
2018-05-11bonding: send learning packets for vlans on slaveDebabrata Banerjee
2018-05-11bonding: do not allow rlb updates to invalid macDebabrata Banerjee
2018-04-23bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long
2018-03-26bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long
2018-03-26bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches