index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netlink
/
af_netlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-19
1
-1
/
+1
|
\
|
*
netlink: reset extack earlier in netlink_rcv_skb
Xin Long
2018-01-18
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
1
-1
/
+2
|
\
|
|
*
netlink: extack needs to be reset each time through loop
David Ahern
2018-01-15
1
-1
/
+2
*
|
net: delete /proc THIS_MODULE references
Alexey Dobriyan
2018-01-16
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-16
1
-0
/
+3
|
\
|
|
*
netlink: Add netns check on taps
Kevin Cernekee
2017-12-11
1
-0
/
+3
*
|
netlink: convert netlink tap spinlock to mutex
Cong Wang
2017-12-11
1
-6
/
+6
*
|
netlink: make netlink tap per netns
Cong Wang
2017-12-11
1
-17
/
+49
*
|
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
2017-12-11
1
-2
/
+3
|
/
*
netlink: remove unnecessary forward declaration
Johannes Berg
2017-11-14
1
-1
/
+0
*
af_netlink: ensure that NLMSG_DONE never fails in dumps
Jason A. Donenfeld
2017-11-13
1
-6
/
+11
*
netlink: Allow ext_ack to carry non-error messages
David Ahern
2017-11-01
1
-9
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-4
/
+4
|
\
|
*
netlink: fix netlink_ack() extack race
Johannes Berg
2017-10-18
1
-4
/
+4
*
|
netlink: use NETLINK_CB(in_skb).sk instead of looking it up
Johannes Berg
2017-10-18
1
-10
/
+2
|
/
*
netlink: do not set cb_running if dump's start() errs
Jason A. Donenfeld
2017-10-09
1
-6
/
+7
*
netlink: do not proceed if dump's start() errs
Jason A. Donenfeld
2017-09-30
1
-2
/
+5
*
netlink: access nlk groups safely in netlink bind and getname
Xin Long
2017-09-06
1
-4
/
+12
*
netlink: fix an use-after-free issue for nlk groups
Xin Long
2017-09-06
1
-3
/
+3
*
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-3
/
+3
*
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-1
/
+1
*
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-3
/
+3
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-1
/
+1
*
netlink: don't send unknown nsid
Nicolas Dichtel
2017-06-01
1
-1
/
+3
*
netlink: allow sending extended ACK with cookie on success
Johannes Berg
2017-04-13
1
-11
/
+22
*
netlink: extended ACK reporting
Johannes Berg
2017-04-13
1
-9
/
+62
*
netlink/diag: report flags for netlink sockets
Andrey Vagin
2017-04-05
1
-8
/
+0
*
crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex
Herbert Xu
2017-03-21
1
-0
/
+41
*
net: adjust skb->truesize in pskb_expand_head()
Eric Dumazet
2017-01-27
1
-5
/
+3
*
netlink: do not enter direct reclaim from netlink_trim()
Eric Dumazet
2017-01-16
1
-1
/
+3
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
netlink: use blocking notifier
WANG Cong
2016-12-10
1
-4
/
+4
*
netlink: Do not schedule work from sk_destruct
Herbert Xu
2016-12-05
1
-17
/
+15
*
netlink: Call cb->done from a worker thread
Herbert Xu
2016-11-29
1
-4
/
+23
*
netlink: do not enter direct reclaim from netlink_dump()
Eric Dumazet
2016-10-06
1
-3
/
+4
*
netlink: Fix dump skb leak/double free
Herbert Xu
2016-05-16
1
-2
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-23
1
-1
/
+1
|
\
|
*
netlink: don't send NETLINK_URELEASE for unbound sockets
Dmitry Ivanov
2016-04-10
1
-1
/
+1
*
|
rhashtable: accept GFP flags in rhashtable_walk_init
Bob Copeland
2016-04-05
1
-1
/
+2
|
/
*
netlink: add support for NIC driver ioctls
David Decotigny
2016-03-22
1
-1
/
+9
*
nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"
Florian Westphal
2016-02-18
1
-16
/
+4
*
netlink: remove mmapped netlink support
Florian Westphal
2016-02-18
1
-745
/
+9
*
netlink: not trim skb for mmaped socket when dump
Ken-ichirou MATSUZAWA
2016-01-29
1
-1
/
+2
*
netlink: add a start callback for starting a netlink dump
Tom Herbert
2015-12-15
1
-0
/
+4
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-06
1
-1
/
+1
*
netlink: fix locking around NETLINK_LIST_MEMBERSHIPS
David Herrmann
2015-10-22
1
-2
/
+2
*
netlink: Trim skb to alloc size to avoid MSG_TRUNC
Arad, Ronen
2015-10-18
1
-12
/
+22
*
netlink: Replace rhash_portid with bound
Herbert Xu
2015-09-24
1
-11
/
+28
[next]