aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05icmp: add helpers to recognize ICMP error packetsMatteo Croce2-0/+29
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn3-4/+10
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-25/+22
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller20-89/+166
2019-11-02uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann1-0/+4
2019-11-02uaccess: Add non-pagefault user-space write functionDaniel Borkmann1-0/+12
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-60/+85
2019-11-01Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+5
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel1-25/+0
2019-11-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-01Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+17
2019-10-31bus: fsl-mc: add the fsl_mc_get_endpoint functionIoana Ciornei1-0/+2
2019-10-31net: increase SOMAXCONN to 4096Eric Dumazet1-1/+1
2019-10-31firmware: broadcom: add OP-TEE based BNXT f/w managerVikas Gupta1-0/+14
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2-0/+6
2019-10-31efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMINJavier Martinez Canillas1-0/+1
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song1-2/+16
2019-10-31Merge tag 'dmaengine-fix-5.4-rc6' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+3
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust1-0/+5
2019-10-29net/mlx5: Fix flow counter list auto bits structRoi Dayan1-2/+1
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo1-0/+23
2019-10-28net: add skb_queue_empty_lockless()Eric Dumazet1-9/+24
2019-10-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2019-10-28perf/headers: Fix spelling s/EACCESS/EACCES/, s/privilidge/privilege/Geert Uytterhoeven1-1/+1
2019-10-28vsock/virtio: remove unused 'work' field from 'struct virtio_vsock_pkt'Stefano Garzarella1-1/+0
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-8/+92
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+0
2019-10-26Merge tag 'driver-core-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-215/+39
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron1-1/+1
2019-10-25Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-9/+5
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2-0/+36
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo3-24/+0
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo1-0/+10
2019-10-24team: fix nested locking lockdep warningTaehee Yoo1-0/+1
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-22/+13
2019-10-24net: core: limit nested device depthTaehee Yoo1-0/+4
2019-10-23net: phy: broadcom: add 1000Base-X support for BCM54616STao Ren1-2/+8
2019-10-23net: phy: add support for clause 37 auto-negotiationHeiner Kallweit1-0/+4
2019-10-23net/flow_dissector: switch to siphashEric Dumazet1-1/+2
2019-10-22dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann1-0/+6
2019-10-22bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann1-1/+0
2019-10-21PM: QoS: Drop frequency QoS types from device PM QoSRafael J. Wysocki1-12/+0
2019-10-21cpufreq: Use per-policy frequency QoSRafael J. Wysocki1-2/+5
2019-10-21PM: QoS: Introduce frequency QoSRafael J. Wysocki1-0/+44
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller19-26/+126
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-6/+7
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich1-9/+5
2019-10-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2019-10-17net: phy: micrel: Update KSZ87xx PHY nameMarek Vasut1-1/+1