summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp
AgeCommit message (Expand)AuthorFilesLines
2023-02-10nfp: support IPsec offloading for NFP3800Huanhuan Wang6-13/+83
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-36/+170
2023-02-08nfp: ethtool: fix the bug of setting unsupported port speedYu Xiao2-36/+170
2023-02-08nfp: flower: add check for flower VF netdevs for get/set_eepromJames Hershaw1-6/+6
2023-02-03net: flow_offload: provision conntrack info in ct_metadataVlad Buslov1-0/+24
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2023-02-02nfp: correct cleanup related to DCB resourcesHuayu Chen2-3/+7
2023-02-02nfp: flower: avoid taking mutex in atomic contextYanguo Li1-1/+7
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko2-7/+8
2023-01-27nfp: fill IPsec state validation failure reasonLeon Romanovsky1-19/+19
2023-01-27xfrm: extend add state callback to set failure reasonLeon Romanovsky1-1/+2
2023-01-25nfp: flower: change get/set_eeprom logic and enable for flower repsJames Hershaw1-4/+7
2023-01-14nfp: add DCB IEEE supportBin Chen5-2/+657
2022-12-22nfp: fix schedule in atomic context when sync mc addressYinjun Zhang2-4/+64
2022-12-19nfp: fix unaligned io read of capabilities wordHuanhuan Wang1-1/+1
2022-12-10Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+5
2022-12-09nfp: Fix spelling mistake "tha" -> "the"Colin Ian King1-1/+1
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-12-05nfp: add support for multicast filterDiana Wang3-4/+79
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky1-0/+5
2022-12-05nfp: correct desc type when header dma len is 4096Yinjun Zhang1-3/+3
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2022-11-29nfp: ethtool: support reporting link modesYu Xiao5-0/+173
2022-11-21nfp: implement xfrm callbacks and expose ipsec offload feature to upper layerHuanhuan Wang3-4/+490
2022-11-21nfp: add framework to support ipsec offloadingHuanhuan Wang9-10/+222
2022-11-21nfp: extend capability and control wordsYinjun Zhang3-3/+14
2022-11-19nfp: add port from netdev validation for EEPROM accessJaco Coetzee1-0/+3
2022-11-19nfp: fill splittable of devlink_port_attrs correctlyDiana Wang1-1/+1
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-11-15net: nfp: Remove linux/msi.h includesThomas Gleixner3-3/+0
2022-11-11nfp: change eeprom length to max length enumeratorsJaco Coetzee1-3/+3
2022-11-11nfp: take numa node into account when setting irq affinityYinjun Zhang1-2/+3
2022-11-04net: remove unused ndo_get_devlink_portJiri Pirko4-16/+0
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko3-21/+4
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner3-10/+10
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-23/+15
2022-10-24nfp: flower: tunnel neigh support bond offloadYanguo Li4-21/+114
2022-10-22nfp: only clean `sp_indiff` when application firmware is unloadedYinjun Zhang1-23/+15
2022-10-11nfp: flower: fix incorrect struct type in GRE key_sizeLouis Peens1-2/+2
2022-10-01nfp: add support restart of link auto-negotiationFei Qin1-0/+33
2022-10-01nfp: add support for link auto negotiationYinjun Zhang4-5/+33
2022-10-01nfp: refine the ABI of getting `sp_indiff` infoYinjun Zhang5-65/+71
2022-10-01nfp: avoid halt of driver init process when non-fatal error happensYinjun Zhang1-5/+4
2022-10-01nfp: add support for reporting active FEC modeYinjun Zhang3-2/+11
2022-09-29nfp: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-1/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-3/+1
2022-09-20nfp: flower: support vlan action in pre_ctHui Zhou1-1/+48
2022-09-20nfp: flower: support hw offload for ct nat actionHui Zhou2-7/+192
2022-09-20nfp: flower: add validation of for police actions which are independent of flowsZiyang Chen1-8/+23