aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller1-0/+5
2015-02-04netlink: Use rhashtable walk iteratorHerbert Xu1-66/+64
2015-02-04netlink: make the check for "send from tx_ring" deterministicAl Viro1-0/+5
2015-01-30netlink: fix wrong subscription bitmask to group mapping inPablo Neira1-2/+2
2015-01-28net: remove sock_iocbChristoph Hellwig1-18/+10
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+17
2015-01-27netlink: Kill redundant net argument in netlink_insertHerbert Xu1-8/+7
2015-01-16genetlink: synchronize socket closing and family removalJohannes Berg1-7/+17
2015-01-16netlink: Fix netlink_insert EADDRINUSE errorHerbert Xu1-4/+7
2015-01-13netlink: eliminate nl_sk_hash_lockYing Xue1-13/+20
2015-01-03netlink: Lockless lookup with RCU grace period in socket releaseThomas Graf1-16/+16
2015-01-03rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf1-13/+2
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf1-4/+8
2015-01-03rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf1-4/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg1-10/+11
2014-12-27netlink: call unbind when releasing socketJohannes Berg1-0/+7
2014-12-27netlink: update listeners directly when removing socketJohannes Berg1-5/+5
2014-12-27netlink: rename netlink_unbind() to netlink_undo_bind()Johannes Berg1-4/+4
2014-12-18netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf1-1/+1
2014-12-18netlink: Always copy on mmap TX.David Miller1-36/+16
2014-12-10netlink: use jhash as hashfn for rhashtableDaniel Borkmann1-1/+1
2014-12-09put iov_iter into msghdrAl Viro1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-19netlink: Deletion of an unnecessary check before the function call "__module_...Markus Elfring1-2/+1
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2014-11-13rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf1-2/+2
2014-11-13rhashtable: Add parent argument to mutex_is_heldHerbert Xu1-1/+1
2014-11-13netlink: Move mutex_is_held under PROVE_LOCKINGHerbert Xu1-2/+4
2014-11-12netlink: Properly unbind in error conditions.Hiroaki SHIMODA1-2/+3
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-10-21netlink: Re-add locking to netlink_lookup() and seq walkerThomas Graf1-12/+25
2014-10-09fix misuses of f_count() in ppp and netlinkAl Viro1-1/+1
2014-08-14netlink: Annotate RCU locking for seq_file walkerThomas Graf1-0/+2
2014-08-07netlink: reset network header before passing to tapsDaniel Borkmann1-1/+1
2014-08-06netlink: hold nl_sock_hash_lock during diag dumpThomas Graf1-0/+1
2014-08-04netlink: fix lockdep splatsEric Dumazet1-2/+2
2014-08-02netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf1-178/+107
2014-07-31netlink: Use PAGE_ALIGNED macroTobias Klauser1-1/+1
2014-07-16netlink: remove bool varibleVarka Bhadram1-4/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-07-09netlink: Fix handling of error from netlink_dump().Ben Pfaff1-2/+2
2014-07-07netlink: Fix do_one_broadcast() prototype.Rami Rosen1-9/+6
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2014-06-02netlink: Only check file credentials for implicit destinationsEric W. Biederman1-1/+6
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+70
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 Briggs1-20/+48
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 Dumazet1-1/+26
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/...David S. Miller1-0/+4
2014-01-06netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf1-0/+4
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-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-11-19netlink: fix documentation typo in netlink_set_err()Johannes Berg1-1/+1
2013-09-06net: netlink: filter particular protocols from analyzersDaniel Borkmann1-0/+30
2013-08-15netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar1-55/+42
2013-08-02net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann1-2/+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
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-13netlink: make compare exist all the timeGao feng1-2/+2
2013-06-11netlink: fix error propagation in netlink_mmap()Patrick McHardy1-1/+1
2013-06-11netlink: Add compare function for netlink_tableGao feng1-8/+25
2013-06-07netlink: allow large data transfers from user-spacePablo Neira Ayuso1-2/+35
2013-06-04net: fix sk_buff head without data areaPablo Neira1-1/+1
2013-05-01netlink: Fix skb ref counting.Pravin B Shelar1-1/+0
2013-04-24netlink: fix compilation after memory mapped patchesNicolas Dichtel1-4/+4
2013-04-23netlink: fix typo in net/netlink/af_netlink.cStephen Rothwell1-1/+1
2013-04-19netlink: add flow control for memory mapped I/OPatrick McHardy1-27/+61
2013-04-19netlink: implement memory mapped recvmsg()Patrick McHardy1-3/+141
2013-04-19netlink: implement memory mapped sendmsg()Patrick McHardy1-6/+129
2013-04-19netlink: add mmap'ed netlink helper functionsPatrick McHardy1-2/+183
2013-04-19netlink: mmaped netlink: ring setupPatrick McHardy1-2/+266
2013-04-19netlink: add netlink_skb_set_owner_r()Patrick McHardy1-3/+17
2013-04-19netlink: don't orphan skb in netlink_trim()Patrick McHardy1-1/+1
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy1-1/+1
2013-04-19netlink: add symbolic value for congested statePatrick McHardy1-7/+11
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-2/+2
2013-03-21net: prepare netlink code for netlink diagAndrey Vagin1-54/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-19/+11
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-01-09netlink: Use FIELD_SIZEOF() in netlink_proto_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2012-12-17netlink: validate addr_len on bindHannes Frederic Sowa1-0/+3
2012-12-17netlink: change presentation of portid in procfs to unsignedHannes Frederic Sowa1-1/+1
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-1/+1
2012-10-18netlink: use kfree_rcu() in netlink_release()Eric Dumazet1-4/+15
2012-10-07netlink: add reference of module in netlink_dump_startGao feng1-8/+21
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-86/+86
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-5/+3
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso1-15/+13
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman1-1/+1
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller1-2/+4
2012-08-24netlink: fix possible spoofing from non-root processesPablo Neira Ayuso1-1/+3
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet1-1/+1
2012-08-14netlink: Make the sending netlink socket availabe in NETLINK_CBEric W. Biederman1-2/+4
2012-06-29netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso1-0/+19
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-6/+10
2012-04-24af_netlink: drop_monitor/dropwatch friendlyEric Dumazet1-2/+10
2012-04-24af_netlink: cleanupsEric Dumazet1-30/+31
2012-04-19netlink: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-06netlink: fix races after skb queueingEric Dumazet1-11/+13
2012-02-26netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso1-0/+1
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-7/+4
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko1-0/+18
2011-12-23netlink: Undo const marker in netlink_is_kernel().David S. Miller1-1/+1
2011-12-22netlink: wake up netlink listeners sooner (v2)stephen hemminger1-1/+1
2011-12-22netlink: af_netlink cleanup (v2)stephen hemminger1-17/+13
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet1-3/+2
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet1-1/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+2
2011-06-22netlink: advertise incomplete dumpsJohannes Berg1-0/+2
2011-06-16rtnetlink: unlock on error path in netlink_dump()Dan Carpenter1-2/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-6/+11
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-05-07net,rcu: convert call_rcu(listeners_free_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+14
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-6/+0
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy1-3/+0
2011-02-28netlink: handle errors from netlink_dump()Andrey Vagin1-4/+14
2010-10-24netlink: fix netlink_change_ngroups()Eric Dumazet1-41/+24
2010-08-31netlink: Make NETLINK_USERSOCK work again.David S. Miller1-0/+22
2010-08-18netlink: fix compat recvmsgJohannes Berg1-30/+16
2010-08-15Revert "netlink: netlink_recvmsg() fix"David S. Miller1-16/+6
2010-07-26netlink: netlink_recvmsg() fixEric Dumazet1-6/+16
2010-07-20drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman1-4/+5
2010-06-16af_netlink: Add needed scm_destroy after scm_send.Eric W. Biederman1-3/+8
2010-05-21netlink: Implment netlink_broadcast_filteredEric W. Biederman1-2/+19
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao1-0/+3
2010-03-26netlink: use the appropriate namespace pidTom Goff1-1/+1
2010-03-20netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso1-3/+14
2010-02-28netlink: Adding inode field to /proc/net/netlinkMasatake YAMATO1-3/+4
2010-02-03netlink: fix for too early rmmodAlexey Dobriyan1-0/+5
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-17netlink: remove subscriptions check on notifierJohannes Berg1-1/+1
2009-11-10net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-26net: fix nlmsg len size for skb when error bit is set.John Fastabend1-1/+1
2009-09-24genetlink: fix netns vs. netlink table locking (2)Johannes Berg1-8/+11
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-3/+3
2009-09-14genetlink: fix netns vs. netlink table lockingJohannes Berg1-22/+29
2009-08-25netlink: constify nlmsghdr argumentsPatrick McHardy1-1/+1
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg1-1/+35
2009-07-12netlink: use call_rcu for netlink_change_ngroupsJohannes Berg1-4/+30
2009-07-12netlink: remove unused exportsJohannes Berg1-2/+0
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-2/+2
2009-03-24netlink: add NETLINK_NO_ENOBUFS socket flagPablo Neira Ayuso1-6/+32
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-0/+1
2009-03-23nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlinkPablo Neira Ayuso1-0/+1
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+9
2009-03-03netlink: invert error code in netlink_set_err()Pablo Neira Ayuso1-1/+9
2009-02-26netlink: remove some pointless conditionals before kfree_skb()Wei Yongjun1-4/+2
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso1-4/+10
2009-02-20netlink: add NETLINK_BROADCAST_ERROR socket optionPablo Neira Ayuso1-2/+23
2009-02-05netlink: change return-value logic of netlink_broadcast()Pablo Neira Ayuso1-2/+6
2008-11-24net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet1-0/+2
2008-11-23net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller1-0/+3
2008-11-23net: af_netlink should update its inuse counterEric Dumazet1-0/+2
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-1/+1
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-3/+4
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-07-01netlink: Unneeded local variableWang Chen1-1/+1
2008-06-05netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev1-2/+2
2008-04-28Audit: collect sessionid in netlink messagesEric Paris1-0/+1
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+1
2008-04-19Netlink: Use generic LSM hookAhmed S. Darwish1-2/+1
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki1-4/+4
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-15/+15
2008-03-21netlink: make socket filters work on netlinkStephen Hemminger1-4/+23
2008-02-29[NET]: Make netlink_kernel_release publically available as sk_release_kernel.Denis V. Lunev1-16/+2
2008-02-29[NETLINK]: No need for a separate __netlink_release call.Denis V. Lunev1-18/+12
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro1-1/+1
2008-01-31[NETNS]: Fix race between put_net() and netlink_kernel_create().Pavel Emelyanov1-19/+33
2008-01-28[NETNS]: Namespace stop vs 'ip r l' race.Denis V. Lunev1-0/+15
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-0/+11
2008-01-28[NETNS]: Double free in netlink_release.Denis V. Lunev1-3/+7
2008-01-28[NETLINK] af_netlink: kill some bloatIlpo Järvinen1-1/+1
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet1-0/+4
2008-01-28[NETLINK]: kzalloc() conversionEric Dumazet1-7/+6
2008-01-28[NETLINK]: af_netlink.c checkpatch cleanupsPatrick McHardy1-38/+43
2008-01-28[NET]: Consolidate net namespace related proc files creation.Denis V. Lunev1-26/+7
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev1-1/+1
2007-11-07[NETLINK]: Fix unicast timeoutsPatrick McHardy1-5/+5
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1