aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-06-23net: netpoll: Initialize UDP checksum field before checksummingBreno Leitao1-1/+1
2025-06-23ethtool: pse-pd: Add missing linux/export.h includeKory Maincent1-0/+1
2025-06-23sunrpc: fix loop in gss seqno cacheNikhil Jha1-1/+1
2025-06-23Merge branch 'timestamp-for-jens' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into for-6.17/io_uringJens Axboe1-0/+46
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima1-4/+30
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman37-270/+419
2025-06-22atm: clip: prevent NULL deref in clip_push()Eric Dumazet1-6/+5
2025-06-21Merge tag 'nfsd-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-14/+3
2025-06-21net/smc: remove unused function smc_lo_supports_v2Wang Liang1-6/+0
2025-06-21net: ethtool: don't mux RXFH via rxnfc callbacksJakub Kicinski1-41/+18
2025-06-21rds: Correct spellingSimon Horman2-2/+2
2025-06-21rds: Correct endian annotation of port and addr assignmentsSimon Horman1-3/+3
2025-06-20Bluetooth: L2CAP: Fix L2CAP MTU negotiationFrédéric Danis1-1/+8
2025-06-20wifi: cfg80211: Add support for link reconfiguration negotiation offload to driverKavita Kavita2-6/+14
2025-06-20wifi: mac80211: Fix bssid_indicator for MBSSID in AP modeRameshkumar Sundaram1-2/+6
2025-06-20wifi: mac80211: Allow scan on a radio while operating on DFS on another radioRaj Kumar Bhagat4-12/+46
2025-06-20wifi: mac80211: Allow DFS/CSA on a radio if scan is ongoing on another radioAditya Kumar Singh3-2/+82
2025-06-20wifi: cfg80211: Add utility API to get radio index from channelVasanthakumar Thiagarajan1-0/+24
2025-06-20xfrm: hold device only for the asynchronous decryptionJianbo Liu1-8/+9
2025-06-19Merge branch 'ref_tracker-add-ability-to-register-a-debugfs-file-for-a-ref_tracker_dir'Jakub Kicinski2-4/+32
2025-06-19ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton2-3/+3
2025-06-19net: add symlinks to ref_tracker_dir for netnsJeff Layton1-1/+29
2025-06-19ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton2-3/+3
2025-06-19netpoll: Extract IPv6 address retrieval functionBreno Leitao1-32/+44
2025-06-19netpoll: extract IPv4 address retrieval into helper functionBreno Leitao1-17/+31
2025-06-19netpoll: Extract carrier wait functionBreno Leitao1-12/+16
2025-06-19net/smc: remove unused input parameters in smc_buf_get_slotWang Liang1-3/+2
2025-06-19tcp: tcp_time_to_recover() cleanupEric Dumazet1-5/+3
2025-06-19neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande1-3/+9
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-57/+135
2025-06-19Merge tag 'wireless-2025-06-18' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski3-9/+29
2025-06-19net: atm: fix /proc/net/atm/lec handlingEric Dumazet1-2/+3
2025-06-19net: atm: add lec_mutexEric Dumazet1-0/+7
2025-06-19NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski1-4/+4
2025-06-19calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima1-0/+8
2025-06-19sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton1-9/+2
2025-06-19pidfs: remove pidfs_{get,put}_pid()Christian Brauner1-5/+0
2025-06-19ipv6: Simplify link-local address generation for IPv6 GRE.Guillaume Nault1-5/+5
2025-06-18net: ethtool: Add PSE port priority support featureKory Maincent (Dent Project)1-0/+18
2025-06-18net: ethtool: Add support for new power domains index descriptionKory Maincent (Dent Project)1-0/+7
2025-06-18net: pse-pd: Add support for reporting eventsKory Maincent (Dent Project)1-0/+39
2025-06-18devlink: Add new "enable_phc" generic device paramDavid Arinzon1-0/+5
2025-06-18net: remove redundant ASSERT_RTNL() in queue setup functionsStanislav Fomichev1-2/+0
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev3-24/+72
2025-06-18tcp: fix passive TFO socket having invalid NAPI IDDavid Wei1-0/+3
2025-06-18tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearerHaixia Qu1-2/+2
2025-06-18nfc: Remove checks for nla_data returning NULLSimon Horman1-5/+1
2025-06-18tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell1-11/+24
2025-06-17atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima2-1/+2
2025-06-17net: tcp: tsq: Convert from tasklet to BH workqueueTejun Heo2-19/+19