aboutsummaryrefslogtreecommitdiffstats
path: root/net/rose (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-06-09net: change addr_list_lock back to static keyCong Wang1-0/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+21
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-01-24net/rose: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-07net/rose: remove redundant assignment to variable failedColin Ian King1-1/+0
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet1-2/+2
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-23/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner10-40/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+16
2019-04-24net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet1-11/+16
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-6/+1
2019-03-18net: rose: fix a possible stack overflowEric Dumazet1-9/+12
2019-02-19net: rose: add missing dev_put() on error in rose_bindYueHaibing1-1/+3
2019-01-27net/rose: fix NULL ax25_cb kernel panicBernard Pidoux1-0/+5
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig2-60/+10
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-4/+4
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan2-4/+0
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-8/+8
2017-10-22net: rose: mark expected switch fall-throughsGustavo A. R. Silva2-0/+3
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook1-4/+4
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook1-1/+0
2017-10-18net/rose: Convert timers to use timer_setup()Kees Cook5-44/+36
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn1-1/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-06-23NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle1-1/+2
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman2-2/+0
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-2/+2
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-14/+0
2015-03-02rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman1-27/+11
2015-03-02rose: Set the destination address in rose_headerEric W. Biederman1-0/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-09-07rose: use %*ph specifierAndy Shevchenko1-1/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+4
2013-12-29net: rose: restore old recvmsg behaviorFlorian Westphal1-12/+4