summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: support rx-fcs and rx-allEdward Cree2017-11-011-4/+12
* sfc: don't read beyond unicast address listBert Kenward2017-07-121-5/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-7/+8
|\
| * sfc: fix attempt to translate invalid filter IDEdward Cree2017-06-291-3/+4
| * sfc: Fix MCDI command size for filter operationsMartin Habets2017-06-221-4/+4
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
|/
* sfc: don't insert mc_list on low-latency firmware if it's too longEdward Cree2017-04-061-2/+8
* sfc: fix IPID endianness in TSOv2Edward Cree2017-03-031-1/+1
* sfc: avoid max() in array sizeEdward Cree2017-03-031-5/+5
* sfc: do not device_attach if a reset is pendingPeter Dunning2017-02-171-4/+4
* 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: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-141-0/+2
* sfc: fix swapped arguments to efx_ef10_handle_rx_event_errorsEdward Cree2017-02-121-1/+2
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-091-0/+289
* sfc: set csum_level for encapsulated packetsJon Cooper2017-02-091-3/+20
* sfc: process RX event inner checksum flagsJon Cooper2017-02-091-12/+111
* sfc: fix an off by one bugDan Carpenter2017-02-071-1/+1
* sfc: fix an off-by-one compare on an array sizeColin Ian King2017-01-311-1/+1
* sfc: insert catch-all filters for encapsulated trafficEdward Cree2017-01-271-145/+409
* sfc: refactor debug-or-warnings printksJon Cooper2017-01-271-4/+4
* 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-171-0/+52
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-171-8/+24
* sfc: get PIO buffer size from the NICEdward Cree2017-01-161-6/+10
* sfc: allow PIO more oftenEdward Cree2017-01-161-0/+5
* sfc: stop setting dev_portBert Kenward2017-01-101-2/+0Star
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-101-1/+16
* sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree2017-01-041-1/+2
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-1/+1
* sfc: remove Software TSOEdward Cree2016-11-181-0/+15
* sfc: handle failure to allocate TSOv2 contextsEdward Cree2016-11-181-16/+24
* sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-181-3/+120
* sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree2016-11-091-2/+4
* sfc: enable 4-tuple RSS hashing for UDPEdward Cree2016-11-091-0/+82
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+2
|\
| * sfc: fix potential stack corruption from running past stat bitmaskAndrew Rybchenko2016-08-271-1/+2
* | sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper2016-08-271-2/+6
* | sfc: remove duplicate assignmentEdward Cree2016-08-271-1/+0Star
* | sfc: include size-binned TX stats on sfn8542qEdward Cree2016-08-271-5/+11
* | sfc: avoid division by zeroEdward Cree2016-08-191-1/+0Star
* | sfc: get timer configuration from adapterBert Kenward2016-08-131-29/+113
* | sfc: set interrupt moderation via MCDIBert Kenward2016-08-131-9/+29
* | sfc: use new performance based event queue initBert Kenward2016-08-131-12/+31
* | sfc: retrieve second word of datapath capabilitiesBert Kenward2016-08-131-2/+8
|/
* sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko2016-06-161-0/+39
* sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2016-06-161-0/+13
* sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko2016-06-161-11/+69
* sfc: Refactor checks for invalid filter IDEdward Cree2016-06-161-26/+13Star