summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-11bonding: fix incorrect MAC address setting to receive NS messagesHangbin Liu
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-02-26bonding: report duplicate MAC address in all situationsHangbin Liu
2025-02-24net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-04bonding: delete always true device checkLeon Romanovsky
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-28bonding: Correctly support GSO ESP offloadCosmin Ratiu
2025-01-15saner replacement for debugfs_rename()Al Viro
2024-12-12bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann
2024-12-12bonding: Fix initial {vlan,mpls}_feature set in bond_compute_featuresDaniel Borkmann
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-14bonding: add ns target multicast address to slave deviceHangbin Liu
2024-11-07bonding: add ESP offload features when slaves supportJianbo Liu
2024-10-28bonding: return detailed error when loading native XDP failsHangbin Liu
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet
2024-09-24bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()Jiwon Kim
2024-09-09bonding: Remove setting of RX software timestampGal Pressman
2024-09-05bonding: support xfrm state updateHangbin Liu
2024-09-05bonding: Add ESN support to IPSec HW offloadHangbin Liu
2024-09-05bonding: add common function to check ipsec deviceHangbin Liu
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-27bonding: change ipsec_lock from spin lock to mutexJianbo Liu
2024-08-27bonding: extract the use of real_device into local variableJianbo Liu
2024-08-27bonding: implement xdo_dev_state_free and call it after deletionJianbo Liu
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-20bonding: fix xfrm state handling when clearing active slaveNikolay Aleksandrov
2024-08-20bonding: fix xfrm real_dev null pointer dereferenceNikolay Aleksandrov
2024-08-20bonding: fix null pointer deref in bond_ipsec_offload_okNikolay Aleksandrov
2024-08-20bonding: fix bond_ipsec_offload_ok return typeNikolay Aleksandrov
2024-08-07bonding: Pass string literal as format argument of alloc_ordered_workqueue()Simon Horman
2024-07-23net: bonding: correctly annotate RCU in bond_should_notify_peers()Johannes Berg
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-03bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()Sam Sun
2024-06-21bonding: fix incorrect software timestamping reportHangbin Liu
2024-05-16bonding: fix oops during rmmodTony Battersby
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-09bonding: no longer use RTNL in bonding_show_queue_id()Eric Dumazet
2024-04-09bonding: no longer use RTNL in bonding_show_slaves()Eric Dumazet
2024-04-09bonding: no longer use RTNL in bonding_show_bonds()Eric Dumazet
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski