aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-17vxlan: changelink: Delete remote after updatePetr Machata1-9/+8
2019-01-17vxlan: changelink: Postpone vxlan_config_apply()Petr Machata1-21/+14
2019-01-17vxlan: changelink: Inline vxlan_dev_configure()Petr Machata1-1/+5
2019-01-17vxlan: Allow vetoing of FDB notificationsPetr Machata1-18/+46
2019-01-17vxlan: Have vxlan_fdb_replace() save original rdst valuePetr Machata1-2/+4
2019-01-17vxlan: Split vxlan_fdb_update() in twoPetr Machata1-61/+97
2019-01-17vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()Petr Machata1-30/+29
2019-01-17net: phy: micrel: use phy_read_mmd and phy_write_mmdHeiner Kallweit1-32/+11
2019-01-17davicom: Annotate implicit fall through in dm9000_set_ioMathieu Malaterre1-0/+1
2019-01-17net: dsa: lantiq_gswip: drop bogus drvdata checkJohan Hovold1-3/+0
2019-01-17net: dsa: lantiq_gswip: fix OF child-node lookupsJohan Hovold1-7/+9
2019-01-17net: dsa: lantiq_gswip: fix use-after-free on failed probeJohan Hovold1-1/+4
2019-01-17sfc: extend MTD support for newer hardwareBert Kenward3-10/+63
2019-01-17net: phy: check return code when requesting PHY driver moduleHeiner Kallweit1-5/+30
2019-01-17net: hns: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-01-17net: phy: Add helpers to determine if PHY driver is genericFlorian Fainelli1-2/+32
2019-01-17net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing6-4/+73
2019-01-16cxgb4/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-1/+1
2019-01-16net: phy: don't include asm/irq.h directlyHeiner Kallweit3-6/+0
2019-01-16net: phy: improve logging in phylibHeiner Kallweit2-6/+3
2019-01-16net: phy: remove preliminary workaround for not loading PHY driverHeiner Kallweit1-8/+0
2019-01-16nfp: flower: enable MAC address sharing for offloadable devsJohn Hurley3-118/+237
2019-01-16nfp: flower: ensure MAC cleanup on address changeJohn Hurley2-10/+104
2019-01-16nfp: flower: add infastructure for non-repr priv dataJohn Hurley2-0/+88
2019-01-16nfp: flower: ensure deletion of old offloaded MACsJohn Hurley1-25/+74
2019-01-16nfp: flower: remove list infastructure from MAC offloadJohn Hurley3-132/+37
2019-01-16nfp: flower: ignore offload of VF and PF repr MAC addressesJohn Hurley1-5/+4
2019-01-16nfp: flower: tidy tunnel related private dataJohn Hurley2-94/+102
2019-01-16nfp: flower: support multiple memory units for filter offloadsPieter Jansen van Vuuren3-10/+50
2019-01-16nfp: flower: increase cmesg reply timeoutFred Lotter3-12/+11
2019-01-16net: sungem: fix indentation, remove a tabColin Ian King1-1/+1
2019-01-16drivers: net: atp: fix various indentation issuesColin Ian King1-12/+15
2019-01-16bnx2x: fix various indentation issuesColin Ian King4-98/+94
2019-01-16mlxsw: spectrum_nve: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2019-01-16mlxsw: spectrum_acl_bloom_filter: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2019-01-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller18-284/+1446
2019-01-15ice: add const qualifier to mac_addr parameterJacob Keller2-4/+4
2019-01-15ice: Add support for new PHY typesAnirudh Venkataramanan7-23/+418
2019-01-15ice: Offload SCTP checksumAnirudh Venkataramanan4-0/+9
2019-01-15ice: Allow for software timestampingTony Nguyen1-0/+1
2019-01-15ice: Implement getting and setting ethtool coalesceBrett Creeley3-0/+261
2019-01-15ice: Add support for adaptive interrupt moderationBrett Creeley5-23/+120
2019-01-15ice: Move aggregator list into ice_hw instanceAnirudh Venkataramanan4-14/+26
2019-01-15ice: Rework queue management code for reuseAnirudh Venkataramanan5-123/+159
2019-01-15ice: Add ethtool private flag to make forcing link down optionalBruce Allan3-6/+95
2019-01-15ice: Set physical link up/down when an interface is set up/downBrett Creeley2-5/+96
2019-01-15ice: Implement support for normal get_eeprom[_len] ethtool opsBruce Allan3-0/+134
2019-01-15ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan4-0/+68
2019-01-15ice: Configure RSS LUT and HASH KEY in rebuild pathMd Fahad Iqbal Polash1-0/+6
2019-01-15ice: Refactor a few Tx scheduler functionsAnirudh Venkataramanan2-91/+53