Age | Commit message (Expand) | Author |
2024-06-21 | bonding: fix incorrect software timestamping report | Hangbin Liu |
2024-05-16 | bonding: fix oops during rmmod | Tony Battersby |
2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet |
2024-04-09 | bonding: no longer use RTNL in bonding_show_queue_id() | Eric Dumazet |
2024-04-09 | bonding: no longer use RTNL in bonding_show_slaves() | Eric Dumazet |
2024-04-09 | bonding: no longer use RTNL in bonding_show_bonds() | Eric Dumazet |
2024-04-08 | ipv4: Set scope explicitly in ip_route_output(). | Guillaume Nault |
2024-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-03-05 | xdp, bonding: Fix feature flags when there are no slave devs anymore | Daniel Borkmann |
2024-02-27 | bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partner | Jones Syue 薛懷宗 |
2024-02-22 | bonding: rate-limit bonding driver inspect messages | Praveen Kumar Kannoju |
2024-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-02-08 | bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY | Magnus Karlsson |
2024-02-07 | bonding: use exit_batch_rtnl() method | Eric Dumazet |
2024-02-06 | bonding: Add independent control state machine | Aahil Awatramani |
2023-11-24 | bonding: remove print in bond_verify_device_path | Zhengchao Shao |
2023-11-21 | bonding: return -ENOMEM instead of BUG in alb_upper_dev_walk | Zhengchao Shao |
2023-11-18 | net: ethtool: Refactor identical get_ts_info implementations. | Richard Cochran |
2023-11-13 | bonding: stop the device in bond_setup_by_slave() | Eric Dumazet |
2023-10-26 | netlink: make range pointers in policies const | Jakub Kicinski |
2023-10-13 | bonding: Return pointer to data after pull on skb | Jiri Wiesner |
2023-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-24 | bonding: fix macvlan over alb bond support | Hangbin Liu |
2023-08-22 | bonding: update port speed when getting bond speed | Hangbin Liu |
2023-08-11 | bonding: remove unnecessary NULL check in bond_destructor | Zhengchao Shao |
2023-08-11 | bonding: use bond_set_slave_arr to simplify code | Zhengchao Shao |
2023-08-11 | bonding: remove redundant NULL check in debugfs function | Zhengchao Shao |
2023-08-11 | bonding: use IS_ERR instead of NULL check in bond_create_debugfs | Zhengchao Shao |
2023-08-11 | bonding: add modifier to initialization function and exit function | Zhengchao Shao |
2023-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-07 | bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves | Ziyang Xuan |
2023-08-03 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-08-03 | eth: add missing xdp.h includes in drivers | Jakub Kicinski |
2023-08-03 | bonding: support balance-alb with openvswitch | Mateusz Kowalski |
2023-08-02 | net: bonding: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set() | Maxim Georgiev |
2023-07-25 | bonding: reset bond's flags when down link is P2P device | Hangbin Liu |
2023-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-23 | bonding: do not assume skb mac_header is set | Eric Dumazet |
2023-06-15 | net: tls: make the offload check helper take skb not socket | Jakub Kicinski |
2023-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-05-19 | net: fix stack overflow when LRO is disabled for virtual interfaces | Taehee Yoo |
2023-05-16 | net: bonding: Add SPDX identifier to remaining files | Bagas Sanjaya |
2023-05-12 | bonding: Always assign be16 value to vlan_proto | Simon Horman |
2023-05-10 | bonding: fix send_peer_notif overflow | Hangbin Liu |
2023-05-05 | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-05-05 | bonding: add xdp_features support | Lorenzo Bianconi |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-19 | bonding: Fix memory leak when changing bond type to Ethernet | Ido Schimmel |
2023-04-18 | bonding: add software tx timestamping support | Hangbin Liu |