summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-22/+103
2019-12-26net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran1-0/+63
2019-12-26net: Introduce a new MII time stamping interface.Richard Cochran2-31/+68
2019-12-26net: phy: Introduce helper functions for time stamping support.Richard Cochran1-0/+60
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller27-58/+115
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds7-8/+54
2019-12-21Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/...David S. Miller1-0/+2
2019-12-21net: phy: ensure that phy IDs are correctly typedRussell King1-1/+1
2019-12-21mod_devicetable: fix PHY module formatRussell King1-2/+2
2019-12-20bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov1-1/+3
2019-12-20xdp: Remove map_to_flush and map swap detectionBjörn Töpel1-1/+0
2019-12-20xdp: Make cpumap flush_list common for all map instancesBjörn Töpel1-2/+2
2019-12-20xdp: Make devmap flush_list common for all map instancesBjörn Töpel1-2/+2
2019-12-20of: mdio: export of_mdiobus_child_is_phyAntoine Tenart1-0/+6
2019-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-4/+6
2019-12-19net: phy: provide and use genphy_read_status_fixed()Russell King1-0/+1
2019-12-19net: phy: add genphy_check_and_restart_aneg()Russell King1-0/+1
2019-12-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+12
2019-12-19Merge tag 'pm-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-11/+3
2019-12-19Merge branch 'pm-cpufreq'Rafael J. Wysocki2-11/+3
2019-12-19Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds1-0/+1
2019-12-19net: sch_ets: Make the ETS qdisc offloadablePetr Machata1-0/+1
2019-12-18net: stmmac: Add basic EST support for GMAC5+Jose Abreu1-0/+13
2019-12-18brcmfmac: add support for BCM4359 SDIO chipsetSoeren Moch1-0/+2
2019-12-18net: fix kernel-doc warning in <linux/netdevice.h>Randy Dunlap1-1/+1
2019-12-18mm/memory.c: add apply_to_existing_page_range() helperDaniel Axtens1-0/+3
2019-12-18kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin1-6/+9
2019-12-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+5
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann1-4/+4
2019-12-17security: keys: trusted: fix lost handle flushJames Bottomley1-0/+1
2019-12-17Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-0/+1
2019-12-17ptp_qoriq: export extts_clean_up() functionYangbo Lu1-0/+1
2019-12-16bpf: Fix missing prog untrack in release_mapsDaniel Borkmann1-0/+2
2019-12-16jbd2: fix kernel-doc notation warningRandy Dunlap1-1/+1
2019-12-15Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+4
2019-12-14tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet1-0/+37
2019-12-14Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2019-12-14Merge tag 'pm-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+10
2019-12-14Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2019-12-14Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-8/+8
2019-12-14bpf, x86: Align dispatcher branch targets to 16BBjörn Töpel1-1/+1
2019-12-14bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2-16/+39
2019-12-14bpf: Introduce BPF dispatcherBjörn Töpel1-0/+56
2019-12-14bpf: Move trampoline JIT image allocation to a functionBjörn Töpel1-0/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2-3/+4
2019-12-13net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]Kirill Tkhai1-0/+1
2019-12-12fs: remove ksys_dup()Dominik Brodowski1-1/+0
2019-12-12init: unify opening /dev/console as stdin/stdout/stderrDominik Brodowski1-0/+2
2019-12-12cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2-11/+3