summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes2019-12-091-3/+26
* soc: fsl: qe: remove pointless sysfs registration in qe_ic.cRasmus Villemoes2019-12-091-31/+0
* soc: fsl: qe: drop assign-only high_active in qe_ic_initRasmus Villemoes2019-12-091-4/+2
* soc: fsl: qe: drop unneeded #includesRasmus Villemoes2019-12-092-7/+0
* soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32Rasmus Villemoes2019-12-091-1/+9
* soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomicRasmus Villemoes2019-12-091-6/+7
* soc: fsl: qe: avoid ppc-specific io accessorsRasmus Villemoes2019-12-099-123/+129
* soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpersRasmus Villemoes2019-12-092-7/+7
* soc: fsl: qe: drop volatile qualifier of struct qe_ic::regsRasmus Villemoes2019-12-092-3/+3
* soc: fsl: qe: remove space-before-tabRasmus Villemoes2019-12-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-0841-305/+448
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
| * net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko2019-12-071-48/+71
| * net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
| * pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
| * Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-12-0610-75/+143
| |\
| | * net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tagParav Pandit2019-12-052-38/+93
| | * net/mlx5e: ethtool, Fix analysis of speed settingAya Levin2019-12-051-10/+3
| | * net/mlx5e: Fix translation of link mode into speedAya Levin2019-12-051-0/+1
| | * net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan2019-12-051-2/+5
| | * net/mlx5e: Fix freeing flow with kfree() and not kvfree()Roi Dayan2019-12-051-1/+1
| | * net/mlx5e: Fix SFF 8472 eeprom lengthEran Ben Elisha2019-12-051-1/+1
| | * net/mlx5e: Query global pause state before setting prio2bufferHuy Nguyen2019-12-051-2/+25
| | * net/mlx5e: Fix TXQ indices to be sequentialEran Ben Elisha2019-12-054-22/+15
| * | lpc_eth: kernel BUG on removeBruno Carneiro da Cunha2019-12-061-2/+0
| * | phy: mdio-thunder: add missed pci_release_regions in removeChuhong Yuan2019-12-061-0/+1
| * | net: stmmac: reset Tx desc base address before restarting TxJongsung Kim2019-12-061-0/+2
| * | enetc: disable EEE autoneg by defaultYangbo Lu2019-12-061-0/+5
| * | ppp: fix out-of-bounds access in bpf_prog_create()Eric Biggers2019-12-051-2/+3
| * | net: hns3: fix VF ID issue for setting VF VLANJian Shen2019-12-051-12/+6
| * | net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()Yunsheng Lin2019-12-051-13/+6
| * | net: hns3: fix for TX queue not restarted problemYunsheng Lin2019-12-051-12/+21
| * | net: ethernet: ti: cpsw_switchdev: fix unmet direct dependencies detected for...Grygorii Strashko2019-12-051-1/+1
| * | s390/qeth: fix dangling IO buffers after halt/clearJulian Wiedmann2019-12-055-46/+67
| * | s390/qeth: ensure linear access to packet headersJulian Wiedmann2019-12-051-33/+31
| * | s390/qeth: guard against runt packetsJulian Wiedmann2019-12-053-6/+23
| |/
| * net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab2019-12-051-1/+1
| * net: sfp: fix hwmonRussell King2019-12-041-9/+4
| * net: sfp: fix unbindRussell King2019-12-041-0/+4
| * ionic: keep users rss hash across lif resetShannon Nelson2019-12-041-6/+10
| * net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-045-17/+18
| * net: mscc: ocelot: unregister the PTP clock on deinitVladimir Oltean2019-12-031-4/+10
| * can: xilinx_can: Fix usage of skb memorySrinivas Neeli2019-12-031-12/+13
| * can: xilinx_can: skip error message on deferred probeVenkatesh Yadav Abbarapu2019-12-031-1/+2
| * can: ucan: fix non-atomic allocation in completion handlerJohan Hovold2019-12-031-1/+1
| * can: slcan: Fix use-after-free Read in slcan_openJouni Hogander2019-12-031-0/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-0811-32/+35
|\ \
| * | scsi: megaraid_sas: Make poll_aen_lock staticYueHaibing2019-11-261-1/+1