aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-24sfc: ARFS filter IDsEdward Cree6-46/+337
2018-04-17sfc: check RSS is active for filter insertBert Kenward1-2/+2
2018-04-14sfc: limit ARFS workitems in flight per channelEdward Cree2-28/+55
2018-04-14sfc: pass the correctly bogus filter_id to rps_may_expire_flow()Edward Cree2-3/+2
2018-04-14sfc: insert ARFS filters with replace_equal=trueEdward Cree1-1/+1
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki1-1/+1
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds2-20/+2
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki1-1/+1
2018-04-04sfc: remove ctpio_dmabuf_start from statsBert Kenward2-3/+0
2018-03-27sfc: fix flow type handling for RSS filtersEdward Cree1-5/+6
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree6-32/+89
2018-03-27sfc: return a better error if filter insertion collides with MC rebootEdward Cree1-0/+7
2018-03-27sfc: use a semaphore to lock farch filters tooEdward Cree2-36/+33
2018-03-27sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree3-213/+151
2018-03-27sfc: replace asynchronous filter operationsEdward Cree8-208/+124
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2-20/+2
2018-03-14sfc: support FEC configuration through ethtoolEdward Cree3-0/+190
2018-03-14sfc: update MCDI protocol headersEdward Cree1-1046/+1776
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree9-150/+443
2018-02-26sfc: falcon: remove duplicated bit-wise or of LOOPBACK_SGMIIColin Ian King1-1/+0
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