summaryrefslogtreecommitdiff
path: root/net/netlink/af_netlink.c
AgeCommit message (Expand)Author
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-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-01netlink: 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-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-19netlink: fix documentation typo in netlink_set_err()Johannes Berg
2013-09-06net: netlink: filter particular protocols from analyzersDaniel Borkmann
2013-08-15netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar
2013-08-02net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann
2013-06-27netlink: fix splat in skb_clone with large messagesPablo Neira
2013-06-24net: netlink: virtual tap device managementDaniel Borkmann
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-13netlink: make compare exist all the timeGao feng
2013-06-11netlink: fix error propagation in netlink_mmap()Patrick McHardy
2013-06-11netlink: Add compare function for netlink_tableGao feng
2013-06-07netlink: allow large data transfers from user-spacePablo Neira Ayuso
2013-06-04net: fix sk_buff head without data areaPablo Neira
2013-05-01netlink: Fix skb ref counting.Pravin B Shelar
2013-04-24netlink: fix compilation after memory mapped patchesNicolas Dichtel
2013-04-23netlink: fix typo in net/netlink/af_netlink.cStephen Rothwell
2013-04-19netlink: add flow control for memory mapped I/OPatrick McHardy
2013-04-19netlink: implement memory mapped recvmsg()Patrick McHardy
2013-04-19netlink: implement memory mapped sendmsg()Patrick McHardy
2013-04-19netlink: add mmap'ed netlink helper functionsPatrick McHardy
2013-04-19netlink: mmaped netlink: ring setupPatrick McHardy
2013-04-19netlink: add netlink_skb_set_owner_r()Patrick McHardy
2013-04-19netlink: don't orphan skb in netlink_trim()Patrick McHardy
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy
2013-04-19netlink: add symbolic value for congested statePatrick McHardy
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-03-21net: prepare netlink code for netlink diagAndrey Vagin
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin