aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAge
* netlink: Add answer_flags to netlink_callbackDavid Ahern2018-10-16
* netlink: Add new socket option to enable strict checking on dumpsDavid Ahern2018-10-08
* netlink: Pass extack to dump handlersDavid Ahern2018-10-08
* netlink: remove hash::nelems check in netlink_insertLi RongQing2018-09-12
* netlink: Make groups check less stupid in netlink_bind()Dmitry Safonov2018-09-06
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-05
|\
| * netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-04
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-02
|\|
| * netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline2018-08-01
| * netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-07-30
| * netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-07-29
* | netlink: do not store start function in netlink_cbFlorian Westphal2018-07-24
|/
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-26
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-16
* | net/netlink: make sure the headers line up actual value outputYU Bo2018-05-04
|/
* netlink: fix uninit-value in netlink_sendmsgEric Dumazet2018-04-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-01
|\
| * netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko2018-03-25
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-24
|\|
| * netlink: put module reference if dump start failsJason A. Donenfeld2018-02-22
* | net: Convert netlink_tap_net_opsKirill Tkhai2018-02-13
* | net: Convert netlink_net_opsKirill Tkhai2018-02-13
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-19
|\
| * netlink: reset extack earlier in netlink_rcv_skbXin Long2018-01-18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-17
|\|
| * netlink: extack needs to be reset each time through loopDavid Ahern2018-01-15
* | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-16
|\|
| * netlink: Add netns check on tapsKevin Cernekee2017-12-11
* | netlink: convert netlink tap spinlock to mutexCong Wang2017-12-11
* | netlink: make netlink tap per netnsCong Wang2017-12-11
* | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-11
|/
* netlink: remove unnecessary forward declarationJohannes Berg2017-11-14
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-12
* netlink: Allow ext_ack to carry non-error messagesDavid Ahern2017-10-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\
| * netlink: fix netlink_ack() extack raceJohannes Berg2017-10-18
* | netlink: use NETLINK_CB(in_skb).sk instead of looking it upJohannes Berg2017-10-18
|/
* netlink: do not set cb_running if dump's start() errsJason A. Donenfeld2017-10-09
* netlink: do not proceed if dump's start() errsJason A. Donenfeld2017-09-30
* netlink: access nlk groups safely in netlink bind and getnameXin Long2017-09-07
* netlink: fix an use-after-free issue for nlk groupsXin Long2017-09-07
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-01
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16