summaryrefslogtreecommitdiffstats
path: root/net/ncsi
AgeCommit message (Expand)AuthorLines
11 daysnet: ncsi: fix skb leak in error pathsJian Zhang-5/+14
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-06-12net: ncsi: Fix buffer overflow in fetching version idHari Kalavakunta-1/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook-1/+1
2025-05-27net/ncsi: Use struct sockaddr_storage for pending_macKees Cook-11/+11
2025-04-15net: ncsi: Fix GCPS 64-bit member variablesHari Kalavakunta-34/+31
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-01-27net/ncsi: use dev_set_mac_address() for Get MC MAC Address handlingPaul Fertser-10/+8
2025-01-22net/ncsi: wait for the last response to Deselect Package before configuring c...Paul Fertser-6/+7
2025-01-13net/ncsi: fix locking in Get MAC Address handlingPaul Fertser-15/+22
2024-10-03net/ncsi: Disable the ncsi work before freeing the associated structureEddie James-0/+2
2024-06-01net/ncsi: Fix the multi thread manner of NCSI driverDelphineCCChiu-38/+41
2023-11-18net/ncsi: Add NC-SI 1.2 Get MC MAC Address commandPeter Delevoryas-4/+59
2023-11-18net/ncsi: Fix netlink major/minor version numbersPeter Delevoryas-8/+36
2023-11-18net/ncsi: Simplify Kconfig/dts control flowPeter Delevoryas-17/+3
2023-11-15Revert ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey-5/+0
2023-09-18ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey-0/+5
2023-08-15genetlink: make genl_info->nlhdr constJakub Kicinski-2/+2
2023-06-09net/ncsi: change from ndo_set_mac_address to dev_set_mac_addressIvan Mikhaylov-2/+3
2023-06-09net/ncsi: make one oem_gma function for all mfr idIvan Mikhaylov-69/+19
2023-04-28net/ncsi: clear Tx enable mode when handling a Config required AENCosmo Chou-0/+1
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring-2/+2
2022-12-06net/ncsi: Silence runtime memcpy() false positive warningKees Cook-1/+2
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski-0/+1
2022-06-23net/ncsi: use proper "mellanox" DT vendor prefixKrzysztof Kozlowski-1/+2
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov-2/+2
2021-12-29net/ncsi: check for error return from call to nla_put_u32Jiasheng Jiang-1/+5
2021-11-24net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel-8/+16
2021-09-01net/ncsi: add get MAC address command to get Intel i210 MAC addressIvan Mikhaylov-1/+75
2021-07-08net/ncsi: add dummy response handler for Intel boardsIvan Mikhaylov-1/+8
2021-07-08net/ncsi: add NCSI Intel OEM command to keep PHY upIvan Mikhaylov-0/+56
2021-07-08net/ncsi: fix restricted cast warning of sparseIvan Mikhaylov-4/+4
2021-06-07net/ncsi: Fix spelling mistakesZheng Yongjun-3/+3
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+13
2021-03-30net/ncsi: Avoid channel_monitor hrtimer deadlockMilton Miller-7/+13
2021-03-28ncsi: internal.h: Fix a spelloBhaskar Chowdhury-1/+1
2020-12-23net/ncsi: Use real net-device for response handlerJohn Wang-1/+1
2020-11-12net/ncsi: Fix netlink registrationJoel Stanley-27/+3
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-23net/ncsi: use eth_zero_addr() to clear mac addressMiaohe Lin-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-01-09net/ncsi: Support for multi host mellanox cardVijay Khemka-0/+89
2020-01-08net/ncsi: Send device address as source addressVijay Khemka-1/+9
2019-12-30net/ncsi: Fix gma flag setting after responseVijay Khemka-3/+6
2019-09-19net/ncsi: Disable global multicast filterVijay Khemka-93/+12
2019-08-31net/ncsi: add response handlers for PLDM over NC-SIBen Wei-2/+14
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+16