summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* s390/bpf: Implement arch_prepare_bpf_trampoline()Ilya Leoshkevich2023-01-291-0/+4
* bpf: btf: Add BTF_FMODEL_SIGNED_ARG flagIlya Leoshkevich2023-01-282-5/+14
* bpf: Change BPF_MAX_TRAMP_LINKS to enumIlya Leoshkevich2023-01-281-1/+3
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-284-15/+83
|\
| * bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet2023-01-251-0/+1
| * bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet2023-01-251-1/+2
| * bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet2023-01-241-0/+4
| * bpf: Enable annotating trusted nested pointersDavid Vernet2023-01-241-0/+4
| * bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen2023-01-231-0/+14
| * bpf: XDP metadata RX kfuncsStanislav Fomichev2023-01-232-1/+24
| * bpf: Introduce device-bound XDP programsStanislav Fomichev2023-01-231-4/+20
| * bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev2023-01-231-4/+4
| * bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi2023-01-201-1/+4
| * livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei2023-01-191-2/+4
| * bpf: Replace 0-length arrays with flexible arraysKees Cook2023-01-101-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-273-14/+16
|\ \
| * \ Merge tag 'usb-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-01-211-8/+10
| |\ \
| | * | USB: fix misleading usb_set_intfdata() kernel docJohan Hovold2023-01-171-8/+7
| | * | usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman2023-01-171-0/+3
| * | | Merge tag 'soc-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2023-01-202-6/+6
| |\ \ \
| | * | | firmware: zynqmp: fix declarations for gcc-13Arnd Bergmann2023-01-201-4/+4
| | * | | Merge branch 'armsoc-build-fixes' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2023-01-101-2/+2
| | |\ \ \
| | | * | | ARM: omap1: fix !ARCH_OMAP1_ANY link failuresArnd Bergmann2023-01-101-2/+2
* | | | | | net: skbuff: drop the linux/hrtimer.h includeJakub Kicinski2023-01-271-1/+0
* | | | | | net: skbuff: drop the linux/splice.h includeJakub Kicinski2023-01-271-1/+0
* | | | | | net: skbuff: drop the linux/sched.h includeJakub Kicinski2023-01-271-1/+0
* | | | | | net: skbuff: drop the linux/sched/clock.h includeJakub Kicinski2023-01-271-1/+0
* | | | | | net: add missing includes of linux/sched/clock.hJakub Kicinski2023-01-271-0/+1
* | | | | | net: skbuff: drop the linux/textsearch.h includeJakub Kicinski2023-01-271-1/+1
* | | | | | net: skbuff: drop the linux/net.h includeJakub Kicinski2023-01-271-1/+0
* | | | | | net: add missing includes of linux/net.hJakub Kicinski2023-01-271-0/+1
* | | | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-01-261-72/+87
|\ \ \ \ \ \
| * | | | | | virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg2023-01-251-28/+37
| * | | | | | virtchnl: do structure hardeningJesse Brandeburg2023-01-251-16/+32
| * | | | | | virtchnl: update header and increase header clarityJesse Brandeburg2023-01-251-15/+18
| * | | | | | virtchnl: remove unused structure declarationJesse Brandeburg2023-01-251-13/+0
* | | | | | | xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-261-1/+1
* | | | | | | xfrm: extend add policy callback to set failure reasonLeon Romanovsky2023-01-261-1/+1
* | | | | | | net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...Vladimir Oltean2023-01-262-11/+42
|/ / / / / /
* | | | | | net/smc: De-tangle ism and smc device initializationStefan Raspl2023-01-251-1/+0
* | | | | | s390/ism: Consolidate SMC-D-related codeStefan Raspl2023-01-251-0/+2
* | | | | | net/smc: Separate SMC-D and ISM APIsStefan Raspl2023-01-251-0/+7
* | | | | | net/ism: Add new API for client registrationStefan Raspl2023-01-251-0/+67
* | | | | | s390/ism: Introduce struct ism_dmbStefan Raspl2023-01-251-0/+23
* | | | | | netlink: fix spelling mistake in dump size assertJakub Kicinski2023-01-241-1/+1
* | | | | | Merge tag 'wireless-next-2023-01-23' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-01-232-1/+26
|\ \ \ \ \ \
| * | | | | | bitfield: add FIELD_PREP_CONST()Johannes Berg2023-01-191-0/+26
| * | | | | | Merge wireless into wireless-nextKalle Valo2023-01-17248-2461/+4796
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'mt76-for-kvalo-2022-12-09' of https://github.com/nbd168/wirelessKalle Valo2022-12-211-1/+0
| |\ \ \ \ \ \ \
| | * | | | | | | wifi: mt76: mt7915: get rid of wed rx_buf_ring page_frag_cacheLorenzo Bianconi2022-12-091-1/+0