summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ...Stephen Boyd2019-03-0821-74/+172
|\ \ \ \ \
| | | | | * clk: imx: imx7ulp: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-241-8/+8
| | | | * | clk: socfpga: Don't have get_parent for single parent opsStephen Boyd2019-01-241-9/+13
| | | * | | clk: clps711x: Remove board supportAlexander Shiyan2019-01-091-50/+11
| | | | |/ | | | |/|
| | * / | clk: Add Fixed MMIO clock driverJan Kotas2019-01-093-0/+108
| | |/ /
| * | | clk: dove: fix refcount leak in dove_clk_init()Yangtao Li2018-12-281-2/+6
| * | | clk: mv98dx3236: fix refcount leak in mv98dx3236_clk_init()Yangtao Li2018-12-281-1/+3
| * | | clk: armada-xp: fix refcount leak in axp_clk_init()Yangtao Li2018-12-281-1/+3
| * | | clk: kirkwood: fix refcount leak in kirkwood_clk_init()Yangtao Li2018-12-281-0/+2
| * | | clk: armada-370: fix refcount leak in a370_clk_init()Yangtao Li2018-12-281-1/+3
| * | | clk: vf610: fix refcount leak in vf610_clocks_init()Yangtao Li2018-12-281-0/+1
| * | | clk: imx7d: fix refcount leak in imx7d_clocks_init()Yangtao Li2018-12-281-0/+1
| * | | clk: imx6sx: fix refcount leak in imx6sx_clocks_init()Yangtao Li2018-12-281-0/+1
| * | | clk: imx6q: fix refcount leak in imx6q_clocks_init()Yangtao Li2018-12-281-0/+1
| * | | clk: samsung: exynos4: fix refcount leak in exynos4_get_xom()Yangtao Li2018-12-281-0/+1
| * | | clk: socfpga: fix refcount leakYangtao Li2018-12-282-0/+2
| * | | clk: ti: fix refcount leak in ti_dt_clocks_register()Yangtao Li2018-12-281-2/+6
| * | | clk: qoriq: fix refcount leak in clockgen_init()Yangtao Li2018-12-281-0/+1
| * | | clk: highbank: fix refcount leak in hb_clk_init()Yangtao Li2018-12-281-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-2424-208/+250
|\ \ \ \
| * | | | net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij2019-02-241-0/+7
| * | | | net: set static variable an initial value in atl2_probe()Mao Wenan2019-02-231-3/+1
| * | | | net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10GMaxime Chevallier2019-02-231-1/+5
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-231-11/+6
| |\ \ \ \
| | * | | | nfp: bpf: fix ALU32 high bits clearance bugJiong Wang2019-02-231-11/+6
| | * | | | nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang2019-02-231-1/+1
| * | | | | mdio_bus: Fix use-after-free on device_register failsYueHaibing2019-02-231-1/+0
| * | | | | bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2019-02-232-2/+2
| * | | | | bnxt_en: Fix typo in firmware message timeout logic.Michael Chan2019-02-231-1/+1
| * | | | | Merge tag 'mac80211-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-02-221-1/+1
| |\ \ \ \ \
| | * | | | | mac80211_hwsim: propagate genlmsg_reply return codeLi RongQing2019-02-221-1/+1
| * | | | | | net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev2019-02-221-102/+12
| * | | | | | net: thunderx: move link state polling function to VFVadim Lomovtsev2019-02-223-19/+74
| * | | | | | net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev2019-02-222-3/+12
| * | | | | | net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev2019-02-223-9/+7
| * | | | | | net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev2019-02-221-4/+8
| * | | | | | net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2019-02-222-4/+13
| * | | | | | net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv...Vadim Lomovtsev2019-02-222-15/+19
| * | | | | | net: thunderx: correct typo in macro nameVadim Lomovtsev2019-02-222-2/+2
| * | | | | | team: use operstate consistently for linkupGeorge Wilkie2019-02-221-2/+2
| * | | | | | r8152: Fix an error on RTL8153-BD MAC Address Passthrough supportDavid Chen2019-02-221-1/+1
| * | | | | | ipvlan: disallow userns cap_net_admin to change global mode/flagsDaniel Borkmann2019-02-221-0/+4
| |/ / / / /
| * | | | | bonding: fix PACKET_ORIGDEV regressionMichal Soltys2019-02-211-21/+14
| * | | | | net: vrf: remove MTU limits for vrf deviceHangbin Liu2019-02-211-0/+3
| * | | | | ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski2019-02-211-1/+2
| * | | | | i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel2019-02-212-3/+15
| * | | | | ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-212-3/+21
| * | | | | i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-212-1/+17
| * | | | | ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher2019-02-211-2/+5
| * | | | | net: marvell: mvneta: fix DMA debug warningRussell King2019-02-211-1/+1