aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-12sfc: don't read beyond unicast address listBert Kenward1-5/+3
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2017-06-29sfc: fix attempt to translate invalid filter IDEdward Cree1-3/+4
2017-06-22sfc: Fix MCDI command size for filter operationsMartin Habets1-4/+4
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-04-05sfc: don't insert mc_list on low-latency firmware if it's too longEdward Cree1-2/+8
2017-03-03sfc: fix IPID endianness in TSOv2Edward Cree1-1/+1
2017-03-03sfc: avoid max() in array sizeEdward Cree1-5/+5
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning1-4/+4
2017-02-17sfc: forget filters from sw table if hw replies ENOENT on removing themBert Kenward1-3/+8
2017-02-17sfc: fix filter_id misinterpretation in edge caseJon Cooper1-18/+30
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko1-0/+2
2017-02-11sfc: fix swapped arguments to efx_ef10_handle_rx_event_errorsEdward Cree1-1/+2
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper1-0/+289
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper1-3/+20
2017-02-09sfc: process RX event inner checksum flagsJon Cooper1-12/+111
2017-02-07sfc: fix an off by one bugDan Carpenter1-1/+1
2017-01-31sfc: fix an off-by-one compare on an array sizeColin Ian King1-1/+1
2017-01-27sfc: insert catch-all filters for encapsulated trafficEdward Cree1-145/+409
2017-01-27sfc: refactor debug-or-warnings printksJon Cooper1-4/+4
2017-01-27sfc: fixes to filter restore handlingJon Cooper1-4/+38
2017-01-25sfc: reduce severity of PIO buffer alloc failuresTomáš Pilař1-3/+15
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree1-0/+52
2017-01-17sfc: support setting RSS hash key through ethtool APIEdward Cree1-8/+24
2017-01-16sfc: get PIO buffer size from the NICEdward Cree1-6/+10
2017-01-16sfc: allow PIO more oftenEdward Cree1-0/+5
2017-01-10sfc: stop setting dev_portBert Kenward1-2/+0
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward1-1/+16
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree1-1/+2
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree1-1/+1
2016-11-18sfc: remove Software TSOEdward Cree1-0/+15
2016-11-18sfc: handle failure to allocate TSOv2 contextsEdward Cree1-16/+24
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward1-3/+120
2016-11-09sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree1-2/+4
2016-11-09sfc: enable 4-tuple RSS hashing for UDPEdward Cree1-0/+82
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper1-2/+6
2016-08-26sfc: remove duplicate assignmentEdward Cree1-1/+0
2016-08-26sfc: include size-binned TX stats on sfn8542qEdward Cree1-5/+11
2016-08-26sfc: fix potential stack corruption from running past stat bitmaskAndrew Rybchenko1-1/+2
2016-08-18sfc: avoid division by zeroEdward Cree1-1/+0
2016-08-12sfc: get timer configuration from adapterBert Kenward1-29/+113
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward1-9/+29
2016-08-12sfc: use new performance based event queue initBert Kenward1-12/+31
2016-08-12sfc: retrieve second word of datapath capabilitiesBert Kenward1-2/+8
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko1-0/+39
2016-06-15sfc: VLAN filters must only be created if the firmware supports this.Martin Habets1-0/+13
2016-06-15sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko1-11/+69
2016-06-15sfc: Refactor checks for invalid filter IDEdward Cree1-26/+13
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets1-0/+4