aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-01net: aquantia: fixed memcpy sizeNikita Danilov1-1/+1
2019-03-01net/mlx5: Update the list of the PCI supported devicesEran Ben Elisha1-0/+2
2019-03-01net/mlx5e: Set peer flow needed also for multipathRoi Dayan1-2/+9
2019-03-01net/mlx5e: Update check for merged eswitch deviceRoi Dayan1-4/+3
2019-03-01net/mlx5e: Use hint to resolve route when in HW multipath modeRoi Dayan1-0/+12
2019-03-01net/mlx5e: Always query offloaded tc peer rule counterRoi Dayan1-11/+15
2019-03-01net/mlx5e: Re-attempt to offload flows on multipath port affinity eventsRoi Dayan4-12/+71
2019-03-01net/mlx5: Emit port affinity event for multipath offloadsRoi Dayan1-0/+11
2019-03-01net/mlx5e: Allow one failure when offloading tc encap rules under multipathRoi Dayan1-2/+12
2019-03-01net/mlx5e: Don't inherit flow flags on peer flow creationRoi Dayan1-3/+4
2019-03-01net/mlx5e: Activate HW multipath and handle port affinity based on FIB eventsRoi Dayan6-0/+326
2019-03-01net/mlx5: Add multipath modeRoi Dayan3-2/+27
2019-03-01net/mlx5: Use own workqueue for lag netdev events processingRoi Dayan2-1/+9
2019-03-01net/mlx5: Expose lag operations in header fileRoi Dayan2-48/+68
2019-03-01net/mlx5: Use unsigned int bit instead of bool as a struct memberRoi Dayan1-1/+1
2019-03-01net/mlx5e: Don't make internal use of errno to denote missing neighRoi Dayan2-14/+22
2019-03-01net/mlx5e: Cleanup attach encap functionRoi Dayan1-14/+17
2019-03-01net/mlx5e: Declare mlx5e_tx_reporter_recover_from_ctx as staticEran Ben Elisha1-1/+1
2019-03-01nfp: nsp: set higher timeout for flash bundleDirk van der Merwe1-4/+1
2019-03-01nfp: nsp: allow the use of DMA bufferJakub Kicinski1-5/+191
2019-03-01nfp: nsp: move default buffer handling into its own functionJakub Kicinski1-42/+51
2019-03-01nfp: nsp: use fractional size of the bufferJakub Kicinski1-6/+7
2019-03-01nfp: report RJ45 connector in ethtoolJakub Kicinski2-0/+4
2019-03-01lan743x: Fix TX Stall IssueBryan Whitehead1-4/+12
2019-03-01net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit1-0/+4
2019-03-01net: aquantia: regression on cpus with high cores: set mode with 8 queuesDmitry Bogdanov4-0/+29
2019-03-01net: marvell: neta: disable comphy when setting modeMarek BehĂșn1-5/+23
2019-03-01enetc: Add ENETC PF level external MDIO supportClaudiu Manoil4-1/+219
2019-02-28net: dsa: mv88e6xxx: power serdes on/off for 10G interfaces on 6390XMaxime Chevallier1-2/+2
2019-02-28s390/qeth: drop redundant state checkingJulian Wiedmann5-43/+13
2019-02-28s390/qeth: don't special-case HW trap during suspendJulian Wiedmann2-12/+4
2019-02-28s390/qeth: remove driver-wide workqueueJulian Wiedmann1-18/+1
2019-02-28s390/qeth: don't defer close_dev work during recoveryJulian Wiedmann4-5/+3
2019-02-28s390/qeth: remove a redundant check for card->devJulian Wiedmann1-1/+1
2019-02-28s390/qeth: call dev_close() during recoveryJulian Wiedmann3-75/+20
2019-02-28s390/qeth: unconditionally clear MAC_REGISTERED flagJulian Wiedmann2-2/+1
2019-02-28s390/qeth: enable/disable the HW trap a little earlierJulian Wiedmann2-14/+17
2019-02-28s390/qeth: remove RECOVER stateJulian Wiedmann6-47/+25
2019-02-28net: dsa: mv88e6xxx: Fix u64 statisticsAndrew Lunn1-1/+1
2019-02-28xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin2-0/+9
2019-02-28xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin1-5/+5
2019-02-28cxgb4vf: Enter debugging mode if FW is inaccessibleArjun Vynipadath2-13/+33
2019-02-28cxgb4: Enable outer UDP checksum offload for T6Arjun Vynipadath1-0/+2
2019-02-28cxgb4/cxgb4vf: Fix up netdev->hw_featuresArjun Vynipadath2-10/+9
2019-02-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo29-266/+792
2019-02-28wil6210: check null pointer in _wil_cfg80211_merge_extra_iesAlexei Avshalom Lazar1-3/+11
2019-02-28wil6210: ignore HALP ICR if already handledMaya Erez3-4/+12
2019-02-28wil6210: fix invalid sta statistics updateDedy Lansky1-3/+2
2019-02-28wil6210: accessing 802.3 addresses via utility functionsAhmad Masri2-21/+33
2019-02-28wil6210: support up to 20 stations in AP modeAhmad Masri10-75/+226