Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-05netlink: fix lockdep splatsEric Dumazet
2014-08-03netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf
2014-08-01netlink: Use PAGE_ALIGNED macroTobias Klauser
2014-07-17netlink: remove bool varibleVarka Bhadram
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-10netlink: Fix handling of error from netlink_dump().Ben Pfaff
2014-07-08netlink: Fix do_one_broadcast() prototype.Rami Rosen
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-03netlink: Only check file credentials for implicit destinationsEric W. Biederman
2014-06-02genetlink: remove superfluous assignmentDenis ChengRq
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-24net: Add variants of capable for use on netlink messagesEric W. Biederman
2014-04-24netlink: Rename netlink_capable netlink_allowedEric W. Biederman
2014-04-23netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPRichard Guy Briggs
2014-04-23netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-10netlink: autosize skb lengthesEric Dumazet
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-26net: Fix permission check in netlink_connect()Mike Pecovnik
2014-02-18netlink: fix checkpatch errors space and "foo *bar"Wang Yufen
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2014-01-07netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf
2014-01-07genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf
2014-01-02netlink: 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-29genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg
2013-11-29genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-20genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-20genetlink: pass family to functions using groupsJohannes Berg
2013-11-20genetlink: remove family pointer from genl_multicast_groupJohannes Berg
2013-11-20genetlink: remove genl_unregister_mc_group()Johannes Berg
2013-11-20quota/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-20drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-20genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-20netlink: fix documentation typo in netlink_set_err()Johannes Berg
2013-11-19genetlink: rename shadowed variableJohannes Berg
2013-11-16genetlink: unify registration functionsJohannes Berg
2013-11-15genetlink: allow making ops constJohannes Berg
2013-11-15genetlink: register family ops as arrayJohannes Berg
2013-11-15genetlink: 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-29genl: Hold reference on correct module while netlink-dump.Pravin B Shelar
2013-08-29genl: Fix genl dumpit() locking.Pravin B Shelar
2013-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller