summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-103/+72
2025-01-16Merge tag 'net-6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-24/+1
2025-01-15Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski-0/+2
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet-0/+2
2025-01-15net: protect NAPI config fields with netdev_lock()Jakub Kicinski-3/+4
2025-01-15net: protect napi->irq with netdev_lock()Jakub Kicinski-1/+9
2025-01-15net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski-2/+11
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski-8/+3
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski-7/+47
2025-01-15net: add netdev->up protected by netdev_lock()Jakub Kicinski-1/+13
2025-01-15net: make netdev_lock() protect netdev->reg_stateJakub Kicinski-1/+1
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski-2/+21
2025-01-15net: make page_pool_ref_netmem work with net iovsPavel Begunkov-1/+1
2025-01-15inet: ipmr: fix data-racesEric Dumazet-3/+3
2025-01-15net: ethtool: add support for configuring hds-threshTaehee Yoo-0/+11
2025-01-15net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo-0/+3
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)-1/+2
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)-2/+6
2025-01-14socket: Remove unused kernel_sendmsg_lockedDr. David Alan Gilbert-2/+0
2025-01-14Merge tag 'seccomp-v6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-01-14tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counterEric Dumazet-0/+2
2025-01-14tcp: add TCP_RFC7323_PAWS_ACK drop reasonEric Dumazet-0/+5
2025-01-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski-5/+75
2025-01-14net: pse-pd: Clean ethtool header of PSE structuresKory Maincent-21/+21
2025-01-14net: pse-pd: Remove is_enabled callback from driversKory Maincent-3/+0
2025-01-14net: pse-pd: Split ethtool_get_status into multiple callbacksKory Maincent-12/+75
2025-01-14net: pse-pd: Use power limit at driver side instead of current limitKory Maincent-10/+6
2025-01-14net: pse-pd: Add power limit checkKory Maincent-0/+2
2025-01-14net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declarationKory Maincent-8/+0
2025-01-14net: hsr: Create and export hsr_get_port_ndev()MD Danish Anwar-0/+17
2025-01-14net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC modeMD Danish Anwar-0/+3
2025-01-14Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-0/+13
2025-01-14net: phy: introduce optional polling interface for PHY statisticsOleksij Rempel-0/+21
2025-01-14net: ethtool: add support for structured PHY statisticsJakub Kicinski-0/+16
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski-0/+101
2025-01-13net/mlx5: fs, add HWS packet reformat API functionMoshe Shemesh-0/+1
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski-1/+0
2025-01-13Merge tag 'mm-hotfixes-stable-2025-01-13-00-03' of git://git.kernel.org/pub/s...Linus Torvalds-2/+15
2025-01-12mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts-0/+12
2025-01-12module: fix writing of livepatch relocations in ROX textPetr Pavlu-1/+2
2025-01-12hugetlb: fix NULL pointer dereference in trace_hugetlbfs_alloc_inodeMuchun Song-1/+1
2025-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+2
2025-01-12Merge tag 'kvm-s390-master-6.13-1' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini-63/+168
2025-01-12Merge tag 'kvmarm-fixes-6.13-3' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-4/+2
2025-01-12net/mlx5: Add nic_cap_reg and vhca_icm_ctrl registersAkiva Goldberger-1/+23
2025-01-12net/mlx5: SHAMPO: Introduce new SHAMPO specific HCA capsSaeed Mahameed-1/+23
2025-01-12net/mlx5: Add support for MRTCQ registerJianbo Liu-1/+11
2025-01-12net/mlx5: Update mlx5_ifc to support FEC for 200G per lane link modesJianbo Liu-2/+18
2025-01-11Merge tag 'soc-fixes-6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-01-10net: hide the definition of dev_get_by_napi_id()Jakub Kicinski-1/+0