aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22bonding: add 3ad statsNikolay Aleksandrov1-1/+27
2019-01-22bonding: 3ad: remove bond_3ad_rx_indication's length argumentNikolay Aleksandrov1-7/+2
2019-01-22bonding: adjust style of bond_3ad_rx_indicationNikolay Aleksandrov1-44/+41
2019-01-10bonding: update nest level on unlinkWillem de Bruijn1-0/+3
2018-12-18bonding: fix indentation issues, remove extra spacesColin Ian King1-2/+2
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 Machata2-11/+13
2018-12-10bonding: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-11-30bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen1-0/+3
2018-11-04bonding/802.3ad: fix link_failure_count trackingJarod Wilson1-2/+2
2018-10-29bonding: fix length of actor systemTobias Jungel1-2/+1
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-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+14
2018-07-22bonding: don't cast const buf in sysfs storeNikolay Aleksandrov1-1/+6
2018-07-21bonding: set default miimon value for non-arp modes if not setJarod Wilson1-9/+14
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-07bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu1-0/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-65/+112
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 Banerjee2-12/+7
2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee2-7/+12
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee3-13/+34
2018-05-16bonding: use common mac addr checksDebabrata Banerjee1-19/+9
2018-05-16bonding: don't queue up extraneous rlb updatesDebabrata Banerjee1-6/+12
2018-05-16bonding: switch to proc_create_seq_dataChristoph Hellwig1-30/+6
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+11
2018-05-11bonding: use the skb_get/set_queue_mappingTonghao Zhang1-4/+4
2018-05-11bonding: replace the return value typeTonghao Zhang2-8/+12
2018-05-11bonding: send learning packets for vlans on slaveDebabrata Banerjee2-5/+10
2018-05-11bonding: do not allow rlb updates to invalid macDebabrata Banerjee1-1/+1
2018-04-23bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long1-2/+1
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-36/+37
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long1-1/+4
2018-03-26bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long1-38/+35
2018-03-26bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long1-4/+5
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches3-40/+39
2018-02-27net: Convert bond_net_opsKirill Tkhai1-0/+1