summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-12-09bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest1-0/+1
2020-12-05net: Remove the err argument from sock_from_fileFlorent Revest1-1/+1
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-2/+0
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski10-99/+312
2020-12-04bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko1-0/+1
2020-12-04bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko3-12/+34
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+24
2020-12-04Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+21
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal3-4/+4
2020-12-03net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steeringYevgeny Kliteynik1-1/+8
2020-12-03macvlan: Support for high multicast packet rateThomas Karlsson1-0/+1
2020-12-03bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin1-11/+0
2020-12-03bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin1-12/+0
2020-12-03bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin1-0/+34
2020-12-03mm: Convert page kmemcg type to a page memcg flagRoman Gushchin2-13/+35
2020-12-03mm: Introduce page memcg flagsRoman Gushchin1-12/+20
2020-12-03mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin1-0/+64
2020-12-03mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin3-35/+106
2020-12-03Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski4-17/+99
2020-12-03bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev1-6/+6
2020-12-02net: delete __dev_getfirstbyhwtypeVladimir Oltean1-1/+0
2020-12-02Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver1-24/+13
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel1-14/+21
2020-11-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+13
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-37/+91
2020-11-28Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+13
2020-11-28Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+1
2020-11-28Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+5
2020-11-27Merge tag 'omap-for-v5.10/fixes-rc5-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann1-0/+1
2020-11-27net/mlx5: Treat host PF vport as other (non eswitch manager) vportParav Pandit1-3/+2
2020-11-27net/mlx5: Rename peer_pf to host_pfParav Pandit1-1/+1
2020-11-27net/mlx5: Make API mlx5_core_is_ecpf accept const pointerParav Pandit1-1/+1
2020-11-27net/mlx5: Expose other function ifc bitsYishai Hadas1-2/+7
2020-11-27net/mlx5: Expose IP-in-IP TX and RX capability bitsAya Levin1-1/+4
2020-11-27net/mlx5: Update the hardware interface definition for vhca stateParav Pandit2-3/+21
2020-11-27net/mlx5: Avoid exposing driver internal command helpersParav Pandit1-4/+0
2020-11-27net/mlx5: Add ts_cqe_to_dest_cqn related bitsEran Ben Elisha1-2/+8
2020-11-27net/mlx5: Add misc4 to mlx5_ifc_fte_match_param_bitsMuhammad Sammar2-1/+25
2020-11-27net/mlx5: Add sampler destination typeChris Mi2-0/+2
2020-11-27net/mlx5: Add sample offload hardware bits and structuresChris Mi1-0/+29
2020-11-26mm: memcg: relayout structure mem_cgroup to avoid cache interferenceFeng Tang1-14/+14
2020-11-26lockdep: Introduce in_softirq lockdep assertYunsheng Lin1-0/+11
2020-11-26ima: Implement ima_inode_hashKP Singh1-0/+6
2020-11-25net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei1-15/+4
2020-11-25net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel1-1/+13
2020-11-24Merge tag 'rxrpc-next-20201123' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-0/+1
2020-11-24firmware: xilinx: Use hash-table for api feature checkAmit Sunil Dhamne1-4/+0
2020-11-24net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger1-0/+5
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski2-1/+2