summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-03-08net: phylink: Remove unused phylink_init_eeeDr. David Alan Gilbert1-1/+0
2025-03-07net/mlx5: Relocate function declarations from port.h to mlx5_core.hShahar Shitrit1-84/+1
2025-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-46/+95
2025-03-06eth: bnxt: remove most dependencies on RTNLStanislav Fomichev1-0/+5
2025-03-06docs: net: document new locking realityStanislav Fomichev1-0/+4
2025-03-06net: add option to request netdev instance lockStanislav Fomichev1-1/+7
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev1-5/+1
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev1-0/+1
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev1-0/+4
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev1-0/+3
2025-03-06net: hold netdev instance lock during rtnetlink operationsStanislav Fomichev1-6/+34
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev1-1/+1
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev1-0/+2
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev1-0/+23
2025-03-06Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-8/+2
2025-03-06fs/pipe: express 'pipe_empty()' in terms of 'pipe_occupancy()'Linus Torvalds1-6/+6
2025-03-06net: phy: remove remaining PHY package related definitions from phy.hHeiner Kallweit1-38/+0
2025-03-06net: phy: move PHY package related code from phy.h to phy_package.cHeiner Kallweit1-86/+0
2025-03-06net: stmmac: configure SerDes on mac_finishChoong Yong Liang1-0/+4
2025-03-06arch: x86: add IPC mailbox accessor function and add SoC register accessDavid E. Box1-0/+94
2025-03-05fs/pipe: remove buggy and unused 'helper' functionLinus Torvalds1-9/+0
2025-03-05include/linux/pipe_fs_i: Add htmldoc annotation for "head_tail" memberK Prateek Nayak1-0/+1
2025-03-05fs/pipe: Fix pipe_occupancy() with 16-bit indexesLinus Torvalds1-1/+1
2025-03-05posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko1-1/+5
2025-03-05ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng1-2/+1
2025-03-04fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutexLinus Torvalds1-2/+37
2025-03-04Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/lin...Jakub Kicinski1-0/+12
2025-03-04net: plumb extack in __dev_change_net_namespace()Nicolas Dichtel1-2/+3
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-2/+2
2025-03-02cred: Fix RCU warnings in override/revert_credsHerbert Xu1-8/+2
2025-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+3
2025-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+34
2025-03-01kvm: retry nx_huge_page_recovery_thread creationKeith Busch1-13/+34
2025-03-01Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-03-01Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+6
2025-02-28net: stmmac: provide set_clk_tx_rate() hookRussell King (Oracle)1-0/+4
2025-02-28Merge tag 'block-6.14-20250228' of git://git.kernel.dk/linuxLinus Torvalds1-3/+5
2025-02-28net: qed: make 'qed_ll2_ops_pass' as __maybe_unusedArnd Bergmann1-1/+1
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-14/+49
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-1/+3
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2025-02-27net: skbuff: introduce napi_skb_cache_get_bulk()Alexander Lobakin1-0/+1
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin1-9/+28
2025-02-27net: move aRFS rmap management and CPU affinity to coreAhmed Zaki2-4/+21
2025-02-27net: skb: free up one bit in tx_flagsWillem de Bruijn1-3/+2
2025-02-27tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet1-0/+2
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-2/+2
2025-02-26block: Remove zone write plugs when handling native zone append writesDamien Le Moal1-3/+4
2025-02-26Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski3-0/+4
2025-02-26ethtool: Symmetric OR-XOR RSS hashGal Pressman1-3/+2