summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2017-03-22sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-03sfc: fix IPID endianness in TSOv2Edward Cree
2017-03-03sfc: avoid max() in array sizeEdward Cree
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-27scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning
2017-02-17sfc: forget filters from sw table if hw replies ENOENT on removing themBert Kenward
2017-02-17sfc: fix filter_id misinterpretation in edge caseJon Cooper
2017-02-14sfc: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko
2017-02-11sfc: fix swapped arguments to efx_ef10_handle_rx_event_errorsEdward Cree
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper
2017-02-09sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTSMatthew Slattery
2017-02-09sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper
2017-02-09sfc: harden driver against MC resets during initial probeJon 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-02-06sfc: don't rearm interrupts if busy pollingBert Kenward
2017-02-03sfc-falcon: get rid of custom busy polling codeEric Dumazet
2017-02-03sfc: get rid of custom busy polling codeEric Dumazet
2017-01-31sfc: fix an off-by-one compare on an array sizeColin Ian King
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
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-16sfc: Replace memset with eth_zero_addrShyam Saini
2017-01-11sfc: efx_get_phys_port_id() can be staticWei Yongjun
2017-01-10sfc: stop setting dev_portBert Kenward
2017-01-10sfc: implement ndo_get_phys_port_nameBert Kenward
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree
2017-01-03sfc-falcon: declare module version (same as ethtool drvinfo version)Edward Cree
2017-01-03sfc: declare module version (same as ethtool drvinfo version)Edward Cree
2017-01-02net: sfc: falcon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-20ethernet: sfc: Add Kconfig entry for vendor SolarflareTobias Klauser
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-17net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
2016-12-01sfc: remove RESET_TYPE_RX_RECOVERYEdward Cree
2016-12-01sfc: don't select SFC_FALCONEdward Cree