summaryrefslogtreecommitdiffstats
path: root/net/rose
Commit message (Expand)AuthorAgeFilesLines
* net: rose: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+2
* rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn2020-11-201-4/+13
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* net: change addr_list_lock back to static keyCong Wang2020-06-091-0/+2
* net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-1/+1
|\
| * net/rose: fix spelling mistake "to" -> "too"Colin Ian King2020-01-241-1/+1
* | net/rose: remove redundant assignment to variable failedColin Ian King2020-01-071-1/+0
|/
* net: use helpers to change sk_ack_backlogEric Dumazet2019-11-061-2/+2
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-23/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3010-40/+10
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-11/+16
|\
| * net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet2019-04-241-11/+16
* | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-6/+1
|/
* net: rose: fix a possible stack overflowEric Dumazet2019-03-181-9/+12
* net: rose: add missing dev_put() on error in rose_bindYueHaibing2019-02-191-1/+3
* net/rose: fix NULL ax25_cb kernel panicBernard Pidoux2019-01-271-0/+5
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* 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-60/+10
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-4/+4
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-162-4/+0
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-212-8/+8
* net: rose: mark expected switch fall-throughsGustavo A. R. Silva2017-10-222-0/+3
* net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-181-4/+4
* net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-181-1/+0
* net/rose: Convert timers to use timer_setup()Kees Cook2017-10-185-44/+36
* 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
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* rose: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-1/+2
|\
| * NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle2015-06-231-1/+2
* | netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-182-2/+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-14/+0
* rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman2015-03-021-27/+11
* rose: Set the destination address in rose_headerEric W. Biederman2015-03-021-0/+3
* 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
* rose: use %*ph specifierAndy Shevchenko2014-09-071-1/+2
* 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/+3