summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-2311-356/+29
|\
| * Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-231-0/+5
| |\
| | * sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-231-0/+5
| * | Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2022-06-211-0/+3
| |\ \
| | * | certs: Move load_certificate_list() to be with the asymmetric keys codeDavid Howells2022-06-211-0/+3
| * | | Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-191-0/+6
| |\ \ \
| | * | | x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usageJosh Poimboeuf2022-06-061-0/+6
| * | | | Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-171-0/+5
| |\ \ \ \
| | * \ \ \ Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-171-0/+5
| | |\ \ \ \
| | | * | | | printk: Wait for the global console lock when the system is going downPetr Mladek2022-06-151-0/+5
| * | | | | | Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-171-2/+2
| |\ \ \ \ \ \
| | * | | | | | blk-mq: avoid to touch q->elevator without any protectionMing Lei2022-06-161-2/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'io_uring-5.19-2022-06-16' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-171-6/+0
| |\ \ \ \ \ \
| | * | | | | | io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOTPavel Begunkov2022-06-141-6/+0
| | |/ / / / /
| * | | | | | Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-171-0/+2
| |\ \ \ \ \ \
| | * | | | | | init: Initialize noop_backing_dev_info earlyJan Kara2022-06-161-0/+2
| | |/ / / / /
| * | | | | | Merge tag 'staging-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-171-344/+0
| |\ \ \ \ \ \
| | * | | | | | staging: Also remove the Unisys visorbus.hPeter Robinson2022-06-101-344/+0
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'tty-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-171-0/+1
| |\ \ \ \ \ \
| | * | | | | | serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi2022-06-101-0/+1
| | |/ / / / /
| * | | | | | Merge tag 'drm-fixes-2022-06-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-06-172-4/+5
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge tag 'drm-misc-fixes-2022-06-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-06-172-4/+5
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | drm/ttm: fix bulk move handling v2Christian König2022-06-141-4/+4
| | | * | | | drm/atomic: fix warning of unused variableGONG, Ruiqi2022-06-091-0/+1
| | | |/ / /
* | | | | | af_unix: Remove unix_table_locks.Kuniyuki Iwashima2022-06-221-1/+0
* | | | | | af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima2022-06-221-1/+0
* | | | | | af_unix: Define a per-netns hash table.Kuniyuki Iwashima2022-06-222-0/+8
* | | | | | af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima2022-06-221-3/+4
* | | | | | raw: complete rcu conversionEric Dumazet2022-06-211-2/+2
* | | | | | net: warn if mac header was not setEric Dumazet2022-06-211-5/+7
* | | | | | net: mii: add mii_bmcr_encode_fixed()Russell King (Oracle)2022-06-191-0/+35
* | | | | | raw: convert raw sockets to RCUEric Dumazet2022-06-192-1/+11
* | | | | | raw: use more conventional iteratorsEric Dumazet2022-06-192-6/+5
* | | | | | net: dsa: felix: update base time of time-aware shaper when adjusting PTP timeXiaoliang Yang2022-06-191-0/+7
* | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-188-45/+231
|\ \ \ \ \ \
| * | | | | | bpf: Fix non-static bpf_func_proto struct definitionsJoanne Koong2022-06-171-3/+0
| * | | | | | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-172-0/+79
| * | | | | | bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy2022-06-171-0/+13
| * | | | | | bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookieMaxim Mikityanskiy2022-06-171-4/+6
| * | | | | | bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov2022-06-171-0/+52
| * | | | | | bpf: move bpf_prog to bpf.hDelyan Kratunov2022-06-172-34/+36
| * | | | | | bpf: Fix spelling in bpf_verifier.hHongyi Lu2022-06-141-1/+1
| * | | | | | bpf: Add btf enum64 supportYonghong Song2022-06-072-3/+42
| * | | | | | bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen2022-06-032-0/+2
* | | | | | | net: pcs: xpcs: add CL37 1000BASE-X AN supportOng Boon Leong2022-06-171-0/+1
* | | | | | | net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105Ong Boon Leong2022-06-171-1/+1
* | | | | | | linux/phy.h: add phydev_err_probe() wrapper for dev_err_probe()Rasmus Villemoes2022-06-171-0/+3
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-1715-118/+103
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-163-84/+1
| |\ \ \ \ \ \
| | * | | | | | Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-163-84/+1