summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2015-05-06net: fix crash in build_skb()Eric Dumazet
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-10-15netlink: reset network header before passing to tapsDaniel Borkmann
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
2014-02-25net: Fix permission check in netlink_connect()Mike Pecovnik
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-06genl: Add genlmsg_new_unicast() for unicast message allocationThomas 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-28genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg
2013-11-28genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-19netlink: fix documentation typo in netlink_set_err()Johannes Berg
2013-11-18genetlink: rename shadowed variableJohannes Berg
2013-11-15genetlink: unify registration functionsJohannes Berg
2013-11-14genetlink: allow making ops constJohannes Berg
2013-11-14genetlink: register family ops as arrayJohannes Berg
2013-11-14genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg
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