index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ncsi
Age
Commit message (
Expand
)
Author
Files
Lines
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
-311
/
+147
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
[next]