summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorLines
2022-09-23sfc: correct filter_table_remove method for EF10 PFsAndy Moreton-1/+1
2022-09-20sfc/siena: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet-1/+1
2022-09-20sfc/siena: fix TX channel offset when using legacy interruptsÍñigo Huguet-1/+1
2022-09-19sfc: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet-1/+1
2022-09-19sfc: fix TX channel offset when using legacy interruptsÍñigo Huguet-1/+1
2022-07-29sfc: implement ethtool get/set RX ring size for EF100 repsEdward Cree-0/+27
2022-07-29sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree-3/+158
2022-07-29sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree-36/+33
2022-07-29sfc: insert default MAE rules to connect VFs to representorsEdward Cree-6/+606
2022-07-29sfc: receive packets from EF100 VFs into representorsEdward Cree-0/+42
2022-07-29sfc: check ef100 RX packets are from the wireEdward Cree-6/+26
2022-07-29sfc: determine wire m-port at EF100 PF probe timeEdward Cree-0/+50
2022-07-29sfc: ef100 representor RX top halfEdward Cree-0/+56
2022-07-29sfc: ef100 representor RX NAPI pollEdward Cree-0/+75
2022-07-29sfc: plumb ef100 representor statsEdward Cree-0/+14
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+22
2022-07-27sfc: disable softirqs for ptp TXAlejandro Lucero-0/+22
2022-07-26sfc/siena: fix repeated words in commentswangjianli-1/+1
2022-07-26sfc/falcon: fix repeated words in commentswangjianli-1/+1
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree-3/+59
2022-07-22sfc: hook up ef100 representor TXEdward Cree-1/+38
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree-17/+123
2022-07-22sfc: determine representee m-port for EF100 representorsEdward Cree-1/+96
2022-07-22sfc: phys port/switch identification for ef100 repsEdward Cree-2/+39
2022-07-22sfc: add basic ethtool ops to ef100 repsEdward Cree-0/+26
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree-11/+196
2022-07-22sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree-0/+55
2022-07-22sfc: update EF100 register descriptionsEdward Cree-23/+60
2022-07-19sfc: update MCDI protocol headersEdward Cree-195/+7933
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+10
2022-07-14sfc: fix kernel panic when creating VFÍñigo Huguet-0/+3
2022-07-13sfc: fix use after free when disabling sriovÍñigo Huguet-3/+7
2022-07-06sfc: falcon: Use the bitmap API to allocate bitmapsChristophe JAILLET-4/+2
2022-07-06sfc/siena: Use the bitmap API to allocate bitmapsChristophe JAILLET-4/+2
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper-148/+183
2022-06-29sfc: replace function name in string with __func__Jonathan Cooper-1/+2
2022-06-29sfc: Unsplit literal string.Jonathan Cooper-2/+2
2022-06-29sfc: Move EF100 efx_nic_type structs to the end of the fileJonathan Cooper-172/+172
2022-06-29sfc: Separate efx_nic memory from net_device memoryJonathan Cooper-9/+46
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper-73/+78
2022-06-29sfc: Change BUG_ON to WARN_ON and recovery code.Jonathan Cooper-1/+2
2022-06-29sfc: Remove netdev init from efx_init_structJonathan Cooper-8/+7
2022-06-29sfc: Add a PROBED state for EF100 VDPA use.Jonathan Cooper-8/+12
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper-31/+72
2022-06-27sfc:falcon: fix repeated words in commentsJilin Yuan-1/+1
2022-06-27sfc: fix repeated words in commentsJilin Yuan-5/+5
2022-06-24sfc: siena: fix repeated words in commentsJilin Yuan-5/+5
2022-06-19sfc/siena: Fix typo in commentXiang wangx-1/+1
2022-06-19sfc: Fix typo in commentXiang wangx-1/+1
2022-06-01sfc/siena: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet-4/+2