aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+71
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-24net: Add variants of capable for use on netlink messagesEric W. Biederman1-0/+65
2014-04-24netlink: Rename netlink_capable netlink_allowedEric W. Biederman1-5/+5
2014-04-22netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPRichard Guy Briggs1-1/+3
2014-04-22netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs2-22/+52
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-2/+2
2014-03-10netlink: autosize skb lengthesEric Dumazet2-1/+27
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-02-25net: Fix permission check in netlink_connect()Mike Pecovnik1-2/+2
2014-02-17netlink: fix checkpatch errors space and "foo *bar"Wang Yufen1-2/+2
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller2-0/+25
2014-01-06netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf1-0/+4
2014-01-06genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf1-0/+21
2014-01-01netlink: cleanup tap related functionsstephen hemminger1-17/+1
2013-12-31netlink: specify netlink packet direction for nlmonDaniel Borkmann1-0/+2
2013-12-31netlink: only do not deliver to tap when both sides are kernel sksDaniel Borkmann1-5/+8
2013-11-28genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg1-2/+9
2013-11-28genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven1-1/+1
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg1-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-112/+166
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-5/+7
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg1-20/+18
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg1-23/+0
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg1-2/+8
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg1-3/+10
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-6/+8
2013-11-19netlink: fix documentation typo in netlink_set_err()Johannes Berg1-1/+1
2013-11-18genetlink: rename shadowed variableJohannes Berg1-5/+5
2013-11-15genetlink: unify registration functionsJohannes Berg1-37/+16
2013-11-14genetlink: allow making ops constJohannes Berg1-15/+21
2013-11-14genetlink: register family ops as arrayJohannes Berg1-45/+33
2013-11-14genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg1-56/+1
2013-09-06net: netlink: filter particular protocols from analyzersDaniel Borkmann1-0/+30
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+55
2013-08-28genl: Hold reference on correct module while netlink-dump.Pravin B Shelar1-9/+11
2013-08-28genl: Fix genl dumpit() locking.Pravin B Shelar1-5/+46
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+0
2013-08-22Revert "genetlink: fix family dump race"Johannes Berg1-7/+0
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-08-15netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar2-56/+44
2013-08-13genetlink: fix family dump raceJohannes Berg1-0/+7
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-08-02net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann1-2/+2
2013-07-30genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACEPablo Neira1-1/+1
2013-07-27genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka1-0/+2
2013-06-27netlink: fix splat in skb_clone with large messagesPablo Neira1-17/+18
2013-06-24net: netlink: virtual tap device managementDaniel Borkmann1-0/+107