summaryrefslogtreecommitdiffstats
path: root/net/ncsi/ncsi-cmd.c
Commit message (Expand)AuthorAgeFilesLines
* net/ncsi: Silence runtime memcpy() false positive warningKees Cook2022-12-061-1/+2
* net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel2021-11-241-8/+16
* net/ncsi: Send device address as source addressVijay Khemka2020-01-081-1/+9
* net/ncsi: Fix the payload copying for the request coming from NetlinkJustin.Lee1@Dell.com2019-08-221-2/+9
* net/ncsi: Ensure 32-bit boundary for data cksumTerry S. Duncan2019-08-201-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI co...Justin.Lee1@Dell.com2018-10-151-0/+8
* net/ncsi: Add NCSI OEM command supportVijay Khemka2018-10-051-3/+27
* net/ncsi: Fix several packet definitionsSamuel Mendoza-Jonas2017-08-281-5/+5
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-24/+12
* net/ncsi: Allow to extend NCSI request propertiesGavin Shan2016-10-041-1/+1
* net/ncsi: NCSI command packet handlerGavin Shan2016-07-191-0/+367