aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-09net: phy: Add support for asking the PHY its abilitiesAndrew Lunn1-0/+6
2019-02-08qed: Add API for SmartAN query.Sudarsana Reddy Kalluru1-0/+1
2019-02-08lib: objagg: add root count to statsJiri Pirko1-0/+1
2019-02-08lib: objagg: implement optimization hints assembly and use hints for object creationJiri Pirko1-2/+18
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-27/+55
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+27
2019-02-07net: phy: let genphy_c45_read_link manage the devices to checkHeiner Kallweit1-1/+1
2019-02-07net: fixed-phy: Add fixed_phy_register_with_gpiod() APIMoritz Fischer1-0/+15
2019-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-5/+4
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli1-0/+9
2019-02-06ethtool: add ethtool_rx_flow_spec to flow_rule structure translatorPablo Neira Ayuso1-0/+15
2019-02-06net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko1-23/+111
2019-02-06Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-8/+3
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij1-6/+2
2019-02-03netdevice.h: Add __cold to netdev_<level> logging functionsJoe Perches1-8/+8
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli1-1/+7
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani1-0/+8
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani1-0/+18
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani1-3/+3
2019-02-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2019-02-02Merge tag 'for-linus-20190202' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2019-02-02x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner1-1/+1
2019-02-01mm/hotplug: invalid PFNs from pfn_to_online_page()Qian Cai1-8/+10
2019-02-01oom, oom_reaper: do not enqueue same task twiceTetsuo Handa1-0/+1
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+18
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov1-0/+2
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov3-3/+36
2019-02-01Merge tag 'pm-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov1-3/+18
2019-01-31ide: ensure atapi sense request aren't preemptedJens Axboe1-0/+2
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks1-1/+1
2019-01-31bpf: fix missing prototype warningsValdis Kletnieks1-1/+3
2019-01-31bpf: BPF_PROG_TYPE_CGROUP_{SKB, SOCK, SOCK_ADDR} require cgroups enabledStanislav Fomichev1-0/+2
2019-01-30net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu1-0/+1
2019-01-30ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-0/+8
2019-01-30PM-runtime: Fix deadlock with ktime_get()Vincent Guittot1-1/+1
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long1-3/+4
2019-01-30fs: Don't need to put list_lru into its own cachelineWaiman Long1-4/+5
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-2/+0
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+6
2019-01-29HID: debug: fix the ring buffer implementationVladis Dronov1-5/+4
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-0/+42
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-19/+4
2019-01-29bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev1-0/+3
2019-01-29net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev1-0/+5
2019-01-28qede: Error recovery processTomer Tayar1-4/+6
2019-01-28qed: Add infrastructure for error detection and recoveryTomer Tayar1-0/+20
2019-01-28netfilter: ipv4: remove useless export_symbolFlorian Westphal1-6/+0
2019-01-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5