summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: wan: framer: constify of_phandle_args in xlateKrzysztof Kozlowski2024-02-201-7/+7
* net: skbuff: add overflow debug check to pull/push helpersFlorian Westphal2024-02-201-0/+6
* net: reorganize "struct sock" fieldsEric Dumazet2024-02-201-47/+61
* net: add netmem to skb_frag_tMina Almasry2024-02-201-29/+71
* net: introduce abstraction for network memoryMina Almasry2024-02-201-0/+41
* net: page_pool: fix recycle stats for system page_pool allocatorLorenzo Bianconi2024-02-191-2/+3
* page_pool: disable direct recycling based on pool->cpuid on destroyAlexander Lobakin2024-02-191-5/+0
* net: sched: Annotate struct tc_pedit with __counted_byKees Cook2024-02-191-1/+1
* net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit2024-02-171-0/+2
* net: mdio: add helpers for accessing the EEE CAP2 registersHeiner Kallweit2024-02-171-0/+55
* Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks'Jakub Kicinski2024-02-151-0/+4
|\
| * genetlink: Add per family bind/unbind callbacksStanislaw Gruszka2024-02-151-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-1514-24/+80
|\ \
| * \ Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-153-13/+8
| |\ \
| | * | net-device: move lstats in net_device_read_txrxEric Dumazet2024-02-121-5/+5
| | * | tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx groupEric Dumazet2024-02-121-2/+2
| | * | tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet2024-02-121-1/+1
| | * | tls: fix race between async notify and socket closeJakub Kicinski2024-02-101-5/+0
| * | | Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-02-151-1/+4
| |\ \ \
| | * | | xen/gntalloc: Replace UAPI 1-element arrayKees Cook2024-02-131-1/+4
| | | |/ | | |/|
| * | | update workarounds for gcc "asm goto" issueLinus Torvalds2024-02-152-4/+12
| * | | Merge tag 'mips-fixes_6.8_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-141-0/+4
| |\ \ \
| | * | | ptrace: Introduce exception_ip arch hookJiaxun Yang2024-02-121-0/+4
| | |/ /
| * | | Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-121-3/+0
| |\ \ \ | | |/ / | |/| |
| | * | remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein2024-02-061-3/+0
| * | | Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-02-111-1/+3
| |\ \ \
| | * | | hrtimer: Report offline hrtimer enqueueFrederic Weisbecker2024-02-061-1/+3
| * | | | Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds2024-02-101-2/+5
| |\ \ \ \
| | * | | | blk-wbt: Fix detection of dirty-throttled tasksJan Kara2024-02-061-2/+5
| * | | | | Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2024-02-092-2/+3
| |\ \ \ \ \
| | * | | | | libceph: just wait for more data to be available on the socketXiubo Li2024-02-071-1/+1
| | * | | | | libceph: fail sparse-read if the data length doesn't matchXiubo Li2024-02-071-1/+2
| | | |/ / / | | |/| | |
| * | | | | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-092-2/+21
| * | | | | Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-02-091-0/+23
| |\ \ \ \ \
| | * | | | | cxl/cper: Fix errant CPER prints for CXL eventsIra Weiny2024-02-031-0/+23
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'drm-fixes-2024-02-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-02-091-0/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge tag 'drm-misc-fixes-2024-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2024-02-091-0/+1
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | accel/ivpu: Add job status for jobs aborted by the driverGrzegorz Trzebiatowski2024-02-061-0/+1
* | | | | | net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie2024-02-152-2/+4
* | | | | | net: mdio_bus: make mdio_bus_type constRicardo B. Marliere2024-02-151-1/+1
* | | | | | net: remove dev_base_lockEric Dumazet2024-02-141-2/+0
* | | | | | net: add netdev_set_operstate() helperEric Dumazet2024-02-142-1/+3
* | | | | | net: convert dev->reg_state to u8Eric Dumazet2024-02-141-9/+14
* | | | | | eventpoll: Add epoll ioctl for epoll_paramsJoe Damato2024-02-141-0/+13
* | | | | | Merge tag 'linux-can-next-for-6.9-20240213' of git://git.kernel.org/pub/scm/l...David S. Miller2024-02-143-2/+24
|\ \ \ \ \ \
| * | | | | | can: canxl: add virtual CAN network identifier supportOliver Hartkopp2024-02-132-2/+23
| * | | | | | can: isotp: support dynamic flow control parametersOliver Hartkopp2024-02-121-0/+1
* | | | | | | veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi2024-02-131-0/+2
* | | | | | | xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi2024-02-131-0/+2
* | | | | | | xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi2024-02-131-1/+1