summaryrefslogtreecommitdiff
path: root/net/netlink/af_netlink.c
AgeCommit message (Expand)Author
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2014-01-06netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf
2014-01-01netlink: cleanup tap related functionsstephen hemminger
2013-12-31netlink: specify netlink packet direction for nlmonDaniel Borkmann
2013-12-31netlink: only do not deliver to tap when both sides are kernel sksDaniel Borkmann
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-19netlink: fix documentation typo in netlink_set_err()Johannes Berg
2013-09-06net: netlink: filter particular protocols from analyzersDaniel Borkmann
2013-08-15netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar
2013-08-02net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann
2013-06-27netlink: fix splat in skb_clone with large messagesPablo Neira
2013-06-24net: netlink: virtual tap device managementDaniel Borkmann
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-13netlink: make compare exist all the timeGao feng
2013-06-11netlink: fix error propagation in netlink_mmap()Patrick McHardy
2013-06-11netlink: Add compare function for netlink_tableGao feng
2013-06-07netlink: allow large data transfers from user-spacePablo Neira Ayuso
2013-06-04net: fix sk_buff head without data areaPablo Neira
2013-05-01netlink: Fix skb ref counting.Pravin B Shelar
2013-04-24netlink: fix compilation after memory mapped patchesNicolas Dichtel
2013-04-23netlink: fix typo in net/netlink/af_netlink.cStephen Rothwell
2013-04-19netlink: add flow control for memory mapped I/OPatrick McHardy
2013-04-19netlink: implement memory mapped recvmsg()Patrick McHardy
2013-04-19netlink: implement memory mapped sendmsg()Patrick McHardy
2013-04-19netlink: add mmap'ed netlink helper functionsPatrick McHardy
2013-04-19netlink: mmaped netlink: ring setupPatrick McHardy
2013-04-19netlink: add netlink_skb_set_owner_r()Patrick McHardy
2013-04-19netlink: don't orphan skb in netlink_trim()Patrick McHardy
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy
2013-04-19netlink: add symbolic value for congested statePatrick McHardy
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-03-21net: prepare netlink code for netlink diagAndrey Vagin
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-09netlink: Use FIELD_SIZEOF() in netlink_proto_init().YOSHIFUJI Hideaki / 吉藤英明
2012-12-17netlink: validate addr_len on bindHannes Frederic Sowa
2012-12-17netlink: change presentation of portid in procfs to unsignedHannes Frederic Sowa
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman
2012-10-18netlink: use kfree_rcu() in netlink_release()Eric Dumazet
2012-10-07netlink: add reference of module in netlink_dump_startGao feng
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller