summaryrefslogtreecommitdiff
path: root/net/netlink
AgeCommit message (Expand)AuthorFilesLines
2018-11-20netlink: Don't shift on 64 for ngroupsDmitry Safonov1-2/+2
2018-11-20netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov1-1/+5
2018-11-20netlink: Do not subscribe to non-existent groupsDmitry Safonov1-0/+1
2018-10-21netlink: fix uninit-value in netlink_sendmsgEric Dumazet1-0/+2
2018-06-17netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko1-0/+3
2018-06-17netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel1-1/+1
2018-06-17netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel1-2/+10
2018-01-01netlink: Add netns check on tapsKevin Cernekee1-0/+3
2017-04-05netlink: remove mmapped netlink supportFlorian Westphal4-792/+9
2017-02-23netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet1-4/+3
2016-08-23netlink: Fix dump skb leak/double freeHerbert Xu1-2/+5
2016-02-25netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA1-1/+2
2015-10-28netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen1-12/+22
2015-09-30netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2-7/+32
2015-09-30netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann1-6/+12
2015-08-27netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-04-29net: fix crash in build_skb()Eric Dumazet1-4/+2
2015-01-19netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf1-1/+1
2015-01-19netlink: Always copy on mmap TX.David Miller1-36/+16
2014-11-27netlink: Properly unbind in error conditions.Hiroaki SHIMODA1-2/+3
2014-11-14fix misuses of f_count() in ppp and netlinkAl Viro1-1/+1
2014-10-15netlink: reset network header before passing to tapsDaniel Borkmann1-1/+1
2014-07-10netlink: Fix handling of error from netlink_dump().Ben Pfaff1-2/+2
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2014-06-03netlink: Only check file credentials for implicit destinationsEric W. Biederman1-1/+6
2014-06-02genetlink: remove superfluous assignmentDenis ChengRq1-5/+1
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-23netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPRichard Guy Briggs1-1/+3
2014-04-23netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs2-22/+52
2014-04-12net: 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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-02-26net: Fix permission check in netlink_connect()Mike Pecovnik1-2/+2
2014-02-18netlink: fix checkpatch errors space and "foo *bar"Wang Yufen1-2/+2
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2-0/+25
2014-01-07netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf1-0/+4
2014-01-07genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf1-0/+21
2014-01-02netlink: 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-29genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg1-2/+9
2013-11-29genetlink: 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-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-11-20genetlink: make multicast groups const, prevent abuseJohannes Berg1-112/+166
2013-11-20genetlink: pass family to functions using groupsJohannes Berg1-5/+7