summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-23net/mlx5: fs, add counter object to flow destinationMoshe Shemesh
2024-12-23net/mlx5: LAG, Support LAG over Multi-Host NICsRongwei Liu
2024-12-23net/mlx5: LAG, Refactor lag logicRongwei Liu
2024-12-23Merge branch 'add-rds-ptp-library-for-microchip-phys'Jakub Kicinski
2024-12-23net: phy: microchip_t1 : Add initialization of ptp for lan887xDivya Koppera
2024-12-23net: phy: Makefile: Add makefile support for rds ptp in Microchip physDivya Koppera
2024-12-23net: phy: Kconfig: Add rds ptp library support and 1588 optional flag in Micr...Divya Koppera
2024-12-23net: phy: microchip_rds_ptp : Add rds ptp library for Microchip physDivya Koppera
2024-12-23net: phy: microchip_rds_ptp: Add header file for Microchip rds ptp libraryDivya Koppera
2024-12-23Merge branch 'vsock-test-tests-for-memory-leaks'Jakub Kicinski
2024-12-23vsock/test: Add test for MSG_ZEROCOPY completion memory leakMichal Luczaj
2024-12-23vsock/test: Add test for sk_error_queue memory leakMichal Luczaj
2024-12-23vsock/test: Add test for accept_queue memory leakMichal Luczaj
2024-12-23vsock/test: Adapt send_byte()/recv_byte() to handle MSG_ZEROCOPYMichal Luczaj
2024-12-23vsock/test: Add README blurb about kmemleak usageMichal Luczaj
2024-12-23vsock/test: Introduce option to select testsMichal Luczaj
2024-12-23vsock/test: Use NSEC_PER_SECMichal Luczaj
2024-12-23netlink: correct nlmsg size for multicast notificationsYuyang Huang
2024-12-23selftests: drv-net: assume stats refresh is 0 if no ethtool -c supportJakub Kicinski
2024-12-23sfc: Use netdev refcount tracking in struct efx_async_filter_insertionYiFei Zhu
2024-12-23Merge branch 'net-bridge-add-skb-drop-reasons-to-the-most-common-drop-points'Jakub Kicinski
2024-12-23net: bridge: add skb drop reasons to the most common drop pointsRadu Rendec
2024-12-23net: vxlan: rename SKB_DROP_REASON_VXLAN_NO_REMOTERadu Rendec
2024-12-23Merge branch 'add-more-feautues-for-enetc-v4-round-1'Jakub Kicinski
2024-12-23net: enetc: add UDP segmentation offload supportWei Fang
2024-12-23net: enetc: add LSO support for i.MX95 ENETC PFWei Fang
2024-12-23net: enetc: update max chained Tx BD number for i.MX95 ENETCWei Fang
2024-12-23net: enetc: add Tx checksum offload for i.MX95 ENETCWei Fang
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio
2024-12-20Merge branch 'ipv4-consolidate-route-lookups-from-ipv4-sockets'Jakub Kicinski
2024-12-20l2tp: Use inet_sk_init_flowi4() in l2tp_ip_sendmsg().Guillaume Nault
2024-12-20ipv4: Use inet_sk_init_flowi4() in __ip_queue_xmit().Guillaume Nault
2024-12-20ipv4: Use inet_sk_init_flowi4() in inet_csk_rebuild_route().Guillaume Nault
2024-12-20ipv4: Use inet_sk_init_flowi4() in ip4_datagram_release_cb().Guillaume Nault
2024-12-20ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header().Guillaume Nault
2024-12-20net: dsa: microchip: Do not execute PTP driver code for unsupported switchesTristram Ha
2024-12-20qlcnic: use const 'struct bin_attribute' callbacksThomas Weißschuh
2024-12-20Merge branch 'bridge-handle-changes-in-vlan_flag_bridge_binding'Jakub Kicinski
2024-12-20selftests: net: Add a VLAN bridge binding selftestPetr Machata
2024-12-20selftests: net: lib: Add a couple autodefer helpersPetr Machata
2024-12-20net: bridge: Handle changes in VLAN_FLAG_BRIDGE_BINDINGPetr Machata
2024-12-20net: bridge: Extract a helper to handle bridge_binding togglesPetr Machata
2024-12-20inetpeer: avoid false sharing in inet_peer_xrlim_allow()Eric Dumazet
2024-12-20Merge branch 'hisilicon-hns-deadcoding'Jakub Kicinski
2024-12-20net: hisilicon: hns: Remove unused enumsDr. David Alan Gilbert
2024-12-20net: hisilicon: hns: Remove reset helpersDr. David Alan Gilbert
2024-12-20net: hisilicon: hns: Remove unused hns_rcb_startDr. David Alan Gilbert
2024-12-20net: hisilicon: hns: Remove unused hns_dsaf_roce_resetDr. David Alan Gilbert
2024-12-19Merge branch 'xdp-a-fistful-of-generic-changes-pt-iii'Jakub Kicinski
2024-12-19xsk: add generic XSk &xdp_buff -> skb conversionAlexander Lobakin