summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: don't read beyond unicast address listBert Kenward2017-07-121-5/+3
* sfc: correct comment on efx_mcdi_process_eventEdward Cree2017-07-011-1/+1
* sfc: change Unknown MCDI event message to print full event.Jon Cooper2017-07-011-2/+3
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-2/+0
|\ \ | |/
| * sfc: remove duplicate up_write on VF filter_semEdward Cree2017-06-201-2/+0
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-4/+2
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-084-8/+8
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
|/
* sfc: revert changes to NIC revision numbersBert Kenward2017-05-121-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-262-1/+5
|\
| * sfc: tx ring can only have 2048 entries for all EF10 NICsBert Kenward2017-04-252-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-202-0/+14
|\ \ | |/
| * sfc: limit the number of receive queuesBert Kenward2017-04-172-0/+14
* | sfc: don't insert mc_list on low-latency firmware if it's too longEdward Cree2017-04-051-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-1/+1
|\ \ | |/
| * sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter2017-03-221-1/+1
* | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-152-2/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-041-6/+6
|\
| * sfc: fix IPID endianness in TSOv2Edward Cree2017-03-031-1/+1
| * sfc: avoid max() in array sizeEdward Cree2017-03-031-5/+5
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
|/
* scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* sfc: do not device_attach if a reset is pendingPeter Dunning2017-02-175-11/+19
* 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: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko2017-02-141-2/+8
* sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-144-3/+16
* sfc: fix swapped arguments to efx_ef10_handle_rx_event_errorsEdward Cree2017-02-111-1/+2
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-097-1/+397
* sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTSMatthew Slattery2017-02-091-0/+21
* sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper2017-02-091-2/+5
* sfc: harden driver against MC resets during initial probeJon Cooper2017-02-091-35/+64
* sfc: set csum_level for encapsulated packetsJon Cooper2017-02-093-4/+25
* sfc: process RX event inner checksum flagsJon Cooper2017-02-094-19/+131
* sfc: fix an off by one bugDan Carpenter2017-02-071-1/+1
* sfc: don't rearm interrupts if busy pollingBert Kenward2017-02-061-2/+2
* sfc-falcon: get rid of custom busy polling codeEric Dumazet2017-02-033-169/+1
* sfc: get rid of custom busy polling codeEric Dumazet2017-02-033-169/+1
* sfc: fix an off-by-one compare on an array sizeColin Ian King2017-01-311-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-302-2/+2
* sfc: insert catch-all filters for encapsulated trafficEdward Cree2017-01-272-146/+449
* sfc: refactor debug-or-warnings printksJon Cooper2017-01-272-15/+12
* 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-176-0/+96
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-174-16/+50
* sfc: get PIO buffer size from the NICEdward Cree2017-01-163-7/+12
OpenPOWER on IntegriCloud