summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-041-6/+6
|\
| * sfc: fix IPID endianness in TSOv2Edward Cree2017-03-031-1/+1
| * sfc: avoid max() in array sizeEdward Cree2017-03-031-5/+5
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
|/
* scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* sfc: do not device_attach if a reset is pendingPeter Dunning2017-02-175-11/+19
* sfc: forget filters from sw table if hw replies ENOENT on removing themBert Kenward2017-02-171-3/+8
* sfc: fix filter_id misinterpretation in edge caseJon Cooper2017-02-171-18/+30
* sfc: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko2017-02-141-2/+8
* sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-144-3/+16
* sfc: fix swapped arguments to efx_ef10_handle_rx_event_errorsEdward Cree2017-02-111-1/+2
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-097-1/+397
* sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTSMatthew Slattery2017-02-091-0/+21
* sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper2017-02-091-2/+5
* sfc: harden driver against MC resets during initial probeJon Cooper2017-02-091-35/+64
* sfc: set csum_level for encapsulated packetsJon Cooper2017-02-093-4/+25
* sfc: process RX event inner checksum flagsJon Cooper2017-02-094-19/+131
* sfc: fix an off by one bugDan Carpenter2017-02-071-1/+1
* sfc: don't rearm interrupts if busy pollingBert Kenward2017-02-061-2/+2
* sfc-falcon: get rid of custom busy polling codeEric Dumazet2017-02-033-169/+1
* sfc: get rid of custom busy polling codeEric Dumazet2017-02-033-169/+1
* sfc: fix an off-by-one compare on an array sizeColin Ian King2017-01-311-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-302-2/+2
* sfc: insert catch-all filters for encapsulated trafficEdward Cree2017-01-272-146/+449
* sfc: refactor debug-or-warnings printksJon Cooper2017-01-272-15/+12
* sfc: fixes to filter restore handlingJon Cooper2017-01-271-4/+38
* sfc: reduce severity of PIO buffer alloc failuresTomáš Pilař2017-01-251-3/+15
* sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-176-0/+96
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-174-16/+50
* sfc: get PIO buffer size from the NICEdward Cree2017-01-163-7/+12
* sfc: allow PIO more oftenEdward Cree2017-01-165-3/+30
* sfc: Replace memset with eth_zero_addrShyam Saini2017-01-161-1/+2
* sfc: efx_get_phys_port_id() can be staticWei Yongjun2017-01-111-2/+2
* sfc: stop setting dev_portBert Kenward2017-01-101-2/+0
* sfc: implement ndo_get_phys_port_nameBert Kenward2017-01-101-0/+11
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-107-35/+31
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-082-8/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-054-1/+7
|\
| * sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree2017-01-044-1/+7
* | sfc-falcon: declare module version (same as ethtool drvinfo version)Edward Cree2017-01-031-0/+1
* | sfc: declare module version (same as ethtool drvinfo version)Edward Cree2017-01-031-0/+1
* | net: sfc: falcon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-028-56/+74
|/
* ethernet: sfc: Add Kconfig entry for vendor SolarflareTobias Klauser2016-12-201-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-173-42/+65
|\
| * net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-173-42/+65
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-1/+1
|\ \ | |/ |/|
| * ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-1/+1
* | sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-0313-56/+55
* | sfc: remove RESET_TYPE_RX_RECOVERYEdward Cree2016-12-012-5/+1
* | sfc: don't select SFC_FALCONEdward Cree2016-12-011-1/+0