| Commit message (Expand) | Author | Age | Files | Lines |
* | net/ncsi: Fix the multi thread manner of NCSI driver | DelphineCCChiu | 2024-06-02 | 3 | -38/+41 |
* | net/ncsi: Add NC-SI 1.2 Get MC MAC Address command | Peter Delevoryas | 2023-11-18 | 4 | -4/+59 |
* | net/ncsi: Fix netlink major/minor version numbers | Peter Delevoryas | 2023-11-18 | 4 | -8/+36 |
* | net/ncsi: Simplify Kconfig/dts control flow | Peter Delevoryas | 2023-11-18 | 1 | -17/+3 |
* | Revert ncsi: Propagate carrier gain/loss events to the NCSI controller | Johnathan Mantey | 2023-11-15 | 1 | -5/+0 |
* | ncsi: Propagate carrier gain/loss events to the NCSI controller | Johnathan Mantey | 2023-09-18 | 1 | -0/+5 |
* | genetlink: make genl_info->nlhdr const | Jakub Kicinski | 2023-08-15 | 2 | -2/+2 |
* | net/ncsi: change from ndo_set_mac_address to dev_set_mac_address | Ivan Mikhaylov | 2023-06-09 | 1 | -2/+3 |
* | net/ncsi: make one oem_gma function for all mfr id | Ivan Mikhaylov | 2023-06-09 | 1 | -69/+19 |
* | net/ncsi: clear Tx enable mode when handling a Config required AEN | Cosmo Chou | 2023-04-28 | 1 | -0/+1 |
* | net: Use of_property_read_bool() for boolean properties | Rob Herring | 2023-03-16 | 1 | -2/+2 |
* | net/ncsi: Silence runtime memcpy() false positive warning | Kees Cook | 2022-12-07 | 1 | -1/+2 |
* | genetlink: start to validate reserved header bytes | Jakub Kicinski | 2022-08-29 | 1 | -0/+1 |
* | net/ncsi: use proper "mellanox" DT vendor prefix | Krzysztof Kozlowski | 2022-06-24 | 1 | -1/+2 |
* | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov | 2022-01-15 | 1 | -2/+2 |
* | net/ncsi: check for error return from call to nla_put_u32 | Jiasheng Jiang | 2021-12-30 | 1 | -1/+5 |
* | net/ncsi : Add payload to be 32-bit aligned to fix dropped packets | Kumar Thangavel | 2021-11-24 | 1 | -8/+16 |
* | net/ncsi: add get MAC address command to get Intel i210 MAC address | Ivan Mikhaylov | 2021-09-02 | 4 | -1/+75 |
* | net/ncsi: add dummy response handler for Intel boards | Ivan Mikhaylov | 2021-07-08 | 1 | -1/+8 |
* | net/ncsi: add NCSI Intel OEM command to keep PHY up | Ivan Mikhaylov | 2021-07-08 | 3 | -0/+56 |
* | net/ncsi: fix restricted cast warning of sparse | Ivan Mikhaylov | 2021-07-08 | 2 | -4/+4 |
* | net/ncsi: Fix spelling mistakes | Zheng Yongjun | 2021-06-07 | 2 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-10 | 1 | -7/+13 |
|\ |
|
| * | net/ncsi: Avoid channel_monitor hrtimer deadlock | Milton Miller | 2021-03-30 | 1 | -7/+13 |
* | | ncsi: internal.h: Fix a spello | Bhaskar Chowdhury | 2021-03-29 | 1 | -1/+1 |
|/ |
|
* | net/ncsi: Use real net-device for response handler | John Wang | 2020-12-23 | 1 | -1/+1 |
* | net/ncsi: Fix netlink registration | Joel Stanley | 2020-11-13 | 3 | -27/+3 |
* | genetlink: move to smaller ops wherever possible | Jakub Kicinski | 2020-10-03 | 1 | -3/+3 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -2/+2 |
* | net/ncsi: use eth_zero_addr() to clear mac address | Miaohe Lin | 2020-07-23 | 1 | -1/+1 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 1 | -2/+2 |
* | net/ncsi: Support for multi host mellanox card | Vijay Khemka | 2020-01-10 | 2 | -0/+89 |
* | net/ncsi: Send device address as source address | Vijay Khemka | 2020-01-08 | 1 | -1/+9 |
* | net/ncsi: Fix gma flag setting after response | Vijay Khemka | 2019-12-31 | 2 | -3/+6 |
* | net/ncsi: Disable global multicast filter | Vijay Khemka | 2019-09-20 | 2 | -93/+12 |
* | net/ncsi: add response handlers for PLDM over NC-SI | Ben Wei | 2019-09-01 | 2 | -2/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-27 | 2 | -6/+16 |
|\ |
|
| * | net/ncsi: Fix the payload copying for the request coming from Netlink | Justin.Lee1@Dell.com | 2019-08-23 | 1 | -2/+9 |
| * | net/ncsi: Ensure 32-bit boundary for data cksum | Terry S. Duncan | 2019-08-20 | 2 | -4/+7 |
* | | net/ncsi: update response packet length for GCPS/GNS/GNPTS commands | Ben Wei | 2019-08-23 | 1 | -3/+3 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 8 | -40/+8 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | genetlink: optionally validate strictly/dumps | Johannes Berg | 2019-04-27 | 1 | -0/+6 |
* | netlink: make validation more configurable for future strictness | Johannes Berg | 2019-04-27 | 1 | -2/+2 |
* | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 2019-04-27 | 1 | -6/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-26 | 1 | -1/+5 |
|\ |
|
| * | net/ncsi: handle overflow when incrementing mac address | Tao Ren | 2019-04-24 | 1 | -1/+5 |
* | | genetlink: make policy common to family | Johannes Berg | 2019-03-22 | 1 | -6/+1 |
|/ |
|
* | net: ncsi: fix a missing check for nla_nest_start | Kangjie Lu | 2019-03-16 | 1 | -0/+4 |
* | net/ncsi: Add NCSI Mellanox OEM command | Vijay Khemka | 2018-11-28 | 4 | -2/+81 |