aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ncsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-18net/ncsi: Add NC-SI 1.2 Get MC MAC Address commandPeter Delevoryas4-4/+59
2023-11-18net/ncsi: Fix netlink major/minor version numbersPeter Delevoryas4-8/+36
2023-11-18net/ncsi: Simplify Kconfig/dts control flowPeter Delevoryas1-17/+3
2023-11-15Revert ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey1-5/+0
2023-09-18ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey1-0/+5
2023-08-15genetlink: make genl_info->nlhdr constJakub Kicinski2-2/+2
2023-06-09net/ncsi: change from ndo_set_mac_address to dev_set_mac_addressIvan Mikhaylov1-2/+3
2023-06-09net/ncsi: make one oem_gma function for all mfr idIvan Mikhaylov1-69/+19
2023-04-28net/ncsi: clear Tx enable mode when handling a Config required AENCosmo Chou1-0/+1
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring1-2/+2
2022-12-06net/ncsi: Silence runtime memcpy() false positive warningKees Cook1-1/+2
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-06-23net/ncsi: use proper "mellanox" DT vendor prefixKrzysztof Kozlowski1-1/+2
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-2/+2
2021-12-29net/ncsi: check for error return from call to nla_put_u32Jiasheng Jiang1-1/+5
2021-11-24net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel1-8/+16
2021-09-01net/ncsi: add get MAC address command to get Intel i210 MAC addressIvan Mikhaylov4-1/+75
2021-07-08net/ncsi: add dummy response handler for Intel boardsIvan Mikhaylov1-1/+8
2021-07-08net/ncsi: add NCSI Intel OEM command to keep PHY upIvan Mikhaylov3-0/+56
2021-07-08net/ncsi: fix restricted cast warning of sparseIvan Mikhaylov2-4/+4
2021-06-07net/ncsi: Fix spelling mistakesZheng Yongjun2-3/+3
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+13
2021-03-30net/ncsi: Avoid channel_monitor hrtimer deadlockMilton Miller1-7/+13
2021-03-28ncsi: internal.h: Fix a spelloBhaskar Chowdhury1-1/+1
2020-12-23net/ncsi: Use real net-device for response handlerJohn Wang1-1/+1
2020-11-12net/ncsi: Fix netlink registrationJoel Stanley3-27/+3
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-23net/ncsi: use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-01-09net/ncsi: Support for multi host mellanox cardVijay Khemka2-0/+89
2020-01-08net/ncsi: Send device address as source addressVijay Khemka1-1/+9
2019-12-30net/ncsi: Fix gma flag setting after responseVijay Khemka2-3/+6
2019-09-19net/ncsi: Disable global multicast filterVijay Khemka2-93/+12
2019-08-31net/ncsi: add response handlers for PLDM over NC-SIBen Wei2-2/+14
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-6/+16
2019-08-22net/ncsi: update response packet length for GCPS/GNS/GNPTS commandsBen Wei1-3/+3
2019-08-22net/ncsi: Fix the payload copying for the request coming from NetlinkJustin.Lee1@Dell.com1-2/+9
2019-08-20net/ncsi: Ensure 32-bit boundary for data cksumTerry S. Duncan2-4/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner8-40/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+6
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-6/+6
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-04-23net/ncsi: handle overflow when incrementing mac addressTao Ren1-1/+5
2019-03-22genetlink: make policy common to familyJohannes Berg1-6/+1
2019-03-16net: ncsi: fix a missing check for nla_nest_startKangjie Lu1-0/+4
2018-11-27net/ncsi: Add NCSI Mellanox OEM commandVijay Khemka4-2/+81
2018-11-17net/ncsi: Configure multi-package, multi-channel modes with failoverSamuel Mendoza-Jonas5-88/+478