aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctlsTom Parkin2020-12-101-0/+2
* can: isotp: add SF_BROADCAST support for functional addressingOliver Hartkopp2020-12-101-1/+1
* mptcp: add port support for ADD_ADDR suboption writingGeliang Tang2020-12-091-0/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-12-083-8/+75
|\
| * Bluetooth: Change MGMT security info CMD to be more genericDaniel Winkler2020-12-071-5/+10
| * Bluetooth: Query LE tx power on startupDaniel Winkler2020-12-072-0/+9
| * Bluetooth: Use intervals and tx power from mgmt cmdsDaniel Winkler2020-12-071-1/+4
| * Bluetooth: Break add adv into two mgmt commandsDaniel Winkler2020-12-072-0/+36
| * Bluetooth: Add helper to set adv dataDaniel Winkler2020-12-071-0/+3
| * Bluetooth: Add toggle to switch off interleave scanHoward Chung2020-12-071-0/+1
| * Bluetooth: Interleave with allowlist scanHoward Chung2020-12-071-0/+10
| * Bluetooth: fix typo in struct nameReo Shiseki2020-12-071-2/+2
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2020-12-075-19/+274
|\ \
| * | net/mlx5: Simplify eswitch mode checkLeon Romanovsky2020-12-061-2/+6
| * | net/mlx5: Delete custom device management logicLeon Romanovsky2020-12-061-22/+0
| * | net/mlx5: Register mlx5 devices to auxiliary virtual busLeon Romanovsky2020-12-041-3/+23
| * | vdpa/mlx5: Make hardware definitions visible to all mlx5 devicesLeon Romanovsky2020-12-041-0/+166
| * | net/mlx5_core: Clean driver version and nameLeon Romanovsky2020-12-041-0/+2
| * | Merge tag 'auxbus-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...Leon Romanovsky2020-12-042-0/+85
| |\ \
| | * | driver core: auxiliary bus: minor coding style tweaksGreg Kroah-Hartman2020-12-041-3/+3
| | * | driver core: auxiliary bus: make remove function return voidGreg Kroah-Hartman2020-12-041-1/+1
| | * | driver core: auxiliary bus: move slab.h from include fileGreg Kroah-Hartman2020-12-041-1/+0
| | * | Add auxiliary bus supportDave Ertman2020-12-042-0/+86
* | | | net/mlx4: Remove unused #define MAX_MSIX_P_PORTTariq Toukan2020-12-071-1/+0
* | | | Merge tag 'batadv-next-pullrequest-20201204' of git://git.open-mesh.org/linux...Jakub Kicinski2020-12-051-0/+26
|\ \ \ \
| * | | | batman-adv: Allow selection of routing algorithm over rtnetlinkSven Eckelmann2020-12-041-0/+6
| * | | | batman-adv: Prepare infrastructure for newlink settingsSven Eckelmann2020-12-041-0/+20
| | |/ / | |/| |
* | | | net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon2020-12-041-0/+34
* | | | net-zerocopy: Defer vm zap unless actually needed.Arjun Roy2020-12-041-0/+2
* | | | net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy2020-12-041-0/+2
* | | | seg6: add support for the SRv6 End.DT4 behaviorAndrea Mayer2020-12-041-0/+1
* | | | Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-12-041-2/+0
|\ \ \ \
| * | | | bus: mhi: Remove auto-start optionLoic Poulain2020-11-181-2/+0
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-0418-106/+399
|\ \ \ \ \
| * | | | | bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-032-1/+7
| * | | | | bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-033-12/+34
| * | | | | bpf: Adds support for setting window clampPrankur gupta2020-12-031-0/+1
| * | | | | bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin2020-12-021-11/+0
| * | | | | bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin2020-12-021-12/+0
| * | | | | bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-0/+34
| * | | | | mm: Convert page kmemcg type to a page memcg flagRoman Gushchin2020-12-022-13/+35
| * | | | | mm: Introduce page memcg flagsRoman Gushchin2020-12-021-12/+20
| * | | | | mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin2020-12-021-0/+64
| * | | | | mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-024-36/+107
| * | | | | bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-021-6/+6
| * | | | | net, xdp, xsk: fix __sk_mark_napi_id_once napi_id errorDaniel Borkmann2020-12-011-3/+7
| * | | | | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-012-5/+17
| * | | | | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-013-2/+8
| * | | | | net: Introduce preferred busy-pollingBjörn Töpel2020-12-014-16/+30
| * | | | | bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh2020-11-261-0/+11