| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-06-23 | net/ncsi: use proper "mellanox" DT vendor prefix | Krzysztof Kozlowski | 1 | -1/+2 |
| 2022-01-15 | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov | 1 | -2/+2 |
| 2021-12-29 | net/ncsi: check for error return from call to nla_put_u32 | Jiasheng Jiang | 1 | -1/+5 |
| 2021-11-24 | net/ncsi : Add payload to be 32-bit aligned to fix dropped packets | Kumar Thangavel | 1 | -8/+16 |
| 2021-09-01 | net/ncsi: add get MAC address command to get Intel i210 MAC address | Ivan Mikhaylov | 4 | -1/+75 |
| 2021-07-08 | net/ncsi: add dummy response handler for Intel boards | Ivan Mikhaylov | 1 | -1/+8 |
| 2021-07-08 | net/ncsi: add NCSI Intel OEM command to keep PHY up | Ivan Mikhaylov | 3 | -0/+56 |
| 2021-07-08 | net/ncsi: fix restricted cast warning of sparse | Ivan Mikhaylov | 2 | -4/+4 |
| 2021-06-07 | net/ncsi: Fix spelling mistakes | Zheng Yongjun | 2 | -3/+3 |
| 2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+13 |
| 2021-03-30 | net/ncsi: Avoid channel_monitor hrtimer deadlock | Milton Miller | 1 | -7/+13 |
| 2021-03-28 | ncsi: internal.h: Fix a spello | Bhaskar Chowdhury | 1 | -1/+1 |
| 2020-12-23 | net/ncsi: Use real net-device for response handler | John Wang | 1 | -1/+1 |
| 2020-11-12 | net/ncsi: Fix netlink registration | Joel Stanley | 3 | -27/+3 |
| 2020-10-02 | genetlink: move to smaller ops wherever possible | Jakub Kicinski | 1 | -3/+3 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-07-23 | net/ncsi: use eth_zero_addr() to clear mac address | Miaohe Lin | 1 | -1/+1 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
| 2020-01-09 | net/ncsi: Support for multi host mellanox card | Vijay Khemka | 2 | -0/+89 |
| 2020-01-08 | net/ncsi: Send device address as source address | Vijay Khemka | 1 | -1/+9 |
| 2019-12-30 | net/ncsi: Fix gma flag setting after response | Vijay Khemka | 2 | -3/+6 |
| 2019-09-19 | net/ncsi: Disable global multicast filter | Vijay Khemka | 2 | -93/+12 |
| 2019-08-31 | net/ncsi: add response handlers for PLDM over NC-SI | Ben Wei | 2 | -2/+14 |
| 2019-08-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -6/+16 |
| 2019-08-22 | net/ncsi: update response packet length for GCPS/GNS/GNPTS commands | Ben Wei | 1 | -3/+3 |
| 2019-08-22 | net/ncsi: Fix the payload copying for the request coming from Netlink | Justin.Lee1@Dell.com | 1 | -2/+9 |
| 2019-08-20 | net/ncsi: Ensure 32-bit boundary for data cksum | Terry S. Duncan | 2 | -4/+7 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 8 | -40/+8 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg | 1 | -0/+6 |
| 2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -2/+2 |
| 2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -6/+6 |
| 2019-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
| 2019-04-23 | net/ncsi: handle overflow when incrementing mac address | Tao Ren | 1 | -1/+5 |
| 2019-03-22 | genetlink: make policy common to family | Johannes Berg | 1 | -6/+1 |
| 2019-03-16 | net: ncsi: fix a missing check for nla_nest_start | Kangjie Lu | 1 | -0/+4 |
| 2018-11-27 | net/ncsi: Add NCSI Mellanox OEM command | Vijay Khemka | 4 | -2/+81 |
| 2018-11-17 | net/ncsi: Configure multi-package, multi-channel modes with failover | Samuel Mendoza-Jonas | 5 | -88/+478 |
| 2018-11-17 | net/ncsi: Reset channel state in ncsi_start_dev() | Samuel Mendoza-Jonas | 3 | -12/+113 |
| 2018-11-17 | net/ncsi: Don't mark configured channels inactive | Samuel Mendoza-Jonas | 2 | -8/+12 |
| 2018-11-17 | net/ncsi: Don't deselect package in suspend if active | Samuel Mendoza-Jonas | 1 | -2/+13 |
| 2018-11-17 | net/ncsi: Probe single packages to avoid conflict | Samuel Mendoza-Jonas | 2 | -55/+31 |
| 2018-11-17 | net/ncsi: Don't enable all channels when HWA available | Samuel Mendoza-Jonas | 2 | -48/+5 |
| 2018-10-17 | net/ncsi: Add NCSI Broadcom OEM command | Vijay Khemka | 5 | -2/+147 |
| 2018-10-15 | net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI co... | Justin.Lee1@Dell.com | 6 | -5/+309 |
| 2018-10-05 | net/ncsi: Add NCSI OEM command support | Vijay Khemka | 4 | -4/+88 |
| 2018-08-29 | net/ncsi: remove duplicated include from ncsi-netlink.c | YueHaibing | 1 | -1/+0 |
| 2018-08-22 | net/ncsi: Fixup .dumpit message flags and ID check in Netlink handler | Samuel Mendoza-Jonas | 1 | -2/+2 |
| 2018-06-20 | net/ncsi: Use netdev_dbg for debug messages | Joel Stanley | 2 | -21/+18 |
| 2018-06-20 | net/ncsi: Drop no more channels message | Joel Stanley | 1 | -2/+0 |
| 2018-06-20 | net/ncsi: Silence debug messages | Joel Stanley | 2 | -9/+9 |
| 2018-06-03 | net/ncsi: Avoid GFP_KERNEL in response handler | Samuel Mendoza-Jonas | 1 | -2/+2 |
| 2018-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-05-31 | net/ncsi: Fix array size in dumpit handler | Samuel Mendoza-Jonas | 1 | -1/+1 |
| 2018-05-29 | net: remove unnecessary genlmsg_cancel() calls | YueHaibing | 1 | -1/+0 |
| 2018-05-17 | net/ncsi: prevent a couple array underflows | Dan Carpenter | 1 | -2/+3 |
| 2018-04-17 | net/ncsi: Refactor MAC, VLAN filters | Samuel Mendoza-Jonas | 4 | -310/+146 |
| 2018-03-27 | net/ncsi: check for null return from call to nla_nest_start | Colin Ian King | 1 | -0/+4 |
| 2018-03-08 | net/ncsi: unlock on error in ncsi_set_interface_nl() | Dan Carpenter | 1 | -0/+2 |
| 2018-03-08 | net/ncsi: use kfree_skb() instead of kfree() | Dan Carpenter | 1 | -2/+2 |
| 2018-03-05 | net/ncsi: Add generic netlink family | Samuel Mendoza-Jonas | 5 | -5/+471 |
| 2017-12-18 | net/ncsi: Don't take any action on HNCDSC AEN | Samuel Mendoza-Jonas | 1 | -32/+3 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() (2 field) | Kees Cook | 1 | -4/+3 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -5/+3 |
| 2017-11-11 | net/ncsi: Don't return error on normal response | Samuel Mendoza-Jonas | 1 | -17/+14 |
| 2017-11-11 | net/ncsi: Improve general state logging | Samuel Mendoza-Jonas | 3 | -21/+80 |
| 2017-11-03 | net/ncsi: Make local function ncsi_get_filter() static | Wei Yongjun | 1 | -1/+1 |
| 2017-10-21 | net/ncsi: Fix length of GVI response packet | Gavin Shan | 1 | -1/+1 |
| 2017-10-21 | net/ncsi: Enforce failover on link monitor timeout | Gavin Shan | 1 | -3/+5 |
| 2017-10-21 | net/ncsi: Disable HWA mode when no channels are found | Gavin Shan | 1 | -2/+10 |
| 2017-10-21 | net/ncsi: Stop monitor if channel times out or is inactive | Samuel Mendoza-Jonas | 1 | -6/+9 |
| 2017-10-21 | net/ncsi: Fix AEN HNCDSC packet length | Samuel Mendoza-Jonas | 1 | -1/+1 |
| 2017-10-11 | net/ncsi: Don't limit vids based on hot_channel | Samuel Mendoza-Jonas | 2 | -8/+10 |
| 2017-09-05 | net/ncsi: fix ncsi_vlan_rx_{add,kill}_vid references | Arnd Bergmann | 1 | -0/+2 |
| 2017-08-28 | net/ncsi: Configure VLAN tag filter | Samuel Mendoza-Jonas | 3 | -4/+324 |
| 2017-08-28 | net/ncsi: Fix several packet definitions | Samuel Mendoza-Jonas | 3 | -7/+8 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-06-16 | networking: convert many more places to skb_put_zero() | Johannes Berg | 1 | -24/+12 |
| 2016-10-20 | net/ncsi: Improve HNCDSC AEN handler | Gavin Shan | 1 | -3/+15 |
| 2016-10-20 | net/ncsi: Choose hot channel as active one if necessary | Gavin Shan | 2 | -3/+20 |
| 2016-10-20 | net/ncsi: Fix stale link state of inactive channels on failover | Gavin Shan | 2 | -1/+28 |
| 2016-10-20 | net/ncsi: Avoid if statements in ncsi_suspend_channel() | Gavin Shan | 1 | -28/+50 |
| 2016-10-04 | net/ncsi: Introduce ncsi_stop_dev() | Gavin Shan | 1 | -13/+24 |
| 2016-10-04 | net/ncsi: Rework the channel monitoring | Gavin Shan | 3 | -23/+35 |
| 2016-10-04 | net/ncsi: Allow to extend NCSI request properties | Gavin Shan | 4 | -14/+17 |
| 2016-10-04 | net/ncsi: Rework request index allocation | Gavin Shan | 2 | -8/+10 |
| 2016-10-04 | net/ncsi: Don't probe on the reserved channel ID (0x1f) | Gavin Shan | 1 | -2/+2 |
| 2016-10-04 | net/ncsi: Introduce NCSI_RESERVED_CHANNEL | Gavin Shan | 2 | -7/+8 |
| 2016-10-04 | net/ncsi: Avoid unused-value build warning from ia64-linux-gcc | Gavin Shan | 2 | -27/+81 |
| 2016-07-25 | net/ncsi: avoid maybe-uninitialized warning | Arnd Bergmann | 1 | -13/+19 |
| 2016-07-19 | net/ncsi: NCSI AEN packet handler | Gavin Shan | 5 | -2/+236 |
| 2016-07-19 | net/ncsi: Package and channel management | Gavin Shan | 3 | -0/+828 |
| 2016-07-19 | net/ncsi: NCSI response packet handler | Gavin Shan | 4 | -1/+1227 |
| 2016-07-19 | net/ncsi: NCSI command packet handler | Gavin Shan | 4 | -1/+558 |
| 2016-07-19 | net/ncsi: Resource management | Gavin Shan | 4 | -0/+708 |