summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-04-03net: phy: smsc: add support for edpd tunableHeiner Kallweit1-0/+4
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean1-1/+8
2023-04-03net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use itVladimir Oltean1-0/+33
2023-04-02net: minor reshuffle of napi_structJakub Kicinski1-2/+3
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-18/+79
2023-03-31Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-3/+4
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet1-0/+1
2023-03-29vsock: support sockmapBobby Eshleman1-0/+1
2023-03-29Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-2/+8
2023-03-29Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski5-11/+464
2023-03-28atomics: Provide rcuref - scalable reference countingThomas Gleixner2-0/+161
2023-03-28atomics: Provide atomic_add_negative() variantsThomas Gleixner3-11/+303
2023-03-28ethtool: Add support for configuring tx_push_buf_lenShay Agroskin1-4/+10
2023-03-28netlink: Add a macro to set policy message with format stringShay Agroskin1-0/+22
2023-03-28net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet1-11/+5
2023-03-27net: phy: constify fwnode_get_phy_node() fwnode argumentRussell King (Oracle)1-1/+1
2023-03-27net: sfp: make sfp_bus_find_fwnode() take a const fwnodeRussell King (Oracle)1-2/+3
2023-03-26Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+3
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-6/+54
2023-03-25net/mlx5: Provide external API for allocating vectorsEli Cohen1-0/+6
2023-03-25lib: cpu_rmap: Add irq_cpu_rmap_remove to complement irq_cpu_rmap_addEli Cohen1-0/+1
2023-03-25lib: cpu_rmap: Use allocator for rmap entriesEli Cohen1-2/+1
2023-03-25Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linuxLinus Torvalds2-7/+9
2023-03-24Merge tag 'thermal-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-5/+41
2023-03-24Merge tag 'efi-fixes-for-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+8
2023-03-24Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-5/+28
2023-03-24docs: networking: document NAPIJakub Kicinski1-5/+8
2023-03-23net: phylink: remove an_enabledRussell King (Oracle)1-2/+0
2023-03-23netdev: Enforce index cap in netdev_get_tx_queueNick Child1-0/+1
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki1-0/+1
2023-03-22nvme-tcp: fix nvme_tcp_term_pdu to match specCaleb Sander1-2/+3
2023-03-22net: remove rcu_dereference_bh_rtnl()Eric Dumazet1-10/+0
2023-03-21entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf2-0/+3
2023-03-21net: pcs: add driver for MediaTek SGMII PCSDaniel Golle1-0/+13
2023-03-21block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-5/+6
2023-03-20Merge tag 'nfs-for-6.3-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2023-03-20net: phy: smsc: export functions for use by meson-gxl PHY driverHeiner Kallweit1-0/+6
2023-03-19Merge tag 'char-misc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+12
2023-03-19pcpcntr: remove percpu_counter_sum_all()Dave Chinner1-6/+0
2023-03-19cpumask: introduce for_each_cpu_orDave Chinner2-0/+54
2023-03-19net: stmmac: Fix for mismatched host/device DMA address widthJochen Henneberg1-1/+1
2023-03-19net: mdio: fix owner field for mdio buses registered using ACPIFlorian Fainelli1-1/+8
2023-03-19net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon1-3/+19
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-4/+6
2023-03-18dccp: preserve const qualifier in dccp_sk()Eric Dumazet1-4/+2
2023-03-18ipv6: raw: preserve const qualifier in raw6_sk()Eric Dumazet1-4/+1
2023-03-18udp: preserve const qualifier in udp_sk()Eric Dumazet1-4/+1
2023-03-18efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede1-2/+7
2023-03-18net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offloadGavin Li2-2/+17