summaryrefslogtreecommitdiffstats
path: root/net/appletalk
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-4/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-13/+2Star
* 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-05-031-0/+1
|\
| * appletalk: Set error code if register_snap_client failedYueHaibing2019-04-301-0/+1
* | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-6/+1Star
|/
* appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2019-03-152-11/+24
* appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-03-033-8/+36
* appletalk: use remove_proc_subtree to simplify procfs codeYueHaibing2019-03-031-39/+17Star
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-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_privateChristoph Hellwig2018-05-162-20/+3Star
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-42/+6Star
|/
* 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/+2Star
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-162-4/+0Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-222-6/+5Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-2/+2
* appletalk: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-111-1/+1
* appletalk: fix erroneous return valueAnton Protopopov2016-02-181-1/+1
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* appletalk: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-3/+3
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3Star
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-3/+0Star
|\
| * appletalk: Fix socket referencing in skbAndrey Utkin2014-07-091-3/+0Star
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+2
* | appletalk: fix a coccinella warning in net/appletalk/ddp.cwangweidong2014-07-081-1/+1
|/
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-1/+1
* appletalk: fix checkpatch error with indentwangweidong2014-02-141-45/+45
* appletalk: fix checkpatch errors with foo* bar|foo * barwangweidong2014-02-141-2/+2
* appletalk: fix checkpatch errors with space required or prohibitedwangweidong2014-02-142-5/+5
* net: Fix some fallout from the etner_addr_copy() changes.David S. Miller2014-01-221-0/+1
* appletalk: Use ether_addr_copyJoe Perches2014-01-221-6/+6
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-2/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-9/+7Star
* net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco2013-08-151-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-282-2/+2
* appletalk: info leak in ->getname()Dan Carpenter2013-04-251-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-6/+3Star
* userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-151-1/+2
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-4/+4
* appletalk: Remove out of date message in printkDave Jones2012-06-071-3/+1Star
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-211-7/+1Star
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-211-2/+2