summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-1310-12/+27
|\
| * net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-121-1/+1
| * net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov2021-08-101-2/+5
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-08-102-3/+4
| |\
| | * bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song2021-08-101-2/+2
| | * bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-101-0/+1
| | * bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann2021-08-091-1/+1
| * | Merge tag 'mlx5-fixes-2021-08-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-08-101-2/+1
| |\ \
| | * | net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-101-2/+1
| | |/
| * / psample: Add a fwd declaration for skbuffRoi Dayan2021-08-101-0/+2
| |/
| * once: Fix panic when module unloadKefeng Wang2021-08-081-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-08-063-2/+12
| |\
| | * netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal2021-08-061-2/+0
| | * netfilter: nfnetlink_hook: missing chain familyPablo Neira Ayuso2021-08-061-0/+9
| | * netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-08-041-0/+3
* | | vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor2021-08-111-0/+1
* | | Merge tag 'tty-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-08-081-0/+24
|\ \ \
| * | | serial: 8250: fix handle_irq lockingJohan Hovold2021-07-211-0/+24
* | | | Merge tag 'usb-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-08-081-0/+1
|\ \ \ \
| * | | | usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko2021-07-271-0/+1
* | | | | Merge tag 'soc-fixes-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-061-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'tee-kexec-fixes-for-v5.14' of git://git.linaro.org:/people/jens.wi...Arnd Bergmann2021-08-021-0/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg2021-07-211-0/+1
| | * | | tee: add tee_shm_alloc_kernel_buf()Jens Wiklander2021-07-211-0/+1
| | | |/ | | |/|
* | | | Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-055-3/+13
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-08-041-0/+1
| |\ \ \ \
| | * | | | xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-07-021-0/+1
| * | | | | net: ipv6: fix returned variable type in ip6_skb_dst_mtuAntoine Tenart2021-08-031-1/+1
| * | | | | net: sched: provide missing kdoc for tcf_pkt_info and tcf_ematch_opsBijie Xu2021-08-031-0/+4
| * | | | | net: flow_offload: correct comments mismatch with codeBijie Xu2021-08-031-1/+1
| * | | | | net: really fix the build...David S. Miller2021-08-031-1/+6
| * | | | | Revert "mhi: Fix networking tree build."Jakub Kicinski2021-08-021-6/+1
| * | | | | mhi: Fix networking tree build.David S. Miller2021-08-021-1/+6
| | |/ / / | |/| | |
* / | | | Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-051-0/+1
|/ / / /
* | | | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-316-30/+79
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-294-20/+53
| |\ \ \ \
| | * | | | bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-07-291-1/+1
| | * | | | bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+15
| | * | | | bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend2021-07-271-19/+35
| | * | | | bpf: Fix OOB read when printing XDP link fdinfoLorenz Bauer2021-07-201-0/+1
| | * | | | bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-07-161-0/+1
| * | | | | net: llc: fix skb_over_panicPavel Skripkin2021-07-271-8/+23
| * | | | | sctp: send pmtu probe only if packet loss in Search Complete stateXin Long2021-07-261-0/+1
| * | | | | sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-261-2/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-07-301-0/+2
|\ \ \ \ \ \
| * | | | | | HID: intel-ish-hid: use async resume functionYe Xiang2021-07-151-0/+2
* | | | | | | dmaengine: idxd: Change license on idxd.h to LGPLTony Luck2021-07-281-1/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | RDMA/irdma: Make spdxcheck.py happyLukas Bulwahn2021-07-121-1/+1
* | | | | | | | Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-271-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |