summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-0/+3
|\
| * sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-151-3/+3
| * sched: Provide sched_set_fifo()Peter Zijlstra2020-06-151-0/+3
* | Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2020-08-061-2/+2
|\ \
| * | ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks2020-07-201-2/+2
* | | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-061-0/+4
|\ \ \
| * | | of_address: Add bus type match for pci ranges parserJiaxun Yang2020-07-281-0/+4
* | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-062-16/+8
|\ \ \ \
| * | | | hyperv: hyperv.h: drop a duplicated wordRandy Dunlap2020-07-231-1/+1
| * | | | Drivers: hv: vmbus: Remove the lock field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-201-6/+0
| * | | | Drivers: hv: vmbus: Remove the numa_node field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-191-1/+0
| * | | | Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-191-8/+7
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-06176-1564/+3748
|\ \ \ \
| * | | | ipv6: add ipv6_dev_find()Xin Long2020-08-051-0/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-042-0/+14
| |\ \ \ \
| | * | | | netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan2020-08-031-0/+12
| | * | | | netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal2020-07-311-0/+2
| * | | | | tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2020-08-042-10/+2
| * | | | | ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio2020-08-041-0/+5
| * | | | | Merge tag 'wireless-drivers-next-2020-08-04' of git://git.kernel.org/pub/scm/...David S. Miller2020-08-041-0/+3
| |\ \ \ \ \
| | * | | | | wilc1000: Move wilc1000 SDIO ID's from driver source to common header fileAjay Singh2020-08-021-0/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-047-52/+148
| |\ \ \ \ \ \
| | * | | | | | bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-022-0/+6
| | * | | | | | bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko2020-07-281-1/+1
| | * | | | | | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-262-10/+0
| | * | | | | | bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-261-0/+3
| | * | | | | | bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-262-1/+10
| | * | | | | | bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-261-2/+15
| | * | | | | | bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko2020-07-261-26/+55
| | * | | | | | bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu2020-07-261-4/+8
| | * | | | | | bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu2020-07-261-1/+2
| | * | | | | | bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu2020-07-261-0/+2
| | * | | | | | bpf: Implement bpf iterator for map elementsYonghong Song2020-07-262-0/+23
| | * | | | | | bpf: Support readonly/readwrite buffers in verifierYonghong Song2020-07-261-0/+6
| | * | | | | | bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-262-2/+8
| | * | | | | | bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-261-7/+10
| | * | | | | | bpf: Add bpf_prog iteratorAlexei Starovoitov2020-07-261-0/+1
| * | | | | | | Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-08-041-0/+5
| |\ \ \ \ \ \ \
| | * | | | | | | udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski2020-08-031-0/+5
| * | | | | | | | net: dsa: loop: Wire-up MTU callbacksFlorian Fainelli2020-08-041-0/+1
| * | | | | | | | net: dsa: loop: Move data structures to headerFlorian Fainelli2020-08-041-0/+40
| * | | | | | | | devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel2020-08-041-2/+4
| * | | | | | | | devlink: Add early_drop trapAmit Cohen2020-08-041-0/+3
| * | | | | | | | Merge tag 'mac80211-next-for-davem-2020-08-03' of git://git.kernel.org/pub/sc...David S. Miller2020-08-041-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mac80211: Handle special status codes in SAE commitJouni Malinen2020-08-031-0/+2
| | |/ / / / / / /
| * | | | | | | | seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi headerIoana-Ruxandra Stăncioi2020-08-041-21/+0
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-08-042-1/+30
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-291-1/+1
| | * | | | | | | | ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim2020-07-221-0/+29
| * | | | | | | | | net: openvswitch: make masks cache size configurableEelco Chaudron2020-08-041-0/+1