aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c
Commit message (Expand)AuthorAge
* sfc: don't insert mc_list on low-latency firmware if it's too longEdward Cree2017-04-05
* sfc: fix IPID endianness in TSOv2Edward Cree2017-03-03
* sfc: avoid max() in array sizeEdward Cree2017-03-03
* sfc: do not device_attach if a reset is pendingPeter Dunning2017-02-17
* sfc: forget filters from sw table if hw replies ENOENT on removing themBert Kenward2017-02-17
* sfc: fix filter_id misinterpretation in edge caseJon Cooper2017-02-17
* sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-14
* sfc: fix swapped arguments to efx_ef10_handle_rx_event_errorsEdward Cree2017-02-11
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-09
* sfc: set csum_level for encapsulated packetsJon Cooper2017-02-09
* sfc: process RX event inner checksum flagsJon Cooper2017-02-09
* sfc: fix an off by one bugDan Carpenter2017-02-07
* sfc: fix an off-by-one compare on an array sizeColin Ian King2017-01-31
* sfc: insert catch-all filters for encapsulated trafficEdward Cree2017-01-27
* sfc: refactor debug-or-warnings printksJon Cooper2017-01-27
* sfc: fixes to filter restore handlingJon Cooper2017-01-27
* sfc: reduce severity of PIO buffer alloc failuresTomáš Pilař2017-01-25
* sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-17
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-17
* sfc: get PIO buffer size from the NICEdward Cree2017-01-16
* sfc: allow PIO more oftenEdward Cree2017-01-16
* sfc: stop setting dev_portBert Kenward2017-01-10
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-10
* sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree2017-01-04
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-03
* sfc: remove Software TSOEdward Cree2016-11-18
* sfc: handle failure to allocate TSOv2 contextsEdward Cree2016-11-18
* sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-18
* sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree2016-11-09
* sfc: enable 4-tuple RSS hashing for UDPEdward Cree2016-11-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-30
|\
| * sfc: fix potential stack corruption from running past stat bitmaskAndrew Rybchenko2016-08-27
* | sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper2016-08-27
* | sfc: remove duplicate assignmentEdward Cree2016-08-27
* | sfc: include size-binned TX stats on sfn8542qEdward Cree2016-08-27
* | sfc: avoid division by zeroEdward Cree2016-08-19
* | sfc: get timer configuration from adapterBert Kenward2016-08-12
* | sfc: set interrupt moderation via MCDIBert Kenward2016-08-12
* | sfc: use new performance based event queue initBert Kenward2016-08-12
* | sfc: retrieve second word of datapath capabilitiesBert Kenward2016-08-12
|/
* sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko2016-06-16
* sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2016-06-16
* sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko2016-06-16
* sfc: Refactor checks for invalid filter IDEdward Cree2016-06-16
* sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets2016-06-16
* sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-16
* sfc: Implement list of VLANs added over interfaceAndrew Rybchenko2016-06-16
* sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko2016-06-16
* sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko2016-06-16
* sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko2016-06-16