summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)Author
2018-05-16netlink: fix uninit-value in netlink_sendmsgEric Dumazet
2018-04-13netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko
2018-04-08netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel
2018-03-11netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel
2018-01-02netlink: Add netns check on tapsKevin Cernekee
2017-12-25crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu
2017-12-05netlink: add a start callback for starting a netlink dumpTom Herbert
2017-11-24af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld
2017-04-18netlink: remove mmapped netlink supportFlorian Westphal
2017-04-18netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet
2016-07-12netlink: Fix dump skb leak/double freeHerbert Xu
2015-10-27netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann
2015-09-28netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal
2015-07-01lib/rhashtable: fix race between rhashtable_lookup_compare and hashtable resizeKonstantin Khlebnikov
2015-05-11net: 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-12-16netlink: use jhash as hashfn for rhashtableDaniel Borkmann
2014-11-12netlink: Properly unbind in error conditions.Hiroaki SHIMODA
2014-10-21netlink: Re-add locking to netlink_lookup() and seq walkerThomas Graf
2014-10-09fix misuses of f_count() in ppp and netlinkAl Viro
2014-08-14netlink: Annotate RCU locking for seq_file walkerThomas Graf
2014-08-07netlink: reset network header before passing to tapsDaniel Borkmann
2014-08-06netlink: hold nl_sock_hash_lock during diag dumpThomas Graf
2014-08-04netlink: fix lockdep splatsEric Dumazet
2014-08-02netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf
2014-07-31netlink: Use PAGE_ALIGNED macroTobias Klauser
2014-07-16netlink: remove bool varibleVarka Bhadram
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-09netlink: Fix handling of error from netlink_dump().Ben Pfaff
2014-07-07netlink: Fix do_one_broadcast() prototype.Rami Rosen
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-02netlink: 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-22netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPRichard Guy Briggs
2014-04-22netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs
2014-04-11net: 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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-25net: Fix permission check in netlink_connect()Mike Pecovnik
2014-02-17netlink: fix checkpatch errors space and "foo *bar"Wang Yufen
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