summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-03-07net: phylink: Remove unused phylink_init_eeeDr. David Alan Gilbert
2025-03-06net/mlx5: Relocate function declarations from port.h to mlx5_core.hShahar Shitrit
2025-03-06inet: call inet6_ehashfn() once from inet6_hash_connect()Eric Dumazet
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-06eth: bnxt: remove most dependencies on RTNLStanislav Fomichev
2025-03-06docs: net: document new locking realityStanislav Fomichev
2025-03-06net: add option to request netdev instance lockStanislav Fomichev
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during rtnetlink operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev
2025-03-06Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-06fs/pipe: express 'pipe_empty()' in terms of 'pipe_occupancy()'Linus Torvalds
2025-03-05inet: fix lwtunnel_valid_encap_type() lock imbalanceEric Dumazet
2025-03-05net: phy: remove remaining PHY package related definitions from phy.hHeiner Kallweit
2025-03-05net: phy: move PHY package related code from phy.h to phy_package.cHeiner Kallweit
2025-03-05net: stmmac: configure SerDes on mac_finishChoong Yong Liang
2025-03-05arch: x86: add IPC mailbox accessor function and add SoC register accessDavid E. Box
2025-03-05fs/pipe: remove buggy and unused 'helper' functionLinus Torvalds
2025-03-05include/linux/pipe_fs_i: Add htmldoc annotation for "head_tail" memberK Prateek Nayak
2025-03-05fs/pipe: Fix pipe_occupancy() with 16-bit indexesLinus Torvalds
2025-03-05posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko
2025-03-04tcp: use RCU lookup in __inet_hash_connect()Eric Dumazet
2025-03-04tcp: add RCU management to inet_bind_bucketEric Dumazet
2025-03-04ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng
2025-03-04fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutexLinus Torvalds
2025-03-04Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/lin...Jakub Kicinski
2025-03-04net: plumb extack in __dev_change_net_namespace()Nicolas Dichtel
2025-03-04net: advertise netns_immutable property via netlinkNicolas Dichtel
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-03-03sock: add sock_kmemdup helperGeliang Tang
2025-03-03tcp: convert to dev_net_rcu()Eric Dumazet
2025-03-03tcp: add four drop reasons to tcp_check_req()Eric Dumazet
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima
2025-03-03ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima
2025-03-02cred: Fix RCU warnings in override/revert_credsHerbert Xu
2025-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-01kvm: retry nx_huge_page_recovery_thread creationKeith Busch
2025-02-28Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-02-28Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-02-28net: stmmac: provide set_clk_tx_rate() hookRussell King (Oracle)
2025-02-28Merge tag 'block-6.14-20250228' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-28wifi: cfg80211: reorg sinfo structure elements for meshSarika Sharma
2025-02-27geneve: Allow users to specify source port rangeDaniel Borkmann