summaryrefslogtreecommitdiffstats
path: root/net/netlink
Commit message (Expand)AuthorAgeFilesLines
* netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-10-012-7/+32
* netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2015-10-011-32/+47
* net: fix crash in build_skb()Eric Dumazet2015-05-061-4/+2
* netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf2015-01-271-1/+1
* netlink: Always copy on mmap TX.David Miller2015-01-271-36/+16
* fix misuses of f_count() in ppp and netlinkAl Viro2014-11-141-1/+1
* netlink: reset network header before passing to tapsDaniel Borkmann2014-10-151-1/+1
* netlink: Fix handling of error from netlink_dump().Ben Pfaff2014-07-281-2/+2
* netlink: Only check file credentials for implicit destinationsEric W. Biederman2014-06-261-1/+6
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-06-261-1/+1
* net: Add variants of capable for use on netlink messagesEric W. Biederman2014-06-261-0/+65
* netlink: Rename netlink_capable netlink_allowedEric W. Biederman2014-06-261-5/+5
* net: Fix permission check in netlink_connect()Mike Pecovnik2014-02-251-2/+2
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-01-062-0/+25
|\
| * netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf2014-01-061-0/+4
| * genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf2014-01-061-0/+21
* | netlink: cleanup tap related functionsstephen hemminger2014-01-011-17/+1
* | netlink: specify netlink packet direction for nlmonDaniel Borkmann2013-12-311-0/+2
* | netlink: only do not deliver to tap when both sides are kernel sksDaniel Borkmann2013-12-311-5/+8
* | genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg2013-11-281-2/+9
* | genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven2013-11-281-1/+1
|/
* genetlink: fix genlmsg_multicast() bugJohannes Berg2013-11-211-2/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-112/+166
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-5/+7
* genetlink: remove family pointer from genl_multicast_groupJohannes Berg2013-11-191-20/+18
* genetlink: remove genl_unregister_mc_group()Johannes Berg2013-11-191-23/+0
* quota/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-191-2/+8
* drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-191-3/+10
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-6/+8
* netlink: fix documentation typo in netlink_set_err()Johannes Berg2013-11-191-1/+1
* genetlink: rename shadowed variableJohannes Berg2013-11-181-5/+5
* genetlink: unify registration functionsJohannes Berg2013-11-151-37/+16
* genetlink: allow making ops constJohannes Berg2013-11-141-15/+21
* genetlink: register family ops as arrayJohannes Berg2013-11-141-45/+33
* genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg2013-11-141-56/+1
* net: netlink: filter particular protocols from analyzersDaniel Borkmann2013-09-061-0/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-12/+55
|\
| * genl: Hold reference on correct module while netlink-dump.Pravin B Shelar2013-08-281-9/+11
| * genl: Fix genl dumpit() locking.Pravin B Shelar2013-08-281-5/+46
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-7/+0
|\|
| * Revert "genetlink: fix family dump race"Johannes Berg2013-08-221-7/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-0/+7
|\|
| * genetlink: fix family dump raceJohannes Berg2013-08-131-0/+7
* | netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar2013-08-152-56/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-1/+3
|\|
| * genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACEPablo Neira2013-07-301-1/+1
| * genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka2013-07-271-0/+2
* | net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann2013-08-021-2/+2
|/