aboutsummaryrefslogtreecommitdiff
path: root/net/appletalk
AgeCommit message (Expand)AuthorFilesLines
2021-07-23net: socket: rework compat_ifreq_ioctl()Gravatar Arnd Bergmann 1-2/+2
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2021-06-08net: appletalk: fix some mistakes in grammarGravatar gushengxian 1-3/+3
2021-06-08net: appletalk: fix the usage of prepositionGravatar gushengxian 1-1/+1
2021-02-12appletalk: Fix skb allocation size in loopback caseGravatar Doug Brown 1-12/+21
2020-10-30net: appletalk: fix kerneldoc warningsGravatar Andrew Lunn 2-12/+13
2020-08-03appletalk: Fix atalk_proc_init() return pathGravatar Vincent Duvert 1-0/+2
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalGravatar Christoph Hellwig 1-2/+0
2020-05-18ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlGravatar Christoph Hellwig 1-5/+44
2020-05-18appletalk: factor out a atrtr_ioctl_addrt helperGravatar Christoph Hellwig 1-13/+20
2019-09-24appletalk: enforce CAP_NET_RAW for raw socketsGravatar Ori Nimron 1-0/+5
2019-07-30net: Use skb_frag_off accessorsGravatar Jonathan Lemon 1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Gravatar Thomas Gleixner 1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 2-13/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2019-04-30appletalk: Set error code if register_snap_client failedGravatar YueHaibing 1-0/+1
2019-04-19net: rework SIOCGSTAMP ioctl handlingGravatar Arnd Bergmann 1-6/+1
2019-03-15appletalk: Fix potential NULL pointer dereference in unregister_snap_clientGravatar YueHaibing 2-11/+24
2019-03-03appletalk: Fix use-after-free in atalk_proc_exitGravatar YueHaibing 3-8/+36
2019-03-03appletalk: use remove_proc_subtree to simplify procfs codeGravatar YueHaibing 1-39/+17
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskGravatar Christoph Hellwig 1-1/+1
2018-05-16proc: introduce proc_create_seq_privateGravatar Christoph Hellwig 2-20/+3
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-42/+6
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-4/+4
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-3/+2
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 2-4/+0
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 2-6/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-2/+2
2016-09-10appletalk: use IS_ENABLED() instead of checking for built-in or moduleGravatar Javier Martinez Canillas 1-1/+1
2016-02-18appletalk: fix erroneous return valueGravatar Anton Protopopov 1-1/+1
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-1/+1
2015-03-03appletalk: Use eth_<foo>_addr instead of memsetGravatar Joe Perches 1-3/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-4/+3
2014-11-24new helper: memcpy_from_msg()Gravatar Al Viro 1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.Gravatar David S. Miller 1-1/+1
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+0
2014-07-15net: set name_assign_type in alloc_netdev()Gravatar Tom Gundersen 1-1/+2
2014-07-08appletalk: Fix socket referencing in skbGravatar Andrey Utkin 1-3/+0
2014-07-08appletalk: fix a coccinella warning in net/appletalk/ddp.cGravatar wangweidong 1-1/+1
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Gravatar Tom Herbert 1-1/+1
2014-02-14appletalk: fix checkpatch error with indentGravatar wangweidong 1-45/+45
2014-02-14appletalk: fix checkpatch errors with foo* bar|foo * barGravatar wangweidong 1-2/+2
2014-02-14appletalk: fix checkpatch errors with space required or prohibitedGravatar wangweidong 2-5/+5
2014-01-21net: Fix some fallout from the etner_addr_copy() changes.Gravatar David S. Miller 1-0/+1