summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)AuthorFilesLines
2022-12-21nfp: 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-09Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+5
2022-12-08nfp: Fix spelling mistake "tha" -> "the"Colin Ian King1-1/+1
2022-12-08Merge 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-04nfp: correct desc type when header dma len is 4096Yinjun Zhang1-3/+3
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-11-29Merge 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 Wang10-10/+233
2022-11-21nfp: extend capability and control wordsYinjun Zhang3-3/+14
2022-11-18nfp: add port from netdev validation for EEPROM accessJaco Coetzee1-0/+3
2022-11-18nfp: fill splittable of devlink_port_attrs correctlyDiana Wang1-1/+1
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-11-14net: 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-03net: remove unused ndo_get_devlink_portJiri Pirko4-16/+0
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko3-21/+4
2022-10-28net: 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-21nfp: only clean `sp_indiff` when application firmware is unloadedYinjun Zhang1-23/+15
2022-10-10nfp: flower: fix incorrect struct type in GRE key_sizeLouis Peens1-2/+2
2022-09-30nfp: add support restart of link auto-negotiationFei Qin1-0/+33
2022-09-30nfp: add support for link auto negotiationYinjun Zhang4-5/+33
2022-09-30nfp: refine the ABI of getting `sp_indiff` infoYinjun Zhang5-65/+71
2022-09-30nfp: avoid halt of driver init process when non-fatal error happensYinjun Zhang1-5/+4
2022-09-30nfp: 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-28net: 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
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima1-2/+3
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+12
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-30nfp: fix the access to management firmware hangingGao Xiao1-0/+1
2022-08-30nfp: add support for eeprom get and set commandBaowen Zheng1-0/+157
2022-08-30nfp: check if application firmware is indifferent to port speedYinjun Zhang4-1/+59
2022-08-30nfp: propagate port speed from management firmwareYinjun Zhang6-24/+79
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2-8/+8
2022-08-26nfp: flower: fix ingress police using matchall filterTianyu Yuan1-2/+3
2022-08-25nfp: flower: support case of match on ct_state(0/0x3f)Wenjuan Geng1-2/+7
2022-08-11nfp: fix use-after-free in area_cache_get()Jialiang Wang1-1/+2
2022-08-03nfp: ethtool: fix the display error of `ethtool -m DEVNAME`Yu Xiao1-0/+2
2022-08-01nfp: flower: add support for tunnel offload without key IDBaowen Zheng1-7/+8