| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | net/ncsi: Configure multi-package, multi-channel modes with failover | Samuel Mendoza-Jonas | 2018-11-18 | 5 | -88/+478 |
* | net/ncsi: Reset channel state in ncsi_start_dev() | Samuel Mendoza-Jonas | 2018-11-18 | 3 | -12/+113 |
* | net/ncsi: Don't mark configured channels inactive | Samuel Mendoza-Jonas | 2018-11-18 | 2 | -8/+12 |
* | net/ncsi: Don't deselect package in suspend if active | Samuel Mendoza-Jonas | 2018-11-18 | 1 | -2/+13 |
* | net/ncsi: Probe single packages to avoid conflict | Samuel Mendoza-Jonas | 2018-11-18 | 2 | -55/+31 |
* | net/ncsi: Don't enable all channels when HWA available | Samuel Mendoza-Jonas | 2018-11-18 | 2 | -48/+5 |
* | net/ncsi: Add NCSI Broadcom OEM command | Vijay Khemka | 2018-10-18 | 5 | -2/+147 |
* | net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI co... | Justin.Lee1@Dell.com | 2018-10-16 | 6 | -5/+309 |
* | net/ncsi: Add NCSI OEM command support | Vijay Khemka | 2018-10-05 | 4 | -4/+88 |
* | net/ncsi: remove duplicated include from ncsi-netlink.c | YueHaibing | 2018-08-30 | 1 | -1/+0 |
* | net/ncsi: Fixup .dumpit message flags and ID check in Netlink handler | Samuel Mendoza-Jonas | 2018-08-23 | 1 | -2/+2 |
* | net/ncsi: Use netdev_dbg for debug messages | Joel Stanley | 2018-06-20 | 2 | -21/+18 |
* | net/ncsi: Drop no more channels message | Joel Stanley | 2018-06-20 | 1 | -2/+0 |
* | net/ncsi: Silence debug messages | Joel Stanley | 2018-06-20 | 2 | -9/+9 |