summaryrefslogtreecommitdiffstats
path: root/net/netlink
Commit message (Expand)AuthorAgeFilesLines
* netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-08-111-1/+1
* netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2023-08-112-4/+6
* netlink: annotate accesses to nlk->cb_runningEric Dumazet2023-05-301-4/+4
* netlink: annotate data races around sk_stateEric Dumazet2023-02-061-4/+6
* netlink: annotate data races around dst_portid and dst_groupEric Dumazet2023-02-061-9/+14
* netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet2022-05-181-1/+0
* netlink: reset network and mac headers in netlink_dump()Eric Dumazet2022-04-271-0/+7
* af_netlink: Fix shift out of bounds in group mask calculationPetr Machata2022-04-201-0/+2
* net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli2021-12-221-0/+5
* netlink: annotate data races around nlk->boundEric Dumazet2021-10-171-4/+10
* netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng2021-09-221-1/+3
* netlink: disable IRQs for netlink_lock_table()Johannes Berg2021-06-161-2/+4
* genetlink: remove genl_bindSean Tranchetti2020-07-221-49/+0
* netlink: Use netlink header as base to calculate bad attribute offsetPablo Neira Ayuso2020-03-201-1/+1
* net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov2020-03-111-2/+3
* genetlink: Fix a memory leak on error pathYueHaibing2019-04-031-1/+2
* netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-091-2/+2
* netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline2018-08-061-0/+2
* netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-08-031-1/+5
* netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-08-031-0/+1
* netlink: fix uninit-value in netlink_sendmsgEric Dumazet2018-05-161-0/+2
* netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko2018-04-121-0/+3
* netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel2018-03-311-1/+1
* netlink: put module reference if dump start failsJason A. Donenfeld2018-03-081-1/+3
* netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel2018-03-081-2/+10
* netlink: reset extack earlier in netlink_rcv_skbXin Long2018-01-311-1/+1
* netlink: extack needs to be reset each time through loopDavid Ahern2018-01-311-1/+2
* netlink: Add netns check on tapsKevin Cernekee2018-01-021-0/+3
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-242-6/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* netlink: fix netlink_ack() extack raceJohannes Berg2017-10-181-4/+4
* netlink: do not set cb_running if dump's start() errsJason A. Donenfeld2017-10-091-6/+7
* netlink: do not proceed if dump's start() errsJason A. Donenfeld2017-09-301-2/+5
* netlink: access nlk groups safely in netlink bind and getnameXin Long2017-09-061-4/+12
* netlink: fix an use-after-free issue for nlk groupsXin Long2017-09-061-3/+3
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* netlink: don't send unknown nsidNicolas Dichtel2017-06-011-1/+3
* netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* netlink: allow sending extended ACK with cookie on successJohannes Berg2017-04-131-11/+22
* genetlink: pass extended ACK report downJohannes Berg2017-04-131-2/+4
* netlink: extended ACK reportingJohannes Berg2017-04-133-10/+65
* netlink/diag: report flags for netlink socketsAndrey Vagin2017-04-053-8/+33
* genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka2017-03-221-1/+3
* crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu2017-03-211-0/+41
* net: adjust skb->truesize in pskb_expand_head()Eric Dumazet2017-01-271-5/+3