aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+0
2013-08-22Revert "genetlink: fix family dump race"Johannes Berg1-7/+0
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-08-15netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar2-56/+44
2013-08-13genetlink: fix family dump raceJohannes Berg1-0/+7
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-08-02net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann1-2/+2
2013-07-30genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACEPablo Neira1-1/+1
2013-07-27genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka1-0/+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 feng2-8/+26
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: kconfig: move mmap i/o into netlink kconfigDaniel Borkmann1-0/+9
2013-05-01netlink: Fix skb ref counting.Pravin B Shelar1-1/+0
2013-04-26genetlink: fix possible memory leak in genl_family_rcv_msg()Wei Yongjun1-2/+3
2013-04-25genl: Allow concurrent genl callbacks.Pravin B Shelar1-38/+76
2013-04-24netlink: fix compilation after memory mapped patchesNicolas Dichtel1-4/+4
2013-04-23netlink: Fix build with mmap disabled.David S. Miller1-0/+7
2013-04-23netlink: fix typo in net/netlink/af_netlink.cStephen Rothwell1-1/+1
2013-04-19netlink: add RX/TX-ring support to netlink diagPatrick McHardy1-0/+32
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 McHardy2-2/+286
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-21netlink: Diag core and basic socket info dumping (v2)Andrey Vagin3-0/+201
2013-03-21net: prepare netlink code for netlink diagAndrey Vagin2-54/+67
2013-03-20genetlink: trigger BUG_ON if a group name is too longMasatake YAMATO1-0/+1
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/viro/vfsLinus 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. Biederman2-107/+107