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
/
netlink
/
af_netlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-02
netlink: Only check file credentials for implicit destinations
Eric W. Biederman
1
-1
/
+6
2014-04-24
net: Add variants of capable for use on netlink messages
Eric W. Biederman
1
-0
/
+65
2014-04-24
netlink: Rename netlink_capable netlink_allowed
Eric W. Biederman
1
-5
/
+5
2014-04-11
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
1
-2
/
+2
2014-03-10
netlink: autosize skb lengthes
Eric Dumazet
1
-1
/
+26
2014-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2014-02-25
net: Fix permission check in netlink_connect()
Mike Pecovnik
1
-2
/
+2
2014-02-17
netlink: fix checkpatch errors space and "foo *bar"
Wang Yufen
1
-2
/
+2
2014-01-18
net: add build-time checks for msg->msg_name size
Steffen Hurrle
1
-2
/
+2
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
1
-0
/
+4
2014-01-06
netlink: Avoid netlink mmap alloc if msg size exceeds frame size
Thomas Graf
1
-0
/
+4
2014-01-01
netlink: cleanup tap related functions
stephen hemminger
1
-17
/
+1
2013-12-31
netlink: specify netlink packet direction for nlmon
Daniel Borkmann
1
-0
/
+2
2013-12-31
netlink: only do not deliver to tap when both sides are kernel sks
Daniel Borkmann
1
-5
/
+8
2013-11-20
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
1
-2
/
+0
2013-11-19
netlink: fix documentation typo in netlink_set_err()
Johannes Berg
1
-1
/
+1
2013-09-06
net: netlink: filter particular protocols from analyzers
Daniel Borkmann
1
-0
/
+30
2013-08-15
netlink: Eliminate kmalloc in netlink dump operation.
Pravin B Shelar
1
-55
/
+42
2013-08-02
net: netlink: minor: remove unused pointer in alloc_pg_vec
Daniel Borkmann
1
-2
/
+2
2013-06-27
netlink: fix splat in skb_clone with large messages
Pablo Neira
1
-17
/
+18
2013-06-24
net: netlink: virtual tap device management
Daniel Borkmann
1
-0
/
+107
2013-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-06-13
netlink: make compare exist all the time
Gao feng
1
-2
/
+2
2013-06-11
netlink: fix error propagation in netlink_mmap()
Patrick McHardy
1
-1
/
+1
2013-06-11
netlink: Add compare function for netlink_table
Gao feng
1
-8
/
+25
2013-06-07
netlink: allow large data transfers from user-space
Pablo Neira Ayuso
1
-2
/
+35
2013-06-04
net: fix sk_buff head without data area
Pablo Neira
1
-1
/
+1
2013-05-01
netlink: Fix skb ref counting.
Pravin B Shelar
1
-1
/
+0
2013-04-24
netlink: fix compilation after memory mapped patches
Nicolas Dichtel
1
-4
/
+4
2013-04-23
netlink: fix typo in net/netlink/af_netlink.c
Stephen Rothwell
1
-1
/
+1
2013-04-19
netlink: add flow control for memory mapped I/O
Patrick McHardy
1
-27
/
+61
2013-04-19
netlink: implement memory mapped recvmsg()
Patrick McHardy
1
-3
/
+141
2013-04-19
netlink: implement memory mapped sendmsg()
Patrick McHardy
1
-6
/
+129
2013-04-19
netlink: add mmap'ed netlink helper functions
Patrick McHardy
1
-2
/
+183
2013-04-19
netlink: mmaped netlink: ring setup
Patrick McHardy
1
-2
/
+266
2013-04-19
netlink: add netlink_skb_set_owner_r()
Patrick McHardy
1
-3
/
+17
2013-04-19
netlink: don't orphan skb in netlink_trim()
Patrick McHardy
1
-1
/
+1
2013-04-19
netlink: rename ssk to sk in struct netlink_skb_params
Patrick McHardy
1
-1
/
+1
2013-04-19
netlink: add symbolic value for congested state
Patrick McHardy
1
-7
/
+11
2013-03-28
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
Hong zhi guo
1
-2
/
+2
2013-03-21
net: prepare netlink code for netlink diag
Andrey Vagin
1
-54
/
+5
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-19
/
+11
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-02-18
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
1
-1
/
+1
2013-02-18
net: proc: change proc_net_fops_create to proc_create
Gao feng
1
-1
/
+1
2013-01-09
netlink: Use FIELD_SIZEOF() in netlink_proto_init().
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+1
2012-12-17
netlink: validate addr_len on bind
Hannes Frederic Sowa
1
-0
/
+3
2012-12-17
netlink: change presentation of portid in procfs to unsigned
Hannes Frederic Sowa
1
-1
/
+1
2012-11-18
net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm
Eric W. Biederman
1
-1
/
+1
[next]