aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2019-08-29bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon
2019-08-25bonding: Add vlan tx offload to hw_enc_featuresYueHaibing
2019-07-26bonding: validate ip header before check IPPROTO_IGMPCong Wang
2019-06-26bonding: Always enable vlan tx offloadYueHaibing
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-26bonding/802.3ad: fix slave link initialization transition statesJarod Wilson
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 5Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-13bonding: fix arp_validate toggling in active-backup modeJarod Wilson
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-15bonding: fix event handling for stacked bondsSabrina Dubroca
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-29bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-21bonding: fix PACKET_ORIGDEV regressionMichal Soltys
2019-02-14bonding: check slave set command firstlyTonghao Zhang
2019-01-24bonding: count master 3ad stats separatelyNikolay Aleksandrov
2019-01-22bonding: add support for xstats and export 3ad statsNikolay Aleksandrov
2019-01-22bonding: add 3ad statsNikolay Aleksandrov
2019-01-22bonding: 3ad: remove bond_3ad_rx_indication's length argumentNikolay Aleksandrov
2019-01-22bonding: adjust style of bond_3ad_rx_indicationNikolay Aleksandrov
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