summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-20net: phylink: fix regression when binding a PHYRussell King (Oracle)
2025-01-20tracing: Rename update_cache() to update_mod_cache()Steven Rostedt
2025-01-20Merge branch 'net-ethernet-ti-am65-cpsw-streamline-rx-tx-queue-creation-and-c...Jakub Kicinski
2025-01-20net: ethernet: ti: am65-cpsw: streamline TX queue creation and cleanupRoger Quadros
2025-01-20net: ethernet: ti: am65-cpsw: streamline RX queue creation and cleanupRoger Quadros
2025-01-20net: ethernet: ti: am65-cpsw: ensure proper channel cleanup in error pathRoger Quadros
2025-01-20Merge tag 'dlm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2025-01-20Merge tag 'bcachefs-2025-01-20.2' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-01-20Merge tag 'pstore-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-20Merge tag 'execve-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-20Merge tag 'for-6.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-01-20Merge tag 'gfs2-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2025-01-20Merge branch 'ipv6-convert-rtm_-new-del-addr-and-more-to-per-netns-rtnl'Jakub Kicinski
2025-01-20ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.Kuniyuki Iwashima
2025-01-20ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL.Kuniyuki Iwashima
2025-01-20ipv6: Move lifetime validation to inet6_rtm_newaddr().Kuniyuki Iwashima
2025-01-20ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr().Kuniyuki Iwashima
2025-01-20ipv6: Pass dev to inet6_addr_add().Kuniyuki Iwashima
2025-01-20ipv6: Convert inet6_ioctl() to per-netns RTNL.Kuniyuki Iwashima
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup().Kuniyuki Iwashima
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_dad_work().Kuniyuki Iwashima
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_verify_work().Kuniyuki Iwashima
2025-01-20ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL.Kuniyuki Iwashima
2025-01-20ipv6: Add __in6_dev_get_rtnl_net().Kuniyuki Iwashima
2025-01-20parisc: Temporarily disable jump label supportHelge Deller
2025-01-20parisc: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada
2025-01-20net: stmmac: Drop redundant skb_mark_for_recycle() for SKB fragsFurong Xu
2025-01-20net: mii: Fix the Speed display when the network cable is not connectedXiangqian Zhang
2025-01-20Merge branch 'pm-tools'Rafael J. Wysocki
2025-01-20sysctl net: Remove macro checks for CONFIG_SYSCTLDenis Kirjanov
2025-01-20Merge tag 'nf-next-25-01-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-01-20Merge branches 'pm-devfreq' and 'pm-opp'Rafael J. Wysocki
2025-01-20Merge branch 'net-ethtool-fixes-for-hds-threshold'Jakub Kicinski
2025-01-20eth: bnxt: update header sizing defaultsJakub Kicinski
2025-01-20eth: bnxt: allocate enough buffer space to meet HDS thresholdJakub Kicinski
2025-01-20net: ethtool: populate the default HDS params in the coreJakub Kicinski
2025-01-20eth: bnxt: apply hds_thrs settings correctlyJakub Kicinski
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski
2025-01-20net: ethtool: store netdev in a temp variable in ethnl_default_set_doit()Jakub Kicinski
2025-01-20net: move HDS config from ethtool stateJakub Kicinski
2025-01-20Merge tag 'vfs-6.14-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-20MIPS: pci-legacy: Override pci_address_to_pioJiaxun Yang
2025-01-20Merge branch 'pm-cpufreq'Rafael J. Wysocki
2025-01-20MIPS: Loongson64: env: Use str_on_off() helper in prom_lefi_init_env()Thorsten Blum
2025-01-20Merge branch 'af_unix-set-skb-drop-reason-in-every-kfree_skb-path'Jakub Kicinski
2025-01-20af_unix: Use consume_skb() in connect() and sendmsg().Kuniyuki Iwashima
2025-01-20af_unix: Reuse out_pipe label in unix_stream_sendmsg().Kuniyuki Iwashima
2025-01-20af_unix: Set drop reason in unix_dgram_disconnected().Kuniyuki Iwashima
2025-01-20af_unix: Set drop reason in unix_stream_read_skb().Kuniyuki Iwashima
2025-01-20af_unix: Set drop reason in manage_oob().Kuniyuki Iwashima