summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-27af_unix: Fix memory leak in unix_dgram_sendmsg()Adrian Huang1-0/+1
2025-02-27net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2025-02-27net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib1-0/+1
2025-02-27gve: unlink old napi when stopping a queue using queue APIHarshitha Ramamurthy1-0/+2
2025-02-27net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().Kuniyuki Iwashima1-9/+3
2025-02-26tcp: Defer ts_recent changes until req is ownedWang Hai1-6/+4
2025-02-26Merge branch 'net-enetc-fix-some-known-issues'Jakub Kicinski3-32/+80
2025-02-26net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()Wei Fang1-8/+7
2025-02-26net: enetc: remove the mm_lock from the ENETC v4 driverWei Fang1-1/+0
2025-02-26net: enetc: add missing enetc4_link_deinit()Wei Fang1-0/+1
2025-02-26net: enetc: update UDP checksum when updating originTimestamp fieldWei Fang1-7/+34
2025-02-26net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNCWei Fang2-2/+8
2025-02-26net: enetc: correct the xdp_tx statisticsWei Fang1-1/+1
2025-02-26net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()Wei Fang1-6/+10
2025-02-26net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()Wei Fang1-7/+19
2025-02-26Merge branch 'intel-wired-lan-driver-updates-2025-02-24-ice-idpf-iavf-ixgbe'Jakub Kicinski6-11/+20
2025-02-26ixgbe: fix media cage present detection for E610 devicePiotr Kwapulinski1-1/+1
2025-02-26iavf: fix circular lock dependency with netdev_lockJacob Keller1-4/+8
2025-02-26ice: Avoid setting default Rx VSI twice in switchdev setupMarcin Szycik1-2/+1
2025-02-26ice: Fix deinitializing VF in error pathMarcin Szycik3-4/+10
2025-02-26Merge branch 'mptcp-misc-fixes'Jakub Kicinski3-19/+3
2025-02-26mptcp: safety check before fallbackMatthieu Baerts (NGI0)1-0/+2
2025-02-26mptcp: reset when MPTCP opts are dropped after joinMatthieu Baerts (NGI0)1-14/+1
2025-02-26mptcp: always handle address removal under msk socket lockPaolo Abeni1-5/+0
2025-02-26tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev3-16/+22
2025-02-26net: ethernet: ti: am65-cpsw: select PAGE_POOLSascha Hauer1-0/+1
2025-02-25MAINTAINERS: socket timestamping: add Jason Xing as reviewerWillem de Bruijn1-0/+3
2025-02-25ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2025-02-25selftests: drv-net: test XDP, HDS auto and the ioctl pathJakub Kicinski4-3/+160
2025-02-25net: ethtool: fix ioctl confusing drivers about desired HDS user configJakub Kicinski4-7/+28
2025-02-24net: dsa: rtl8366rb: Fix compilation problemLinus Walleij5-252/+299
2025-02-22MAINTAINERS: fix DWMAC S32 entryJakub Kicinski1-1/+1
2025-02-22net: cadence: macb: Synchronize stats calculationsSean Anderson2-2/+12
2025-02-22ipvlan: ensure network headers are in skb linear partEric Dumazet1-5/+16
2025-02-22net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)1-1/+2
2025-02-22net: loopback: Avoid sending IP packets without an Ethernet headerIdo Schimmel1-0/+14
2025-02-22net: better track kernel sockets lifetimeEric Dumazet8-39/+30
2025-02-22Merge tag 'for-net-2025-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-4/+11
2025-02-22Merge branch 'rxrpc-afs-miscellaneous-fixes'Jakub Kicinski8-16/+22
2025-02-22afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells2-0/+5
2025-02-22afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells1-2/+2
2025-02-22rxrpc: Fix locking issues with the peer record hashDavid Howells1-2/+2
2025-02-22rxrpc: peer->mtu_lock is redundantDavid Howells4-12/+1
2025-02-22rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells1-0/+12
2025-02-21net: stmmac: dwmac-loongson: Add fix_soc_reset() callbackQunqin Zhao1-0/+14
2025-02-21net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENTGeorge Moussalem1-1/+1
2025-02-20Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz1-2/+7
2025-02-20Bluetooth: Always allow SCO packets for user channelHsin-chen Chuang1-2/+4
2025-02-20Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds34-217/+365
2025-02-20Merge tag 'v6.14-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-24/+71