aboutsummaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2015-01-27netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf
2015-01-27netlink: Always copy on mmap TX.David Miller
2014-11-14fix misuses of f_count() in ppp and netlinkAl Viro
2014-07-28netlink: Fix handling of error from netlink_dump().Ben Pfaff
2014-06-26netlink: Only check file credentials for implicit destinationsEric W. Biederman
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-06-26net: Add variants of capable for use on netlink messagesEric W. Biederman
2014-06-26netlink: Rename netlink_capable netlink_allowedEric W. Biederman
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-09-14genl: Hold reference on correct module while netlink-dump.Pravin B Shelar
2013-09-14genl: Fix genl dumpit() locking.Pravin B Shelar
2013-08-20Revert "genetlink: fix family dump race"Greg Kroah-Hartman
2013-08-20genetlink: fix family dump raceJohannes Berg
2013-08-11genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka
2013-06-11netlink: fix error propagation in netlink_mmap()Patrick McHardy
2013-06-04net: fix sk_buff head without data areaPablo Neira
2013-05-01netlink: kconfig: move mmap i/o into netlink kconfigDaniel Borkmann
2013-05-01netlink: Fix skb ref counting.Pravin B Shelar
2013-04-26genetlink: fix possible memory leak in genl_family_rcv_msg()Wei Yongjun
2013-04-25genl: Allow concurrent genl callbacks.Pravin B Shelar
2013-04-24netlink: fix compilation after memory mapped patchesNicolas Dichtel
2013-04-23netlink: Fix build with mmap disabled.David S. Miller
2013-04-23netlink: fix typo in net/netlink/af_netlink.cStephen Rothwell
2013-04-19netlink: add RX/TX-ring support to netlink diagPatrick McHardy
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-21netlink: Diag core and basic socket info dumping (v2)Andrey Vagin
2013-03-21net: prepare netlink code for netlink diagAndrey Vagin
2013-03-20genetlink: trigger BUG_ON if a group name is too longMasatake YAMATO
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