aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink
AgeCommit message (Expand)AuthorFilesLines
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-16/+2
2018-05-04net/netlink: make sure the headers line up actual value outputYU Bo1-3/+3
2018-04-07netlink: fix uninit-value in netlink_sendmsgEric Dumazet1-0/+2
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai2-3/+0
2018-03-25netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko1-0/+3
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-16netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel1-1/+1
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-02-22netlink: put module reference if dump start failsJason A. Donenfeld1-1/+3
2018-02-13net: Convert netlink_tap_net_opsKirill Tkhai1-0/+1
2018-02-13net: Convert genl_pernet_opsKirill Tkhai1-0/+1
2018-02-13net: Convert netlink_net_opsKirill Tkhai1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-02-08netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel1-2/+10
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-18netlink: reset extack earlier in netlink_rcv_skbXin Long1-1/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-15netlink: extack needs to be reset each time through loopDavid Ahern1-1/+2
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-12-11netlink: Add netns check on tapsKevin Cernekee1-0/+3
2017-12-11netlink: convert netlink tap spinlock to mutexCong Wang1-6/+6
2017-12-11netlink: make netlink tap per netnsCong Wang1-17/+49
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert2-8/+5
2017-11-14netlink: remove unnecessary forward declarationJohannes Berg1-1/+0
2017-11-13af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2-6/+12
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-01netlink: Allow ext_ack to carry non-error messagesDavid Ahern1-9/+9
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2017-10-18netlink: fix netlink_ack() extack raceJohannes Berg1-4/+4
2017-10-18netlink: use NETLINK_CB(in_skb).sk instead of looking it upJohannes Berg1-10/+2
2017-10-09netlink: do not set cb_running if dump's start() errsJason A. Donenfeld1-6/+7
2017-09-30netlink: do not proceed if dump's start() errsJason A. Donenfeld1-2/+5
2017-09-06netlink: access nlk groups safely in netlink bind and getnameXin Long1-4/+12
2017-09-06netlink: fix an use-after-free issue for nlk groupsXin Long1-3/+3
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-01netlink: don't send unknown nsidNicolas Dichtel1-1/+3
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-13netlink: allow sending extended ACK with cookie on successJohannes Berg1-11/+22
2017-04-13genetlink: pass extended ACK report downJohannes Berg1-2/+4
2017-04-13netlink: extended ACK reportingJohannes Berg3-10/+65
2017-04-05netlink/diag: report flags for netlink socketsAndrey Vagin3-8/+33
2017-03-22genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka1-1/+3
2017-03-21crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu1-0/+41
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet1-5/+3
2017-01-16netlink: do not enter direct reclaim from netlink_trim()Eric Dumazet1-1/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-10netlink: use blocking notifierWANG Cong1-4/+4
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+15
2016-12-05netlink: Do not schedule work from sk_destructHerbert Xu1-17/+15
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+25
2016-11-29netlink: Call cb->done from a worker threadHerbert Xu2-4/+25
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+2
2016-11-03genetlink: fix a memory leak on error pathWANG Cong1-1/+3
2016-11-03netlink: netlink_diag_dump() runs without locksEric Dumazet1-4/+1
2016-11-01genetlink: fix error return code in genl_register_family()Wei Yongjun1-1/+3
2016-10-29genetlink: Fix generic netlink family unregisterpravin shelar1-1/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: use idr to track familiesJohannes Berg1-165/+106
2016-10-27genetlink: statically initialize familiesJohannes Berg1-15/+20
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-15/+22
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg1-0/+19
2016-10-06netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet1-3/+4
2016-09-07netlink: don't forget to release a rhashtable_iter structureAndrey Vagin1-1/+0
2016-09-01net: make genetlink ctrl ops conststephen hemminger1-2/+2
2016-08-19netlink: Use rhashtable walk interface in diag dumpHerbert Xu1-30/+73
2016-06-09net/netlink/af_netlink.h: Remove unused structure.Fabien Siron1-14/+0
2016-05-16netlink: Fix dump skb leak/double freeHerbert Xu1-2/+5
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-04-10netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov1-1/+1
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland1-1/+2
2016-03-22netlink: add support for NIC driver ioctlsDavid Decotigny1-1/+9
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal1-16/+4
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal1-21/+0
2016-02-18netlink: remove mmapped netlink supportFlorian Westphal4-808/+9
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen1-0/+4
2016-01-29netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA1-1/+2
2016-01-13genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller1-1/+1
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2-0/+20
2016-01-12net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen1-1/+1
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert2-0/+20
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-10-22netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann1-2/+2
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+22
2015-10-18netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen1-12/+22
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai1-1/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+59
2015-09-24genetlink: simplify genl_notifyJiri Benc1-6/+6
2015-09-24netlink: Replace rhash_portid with boundHerbert Xu2-12/+29
2015-09-20netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2-5/+8
2015-09-11netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2-7/+32
2015-09-09netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann1-6/+12
2015-09-09netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann1-5/+12
2015-08-30netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA1-12/+16
2015-08-28netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA1-2/+2
2015-08-28netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard1-3/+24
2015-08-23netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA1-1/+1
2015-08-10netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann1-0/+5
2015-07-21netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-07-03netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring1-1/+1
2015-06-21netlink: add API to retrieve all group membershipsDavid Herrmann1-0/+22
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-05-17netlink: Use random autobind roverHerbert Xu1-6/+10
2015-05-16netlink: Reset portid after netlink_insert failureHerbert Xu1-0/+1
2015-05-14netlink: move nl_table in read_mostly sectionEric Dumazet1-1/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2015-05-11netlink: Create kernel netlink sockets in the proper network namespaceEric W. Biederman1-8/+6
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-6/+5
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel1-5/+47
2015-05-09netlink: rename private flags and statesNicolas Dichtel1-29/+30
2015-05-03netlink: Remove max_size settingHerbert Xu1-1/+0
2015-04-25net: fix crash in build_skb()Eric Dumazet1-4/+2
2015-03-25rhashtable: provide len to obj_hashfnPatrick McHardy1-1/+1
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf1-0/+1
2015-03-23netlink: Use default rhashtable hashfnHerbert Xu1-2/+1
2015-03-21netlink: Remove netlink_compare_arg.trailerHerbert Xu1-2/+3
2015-03-20netlink: Move namespace into hash keyHerbert Xu1-32/+56
2015-03-18netlink: Use rhashtable max_size instead of max_shiftHerbert Xu1-1/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+2
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann1-2/+0
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
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. Miller3-15/+28
2015-01-27netlink: Kill redundant net argument in netlink_insertHerbert Xu1-8/+7
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2-3/+6
2015-01-16genetlink: synchronize socket closing and family removalJohannes Berg3-14/+27
2015-01-16genetlink: disallow subscribing to unknown mcast groupsJohannes Berg1-1/+1
2015-01-16netlink: Fix netlink_insert EADDRINUSE errorHerbert Xu1-4/+7
2015-01-13netlink: eliminate nl_sk_hash_lockYing Xue3-19/+25
2015-01-03netlink: Lockless lookup with RCU grace period in socket releaseThomas Graf2-16/+17
2015-01-03rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf1-13/+2
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf2-5/+11
2015-01-03rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf1-4/+1
2014-12-29genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller1-6/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg3-19/+22
2014-12-27genetlink: pass multicast bind/unbind to familiesJohannes Berg1-0/+59
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 Graf3-0/+5
2014-08-04netlink: fix lockdep splatsEric Dumazet1-2/+2
2014-08-02netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf3-195/+119
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-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-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 Briggs2-22/+52
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 Dumazet2-1/+27
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. Miller2-0/+25
2014-01-06netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf1-0/+4
2014-01-06genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf1-0/+21
2014-01-01netlink: cleanup tap related functionsstephen hemminger1-17/+1
2013-12-31netlink: specify netlink packet direction for nlmonDaniel Borkmann1-0/+2