summaryrefslogtreecommitdiffstats
path: root/net/x25
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner2019-05-24
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-19
* net/x25: reset state in x25_connect()Eric Dumazet2019-03-11
* net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-10
* net/x25: fix a race in x25_bind()Eric Dumazet2019-02-23
* net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet2019-02-11
* net/x25: handle call collisionsMartin Schiller2018-11-29
* net/x25: fix null_x25_address handlingMartin Schiller2018-11-29
* net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller2018-11-29
* x25: remove blank lines at EOFStephen Hemminger2018-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_seq{,_data}Christoph Hellwig2018-05-16
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* x25: use %*ph to print small bufferAntonio Cardace2018-02-20
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-21
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-03
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | net: x25: mark expected switch fall-throughsGustavo A. R. Silva2017-10-21
* | net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-18
* | net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-18
|/
* X25: constify null_x25_addressJulia Lawall2017-08-03
* net, x25: convert x25_neigh.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* net, x25: convert x25_route.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-20
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* net: x25: fix one potential use-after-free issuelinzhang2017-05-18
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* net/x25: use designated initializersKees Cook2016-12-17
* net: x25: remove null checks on arrays calling_ae and called_aeColin Ian King2016-09-09
* net: fix a kernel infoleak in x25 moduleKangjie Lu2016-05-09
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* new helper: memcpy_from_msg()Al Viro2014-11-24
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-19
* x25: convert printks to pr_<level>wangweidong2013-12-09
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* net: x25: Fix dead URLs in KconfigMichael DrĂ¼ing2013-10-29
* x25: add a sanity check parsing X.25 facilitiesDan Carpenter2013-09-04
* x25: Fix broken locking in ioctl error paths.Dave Jones2013-07-01
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* x25: use proc_remove_subtree()Al Viro2013-04-09