aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-01sfc: support rx-fcs and rx-allEdward Cree4-8/+30
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook9-24/+22
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2017-08-15sfc: don't try and read ef10 data on non-ef10 NICBert Kenward1-2/+6
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko4-8/+10
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko2-2/+2
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko4-4/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko4-10/+14
2017-07-19sfc: Add ethtool -m support for QSFP modulesMartin Habets1-43/+181
2017-07-12sfc: don't read beyond unicast address listBert Kenward1-5/+3
2017-07-01sfc: correct comment on efx_mcdi_process_eventEdward Cree1-1/+1
2017-07-01sfc: change Unknown MCDI event message to print full event.Jon Cooper1-2/+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-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2017-06-20sfc: remove duplicate up_write on VF filter_semEdward Cree1-2/+0
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-4/+2
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko4-8/+8
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-12sfc: revert changes to NIC revision numbersBert Kenward1-2/+6
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+5
2017-04-25sfc: tx ring can only have 2048 entries for all EF10 NICsBert Kenward2-1/+5
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+14
2017-04-17sfc: limit the number of receive queuesBert Kenward2-0/+14
2017-04-05sfc: don't insert mc_list on low-latency firmware if it's too longEdward Cree1-2/+8
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-03-22sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter1-1/+1
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2-2/+6
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+6
2017-03-03sfc: fix IPID endianness in TSOv2Edward Cree1-1/+1
2017-03-03sfc: avoid max() in array sizeEdward Cree1-5/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-02-27scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning5-11/+19
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: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko1-2/+8
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko4-3/+16
2017-02-11sfc: fix swapped arguments to efx_ef10_handle_rx_event_errorsEdward Cree1-1/+2
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper7-1/+397
2017-02-09sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTSMatthew Slattery1-0/+21
2017-02-09sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper1-2/+5
2017-02-09sfc: harden driver against MC resets during initial probeJon Cooper1-35/+64
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper3-4/+25
2017-02-09sfc: process RX event inner checksum flagsJon Cooper4-19/+131
2017-02-07sfc: fix an off by one bugDan Carpenter1-1/+1
2017-02-06sfc: don't rearm interrupts if busy pollingBert Kenward1-2/+2
2017-02-03sfc-falcon: get rid of custom busy polling codeEric Dumazet3-169/+1
2017-02-03sfc: get rid of custom busy polling codeEric Dumazet3-169/+1