aboutsummaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2015-04-30net: fix crash in build_skb()Eric Dumazet
2015-01-26netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf
2015-01-26netlink: Always copy on mmap TX.David Miller
2014-11-13fix misuses of f_count() in ppp and netlinkAl Viro
2014-10-17netlink: reset network header before passing to tapsDaniel Borkmann
2014-07-29netlink: Fix handling of error from netlink_dump().Ben Pfaff
2014-06-23netlink: Only check file credentials for implicit destinationsEric W. Biederman
2014-06-23net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-06-23net: Add variants of capable for use on netlink messagesEric W. Biederman
2014-06-23netlink: Rename netlink_capable netlink_allowedEric W. Biederman
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-09-06net: netlink: filter particular protocols from analyzersDaniel Borkmann
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-28genl: Hold reference on correct module while netlink-dump.Pravin B Shelar
2013-08-28genl: Fix genl dumpit() locking.Pravin B Shelar
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-22Revert "genetlink: fix family dump race"Johannes Berg
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-15netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar
2013-08-13genetlink: fix family dump raceJohannes Berg
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-02net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann
2013-07-30genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACEPablo Neira
2013-07-27genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka
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: 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