summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-27bpf: cpumap: reuse skb array instead of a linked list to chain skbsAlexander Lobakin
2025-02-27bpf: cpumap: switch to GRO from netif_receive_skb_list()Alexander Lobakin
2025-02-27net: gro: expose GRO init/cleanup to use outside of NAPIAlexander Lobakin
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin
2025-02-27net: xgene-v2: remove incorrect ACPI_PTR annotationArnd Bergmann
2025-02-27net: hisilicon: hns_mdio: remove incorrect ACPI_PTR annotationArnd Bergmann
2025-02-27pktgen: avoid unused-const-variable warningArnd Bergmann
2025-02-26Merge branch 'net-napi-add-cpu-affinity-to-napi-config'Jakub Kicinski
2025-02-26selftests: drv-net: add tests for napi IRQ affinity notifiersJakub Kicinski
2025-02-26idpf: use napi's irq affinityAhmed Zaki
2025-02-26ice: use napi's irq affinity and rmap IRQ notifiersAhmed Zaki
2025-02-26ice: clear NAPI's IRQ numbers in ice_vsi_clear_napi_queues()Ahmed Zaki
2025-02-26net: ena: use napi's aRFS rmap notifersAhmed Zaki
2025-02-26net: move aRFS rmap management and CPU affinity to coreAhmed Zaki
2025-02-26bonding: report duplicate MAC address in all situationsHangbin Liu
2025-02-26net: skb: free up one bit in tx_flagsWillem de Bruijn
2025-02-26Merge branch 'expand-cmsg_ipv6-sh-with-ipv4-support'Jakub Kicinski
2025-02-26selftests/net: expand cmsg_ipv6.sh with ipv4Willem de Bruijn
2025-02-26selftests/net: prepare cmsg_ipv6.sh for ipv4Willem de Bruijn
2025-02-26tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet
2025-02-25enic: add dependency on Page PoolJohn Daley
2025-02-25Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2025-02-25net: wangxun: fix LIBWX dependenciesArnd Bergmann
2025-02-25Merge branch 'symmetric-or-xor-rss-hash'Jakub Kicinski
2025-02-25selftests: drv-net-hw: Add a test for symmetric RSS hashGal Pressman
2025-02-25selftests: drv-net: Make rand_port() get a port more reliablyGal Pressman
2025-02-25net/mlx5e: Symmetric OR-XOR RSS hash controlGal Pressman
2025-02-25ethtool: Symmetric OR-XOR RSS hashGal Pressman
2025-02-25drivers: net: xgene: Don't use "proxy" headersAndy Shevchenko
2025-02-25Merge branch 'net-stmmac-dwc-qos-clean-up-clock-initialisation'Jakub Kicinski
2025-02-25net: stmmac: dwc-qos: clean up clock initialisationRussell King (Oracle)
2025-02-25net: stmmac: dwc-qos: name struct plat_stmmacenet_data consistentlyRussell King (Oracle)
2025-02-25Add OVN to `rtnetlink.h`Jonas Gottlieb
2025-02-25selftests/net: ensure mptcp is enabled in netnsHangbin Liu
2025-02-25Octeontx2-af: RPM: Register driver with PCI subsys IDsHariprasad Kelam
2025-02-25sctp: Remove unused payload from sctp_idatahdrThorsten Blum
2025-02-25Merge branch 'eth-fbnic-update-fbnic-driver'Paolo Abeni
2025-02-25eth: fbnic: Update return value in kdocMohsin Bashir
2025-02-25eth: fbnic: Consolidate PUL_USER CSR sectionMohsin Bashir
2025-02-25eth: fbnic: Add PCIe registers dumpMohsin Bashir
2025-02-24net: phy: add phylib-internal.hHeiner Kallweit
2025-02-24Merge branch 'mptcp-pm-misc-cleanups-part-3'Jakub Kicinski
2025-02-24mptcp: blackhole: avoid checking the state twiceMatthieu Baerts (NGI0)
2025-02-24mptcp: sched: reduce size for unused dataMatthieu Baerts (NGI0)
2025-02-24mptcp: sched: split get_subflow interface into twoGeliang Tang
2025-02-24mptcp: pm: use ipv6_addr_equal in addresses_equalGeliang Tang
2025-02-24mptcp: pm: drop inet6_sk after inet_skGeliang Tang
2025-02-24mptcp: pm: drop match in userspace_pm_append_new_local_addrGeliang Tang
2025-02-24mptcp: pm: add mptcp_pm_genl_fill_addr helperGeliang Tang
2025-02-24mptcp: pm: add a build check for userspace_pm_dump_addrGeliang Tang