aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-28sfc: mark some unexported symbols as statickbuild test robot2-3/+3
2018-01-26sfc: add suffix to large constant in ptpBert Kenward1-1/+1
2018-01-25sfc: support Medford2 frequency adjustment formatLaurence Evans1-14/+31
2018-01-25sfc: support second + quarter ns time format for receive datapathEdward Cree1-33/+106
2018-01-25sfc: support separate PTP and general timestampingLaurence Evans1-15/+43
2018-01-25sfc: simplify RX datapath timestampingLaurence Evans1-8/+5
2018-01-25sfc: only advertise TX timestamping if we have the license for itMartin Habets2-1/+16
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree6-13/+54
2018-01-25sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets2-2/+46
2018-01-25sfc: only enable TX timestamping if the adapter is licensed for itMartin Habets2-0/+29
2018-01-25sfc: use main datapath for HW timestamps if availableMartin Habets2-15/+42
2018-01-25sfc: add function to determine which TX timestamping method to useMartin Habets2-0/+11
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets5-9/+119
2018-01-25sfc: remove tx and MCDI handling from NAPI budget considerationBert Kenward2-30/+7
2018-01-10sfc: add bits for 25/50/100G supported/advertised speedsEdward Cree1-0/+12
2018-01-10sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree5-83/+92
2018-01-10sfc: basic MCDI mapping of 25/50/100G link speedsEdward Cree1-10/+16
2017-12-21sfc: expose CTPIO stats on NICs that support themBert Kenward2-0/+67
2017-12-21sfc: expose FEC stats on Medford2Edward Cree2-1/+30
2017-12-21sfc: support variable number of MAC statsEdward Cree5-11/+29
2017-12-21sfc: update MCDI protocol headersEdward Cree1-144/+2309
2017-12-18sfc: populate the timer reload fieldBert Kenward1-2/+3
2017-12-18sfc: update EF10 register definitionsBert Kenward2-25/+37
2017-12-18sfc: improve PTP error reportingEdward Cree3-2/+13
2017-12-18sfc: add Medford2 (SFC9250) PCI Device IDsEdward Cree1-0/+4
2017-12-18sfc: support VI strides other than 8kEdward Cree5-27/+70
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree5-12/+35
2017-12-08sfc: pass valid pointers from efx_enqueue_unwindBert Kenward1-1/+4
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2017-11-15mm: remove __GFP_COLDMel Gorman2-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds15-37/+55
2017-11-11net: sfc: remove redundant variable startColin Ian King1-2/+0
2017-11-10sfc: don't warn on successful change of MACRobert Stonehouse1-1/+1
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2-0/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-01sfc: support rx-fcs and rx-allEdward Cree4-8/+30
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland11-36/+36
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