summaryrefslogtreecommitdiffstats
path: root/net/netrom
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-162-42/+5
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-4/+5
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-162-3/+0
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-212-2/+2
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-154-71/+47
|\
| * net: netrom: nr_route: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-0/+3
| * net: netrom: nr_route: refactor code in nr_add_nodeGustavo A. R. Silva2017-11-011-43/+16
| * net: netrom: nr_in: mark expected switch fall-throughGustavo A. R. Silva2017-10-221-1/+1
| * net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-182-26/+27
| * net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-181-1/+0
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* net, netrom: convert nr_node.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, netrom: convert nr_neigh.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-181-1/+0
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
* net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-31/+0
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* netrom: use linux/uaccess.hFabian Frederick2014-10-177-7/+7
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-2/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+1
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* netrom: info leak in ->getname()Dan Carpenter2013-04-251-0/+2
* netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun2013-04-081-1/+1
* netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause2013-04-071-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-25/+17
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-3/+3
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-3/+3
* net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-211-1/+1
* netrom: copy_datagram_iovec can failAlan Cox2012-09-041-1/+6
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-7/+1
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-2/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-287-7/+0
* netrom: avoid overflows in nr_setsockopt()Xi Wang2011-12-281-7/+7
* NET: NETROM: Fix formatting.Ralf Baechle2011-11-291-1/+2
* NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking.Ralf Baechle2011-11-291-4/+2
* NET: NETROM: When adding a route verify length of mnemonic string.Ralf Baechle2011-11-291-0/+5
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
OpenPOWER on IntegriCloud