summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-25bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18bonding: fix active-backup failover for current ARP slaveJiri Wiesner
2020-08-16bonding: fix a potential double-unregisterCong Wang
2020-08-14net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...Lee Jones
2020-08-14net: bonding: bond_main: Document 'proto' and rename 'new_active' parametersLee Jones
2020-08-14net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issuesLee Jones
2020-08-14bonding: show saner speed for broadcast modeJarod Wilson
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-23bonding: check return value of register_netdevice() in bond_newlink()Cong Wang
2020-07-19bonding: check error value of register_netdevice() immediatelyTaehee Yoo
2020-07-08bonding: don't need RTNL for ipsec helpersJarod Wilson
2020-07-08bonding: deal with xfrm state in all modes and add more error-checkingJarod Wilson
2020-07-01bonding: allow xfrm offload setup post-module-loadJarod Wilson
2020-06-26bonding: Remove extraneous parentheses in bond_setupNathan Chancellor
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson
2020-06-22bonding: support hardware encryption offload to slavesJarod Wilson
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-28bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2020-05-07bonding: propagate transmit statusEric Dumazet
2020-05-04bonding: remove useless stats_lock_keyCong Wang
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-05-01bonding: Implement ndo_get_xmit_slaveMaor Gottlieb
2020-05-01bonding: Add array of all slavesMaor Gottlieb
2020-05-01bonding: Add function to get the xmit slave in active-backup modeMaor Gottlieb
2020-05-01bonding: Add helper function to get the xmit slave in rr modeMaor Gottlieb
2020-05-01bonding: Add helper function to get the xmit slave based on hashMaor Gottlieb
2020-05-01bonding/alb: Add helper functions to get the xmit slaveMaor Gottlieb
2020-05-01bonding: Rename slave_arr to usable_slavesMaor Gottlieb
2020-05-01bonding: Export skip slave logic to functionMaor Gottlieb
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-06bonding/alb: make sure arp header is pulled before accessing itEric Dumazet
2020-02-24net/bond: Delete driver and module versionsLeon Romanovsky
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-20net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann
2020-02-16bonding: fix lockdep warning in bond_get_stats()Taehee Yoo
2020-02-16bonding: add missing netdev_update_lockdep_key()Taehee Yoo
2020-02-05bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet
2019-12-26bonding: rename AD_STATE_* to LACP_STATE_*Andy Roulin
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-14bonding: fix active-backup transition after link failureMahesh Bandewar
2019-12-14bonding: move 802.3ad port state flags to uapiAndy Roulin
2019-12-09bonding: fix bond_neigh_init()Eric Dumazet
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet
2019-11-16bonding: symmetric ICMP transmitMatteo Croce
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller