aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-01-17net: dsa: lantiq_gswip: drop bogus drvdata checkGravatar Johan Hovold 1-3/+0
2019-01-17net: dsa: lantiq_gswip: fix OF child-node lookupsGravatar Johan Hovold 1-7/+9
2019-01-17net: dsa: lantiq_gswip: fix use-after-free on failed probeGravatar Johan Hovold 1-1/+4
2019-01-17sfc: extend MTD support for newer hardwareGravatar Bert Kenward 3-10/+63
2019-01-17net: phy: check return code when requesting PHY driver moduleGravatar Heiner Kallweit 1-5/+30
2019-01-17net: hns: Use struct_size() in devm_kzalloc()Gravatar Gustavo A. R. Silva 1-2/+3
2019-01-17net: phy: Add helpers to determine if PHY driver is genericGravatar Florian Fainelli 1-2/+32
2019-01-17net-next/hinic: replace disable_irq_nosync/enable_irqGravatar Xue Chaojing 6-4/+73
2019-01-16cxgb4/l2t: Use struct_size() in kvzalloc()Gravatar Gustavo A. R. Silva 1-1/+1
2019-01-16net: phy: don't include asm/irq.h directlyGravatar Heiner Kallweit 3-6/+0
2019-01-16net: phy: improve logging in phylibGravatar Heiner Kallweit 2-6/+3
2019-01-16net: phy: remove preliminary workaround for not loading PHY driverGravatar Heiner Kallweit 1-8/+0
2019-01-16nfp: flower: enable MAC address sharing for offloadable devsGravatar John Hurley 3-118/+237
2019-01-16nfp: flower: ensure MAC cleanup on address changeGravatar John Hurley 2-10/+104
2019-01-16nfp: flower: add infastructure for non-repr priv dataGravatar John Hurley 2-0/+88
2019-01-16nfp: flower: ensure deletion of old offloaded MACsGravatar John Hurley 1-25/+74
2019-01-16nfp: flower: remove list infastructure from MAC offloadGravatar John Hurley 3-132/+37
2019-01-16nfp: flower: ignore offload of VF and PF repr MAC addressesGravatar John Hurley 1-5/+4
2019-01-16nfp: flower: tidy tunnel related private dataGravatar John Hurley 2-94/+102
2019-01-16nfp: flower: support multiple memory units for filter offloadsGravatar Pieter Jansen van Vuuren 3-10/+50
2019-01-16nfp: flower: increase cmesg reply timeoutGravatar Fred Lotter 3-12/+11
2019-01-16net: sungem: fix indentation, remove a tabGravatar Colin Ian King 1-1/+1
2019-01-16drivers: net: atp: fix various indentation issuesGravatar Colin Ian King 1-12/+15
2019-01-16bnx2x: fix various indentation issuesGravatar Colin Ian King 4-98/+94
2019-01-16mlxsw: spectrum_nve: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-2/+2
2019-01-16mlxsw: spectrum_acl_bloom_filter: use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-2/+2
2019-01-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...Gravatar David S. Miller 18-284/+1446
2019-01-15ice: add const qualifier to mac_addr parameterGravatar Jacob Keller 2-4/+4
2019-01-15ice: Add support for new PHY typesGravatar Anirudh Venkataramanan 7-23/+418
2019-01-15ice: Offload SCTP checksumGravatar Anirudh Venkataramanan 4-0/+9
2019-01-15ice: Allow for software timestampingGravatar Tony Nguyen 1-0/+1
2019-01-15ice: Implement getting and setting ethtool coalesceGravatar Brett Creeley 3-0/+261
2019-01-15ice: Add support for adaptive interrupt moderationGravatar Brett Creeley 5-23/+120
2019-01-15ice: Move aggregator list into ice_hw instanceGravatar Anirudh Venkataramanan 4-14/+26
2019-01-15ice: Rework queue management code for reuseGravatar Anirudh Venkataramanan 5-123/+159
2019-01-15ice: Add ethtool private flag to make forcing link down optionalGravatar Bruce Allan 3-6/+95
2019-01-15ice: Set physical link up/down when an interface is set up/downGravatar Brett Creeley 2-5/+96
2019-01-15ice: Implement support for normal get_eeprom[_len] ethtool opsGravatar Bruce Allan 3-0/+134
2019-01-15ice: Add ethtool set_phys_id handlerGravatar Anirudh Venkataramanan 4-0/+68
2019-01-15ice: Configure RSS LUT and HASH KEY in rebuild pathGravatar Md Fahad Iqbal Polash 1-0/+6
2019-01-15ice: Refactor a few Tx scheduler functionsGravatar Anirudh Venkataramanan 2-91/+53
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 44-242/+425
2019-01-15ice: Fix unused variable build warningGravatar Bruce Allan 1-1/+2
2019-01-15Merge tag 'gpio-v5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 3-8/+3
2019-01-15Merge tag 'mfd-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 20-98/+137
2019-01-15Merge tag 'backlight-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-12/+18
2019-01-14Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 9-56/+186
2019-01-14Merge tag 'staging-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-4/+4
2019-01-14Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-24/+32
2019-01-14Merge tag 'usb-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 5-6/+33