aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef10.c
AgeCommit message (Expand)Author
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper
2017-02-09sfc: process RX event inner checksum flagsJon Cooper
2017-02-07sfc: fix an off by one bugDan Carpenter
2017-01-31sfc: fix an off-by-one compare on an array sizeColin Ian King
2017-01-27sfc: insert catch-all filters for encapsulated trafficEdward Cree
2017-01-27sfc: refactor debug-or-warnings printksJon Cooper
2017-01-27sfc: fixes to filter restore handlingJon Cooper
2017-01-25sfc: reduce severity of PIO buffer alloc failuresTomáš Pilař
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree
2017-01-17sfc: support setting RSS hash key through ethtool APIEdward Cree
2017-01-16sfc: get PIO buffer size from the NICEdward Cree
2017-01-16sfc: allow PIO more oftenEdward Cree
2017-01-10sfc: stop setting dev_portBert Kenward
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
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-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-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-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew 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
2016-06-15sfc: Implement list of VLANs added over interfaceAndrew Rybchenko
2016-06-15sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko
2016-06-15sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko
2016-06-15sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko
2016-06-15sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko
2016-06-15sfc: Assert filter_sem write locked when requiredEdward Cree
2016-06-15sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko
2016-06-15sfc: Define macro with EF10 offload featureAndrew Rybchenko
2016-05-25sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree
2016-04-28sfc: disable RSS when unsupportedJon Cooper
2015-12-23sfc: Downgrade or remove some error messagesBert Kenward
2015-12-23sfc: Make failed filter removal less noisyBert Kenward