Age | Commit message (Expand) | Author |
2021-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-04-21 | bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state ma... | jinyiting |
2021-03-30 | net: bonding: remove repeated word | Peng Li |
2021-03-29 | net: bonding: Correct function name bond_change_active_slave() in comment | Yang Yingliang |
2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-03-15 | bonding: Added -ENODEV interpret for slaves option | Jianlin Lv |
2021-03-12 | Revert "net: bonding: fix error return code of bond_neigh_init()" | David S. Miller |
2021-03-08 | net: bonding: fix error return code of bond_neigh_init() | Jia-Ju Bai |
2021-02-11 | bonding: 3ad: Print an error for unknown speeds | Ido Schimmel |
2021-02-11 | bonding: 3ad: add support for 400G speed | Nikolay Aleksandrov |
2021-02-11 | bonding: 3ad: add support for 200G speed | Nikolay Aleksandrov |
2021-01-19 | bonding: add a vlan+srcmac tx hashing option | Jarod Wilson |
2021-01-18 | net/bonding: Implement TLS TX device offload | Tariq Toukan |
2021-01-18 | net/bonding: Take update_features call out of XFRM funciton | Tariq Toukan |
2021-01-18 | net/bonding: Implement ndo_sk_get_lower_dev | Tariq Toukan |
2021-01-18 | net/bonding: Take IP hash logic into a helper | Tariq Toukan |
2021-01-14 | net: bonding: Notify ports about their initial state | Tobias Waldekranz |
2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-12-08 | bonding: fix feature flag setting at init time | Jarod Wilson |
2020-12-07 | bonding: set xfrm feature flags more sanely | Jarod Wilson |
2020-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-23 | net: don't include ethtool.h from netdevice.h | Jakub Kicinski |
2020-11-21 | bonding: wait for sysfs kobject destruction before freeing struct slave | Jamie Iles |
2020-11-03 | net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWARE | Alexander Lobakin |
2020-09-28 | net: core: introduce struct netdev_nested_priv for nested interface infrastru... | Taehee Yoo |
2020-09-25 | bonding: set dev->needed_headroom in bond_setup_by_slave() | Eric Dumazet |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-18 | bonding: fix active-backup failover for current ARP slave | Jiri Wiesner |
2020-08-16 | bonding: fix a potential double-unregister | Cong Wang |
2020-08-14 | net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon... | Lee Jones |
2020-08-14 | net: bonding: bond_main: Document 'proto' and rename 'new_active' parameters | Lee Jones |
2020-08-14 | net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issues | Lee Jones |
2020-08-14 | bonding: show saner speed for broadcast mode | Jarod Wilson |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-23 | bonding: check return value of register_netdevice() in bond_newlink() | Cong Wang |
2020-07-19 | bonding: check error value of register_netdevice() immediately | Taehee Yoo |
2020-07-08 | bonding: don't need RTNL for ipsec helpers | Jarod Wilson |
2020-07-08 | bonding: deal with xfrm state in all modes and add more error-checking | Jarod Wilson |
2020-07-01 | bonding: allow xfrm offload setup post-module-load | Jarod Wilson |
2020-06-26 | bonding: Remove extraneous parentheses in bond_setup | Nathan Chancellor |
2020-06-23 | bonding/xfrm: use real_dev instead of slave_dev | Jarod Wilson |
2020-06-22 | bonding: support hardware encryption offload to slaves | Jarod Wilson |
2020-06-09 | net: change addr_list_lock back to static key | Cong Wang |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-28 | bonding: Fix reference count leak in bond_sysfs_slave_add. | Qiushi Wu |
2020-05-09 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed |
2020-05-07 | bonding: propagate transmit status | Eric Dumazet |
2020-05-04 | bonding: remove useless stats_lock_key | Cong Wang |
2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang |
2020-05-01 | bonding: Implement ndo_get_xmit_slave | Maor Gottlieb |