summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree
2016-12-20ethernet: sfc: Add Kconfig entry for vendor SolarflareTobias Klauser
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-17net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
2016-12-01sfc: remove RESET_TYPE_RX_RECOVERYEdward Cree
2016-12-01sfc: don't select SFC_FALCONEdward Cree
2016-12-01sfc: fix debug message format string in efx_farch_handle_rx_not_okEdward Cree
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree
2016-11-27sfc: remove unneeded variableDan Carpenter
2016-11-18sfc: remove Software TSOEdward Cree
2016-11-18sfc: handle failure to allocate TSOv2 contextsEdward Cree
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward
2016-11-18sfc: Update EF10 register definitionsEdward Cree
2016-11-18sfc: Update MCDI protocol definitionsEdward Cree
2016-11-16sfc: remove napi_hash_del() callEric Dumazet
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-13sfc: clear napi_hash state when copying channelsBert Kenward
2016-11-09sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree
2016-11-09sfc: enable 4-tuple RSS hashing for UDPEdward Cree
2016-10-18ethernet/sfc: use core min/max MTU checkingBert Kenward
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-23sfc: check async completer is !NULL before callingBert Kenward
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre
2016-09-12sfc: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-06sfc: check MTU against minimum thresholdBert Kenward
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper
2016-08-26sfc: remove duplicate assignmentEdward Cree
2016-08-26sfc: include size-binned TX stats on sfn8542qEdward Cree
2016-08-26sfc: fix potential stack corruption from running past stat bitmaskAndrew Rybchenko
2016-08-18sfc: avoid division by zeroEdward Cree
2016-08-12sfc: get timer configuration from adapterBert Kenward
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward
2016-08-12sfc: use new performance based event queue initBert Kenward
2016-08-12sfc: retrieve second word of datapath capabilitiesBert Kenward
2016-08-12sfc: allow asynchronous MCDI without completion functionBert Kenward
2016-08-12sfc: update MCDI protocol headersBert Kenward
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-16net: sfc: avoid -Wtype-limits warningArnd Bergmann
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko
2016-06-15sfc: Update MCDI protocol definitionsEdward Cree
2016-06-15sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko
2016-06-15sfc: VLAN filters must only be created if the firmware supports this.Martin Habets
2016-06-15sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko
2016-06-15sfc: Refactor checks for invalid filter IDEdward Cree
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets
2016-06-15sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko