index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netlink
/
af_netlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-09
netlink: Don't shift on 64 for ngroups
Dmitry Safonov
1
-2
/
+2
2018-08-06
netlink: Fix spectre v1 gadget in netlink_create()
Jeremy Cline
1
-0
/
+2
2018-08-03
netlink: Don't shift with UB on nlk->ngroups
Dmitry Safonov
1
-1
/
+5
2018-08-03
netlink: Do not subscribe to non-existent groups
Dmitry Safonov
1
-0
/
+1
2018-05-16
netlink: fix uninit-value in netlink_sendmsg
Eric Dumazet
1
-0
/
+2
2018-04-12
netlink: make sure nladdr has correct size in netlink_connect()
Alexander Potapenko
1
-0
/
+3
2018-03-08
netlink: put module reference if dump start fails
Jason A. Donenfeld
1
-1
/
+3
2018-01-31
netlink: reset extack earlier in netlink_rcv_skb
Xin Long
1
-1
/
+1
2018-01-31
netlink: extack needs to be reset each time through loop
David Ahern
1
-1
/
+2
2018-01-02
netlink: Add netns check on taps
Kevin Cernekee
1
-0
/
+3
2017-11-24
af_netlink: ensure that NLMSG_DONE never fails in dumps
Jason A. Donenfeld
1
-6
/
+11
2017-10-18
netlink: fix netlink_ack() extack race
Johannes Berg
1
-4
/
+4
2017-10-09
netlink: do not set cb_running if dump's start() errs
Jason A. Donenfeld
1
-6
/
+7
2017-09-30
netlink: do not proceed if dump's start() errs
Jason A. Donenfeld
1
-2
/
+5
2017-09-06
netlink: access nlk groups safely in netlink bind and getname
Xin Long
1
-4
/
+12
2017-09-06
netlink: fix an use-after-free issue for nlk groups
Xin Long
1
-3
/
+3
2017-07-01
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-3
/
+3
2017-07-01
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-07-01
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
1
-3
/
+3
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-06-01
netlink: don't send unknown nsid
Nicolas Dichtel
1
-1
/
+3
2017-04-13
netlink: allow sending extended ACK with cookie on success
Johannes Berg
1
-11
/
+22
2017-04-13
netlink: extended ACK reporting
Johannes Berg
1
-9
/
+62
2017-04-05
netlink/diag: report flags for netlink sockets
Andrey Vagin
1
-8
/
+0
2017-03-21
crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex
Herbert Xu
1
-0
/
+41
2017-01-27
net: adjust skb->truesize in pskb_expand_head()
Eric Dumazet
1
-5
/
+3
2017-01-16
netlink: do not enter direct reclaim from netlink_trim()
Eric Dumazet
1
-1
/
+3
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-10
netlink: use blocking notifier
WANG Cong
1
-4
/
+4
2016-12-05
netlink: Do not schedule work from sk_destruct
Herbert Xu
1
-17
/
+15
2016-11-29
netlink: Call cb->done from a worker thread
Herbert Xu
1
-4
/
+23
2016-10-06
netlink: do not enter direct reclaim from netlink_dump()
Eric Dumazet
1
-3
/
+4
2016-05-16
netlink: Fix dump skb leak/double free
Herbert Xu
1
-2
/
+5
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-04-10
netlink: don't send NETLINK_URELEASE for unbound sockets
Dmitry Ivanov
1
-1
/
+1
2016-04-05
rhashtable: accept GFP flags in rhashtable_walk_init
Bob Copeland
1
-1
/
+2
2016-03-22
netlink: add support for NIC driver ioctls
David Decotigny
1
-1
/
+9
2016-02-18
nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"
Florian Westphal
1
-16
/
+4
2016-02-18
netlink: remove mmapped netlink support
Florian Westphal
1
-745
/
+9
2016-01-29
netlink: not trim skb for mmaped socket when dump
Ken-ichirou MATSUZAWA
1
-1
/
+2
2015-12-15
netlink: add a start callback for starting a netlink dump
Tom Herbert
1
-0
/
+4
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2015-10-22
netlink: fix locking around NETLINK_LIST_MEMBERSHIPS
David Herrmann
1
-2
/
+2
2015-10-18
netlink: Trim skb to alloc size to avoid MSG_TRUNC
Arad, Ronen
1
-12
/
+22
2015-09-24
netlink: Replace rhash_portid with bound
Herbert Xu
1
-11
/
+28
2015-09-20
netlink: Fix autobind race condition that leads to zero port ID
Herbert Xu
1
-5
/
+7
2015-09-11
netlink, mmap: transform mmap skb into full skb on taps
Daniel Borkmann
1
-7
/
+23
2015-09-09
netlink, mmap: fix edge-case leakages in nf queue zero-copy
Daniel Borkmann
1
-6
/
+12
2015-09-09
netlink, mmap: don't walk rx ring on poll if receive queue non-empty
Daniel Borkmann
1
-5
/
+12
[next]