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