summaryrefslogtreecommitdiff
path: root/net/appletalk
AgeCommit message (Expand)Author
2023-12-26net: remove SOCK_DEBUG leftoversDenis Kirjanov
2023-12-14appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim
2023-10-13appletalk: remove special handling code for ipddpLukas Bulwahn
2023-10-10appletalk: remove ipddp driverArnd Bergmann
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-08net: appletalk: fix some mistakes in grammargushengxian
2021-06-08net: appletalk: fix the usage of prepositiongushengxian
2021-02-12appletalk: Fix skb allocation size in loopback caseDoug Brown
2020-10-30net: appletalk: fix kerneldoc warningsAndrew Lunn
2020-08-03appletalk: Fix atalk_proc_init() return pathVincent Duvert
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-05-18ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-05-18appletalk: factor out a atrtr_ioctl_addrt helperChristoph Hellwig
2019-09-24appletalk: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-30appletalk: Set error code if register_snap_client failedYueHaibing
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-03-15appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing
2019-03-03appletalk: Fix use-after-free in atalk_proc_exitYueHaibing
2019-03-03appletalk: use remove_proc_subtree to simplify procfs codeYueHaibing
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-09-10appletalk: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-02-18appletalk: fix erroneous return valueAnton Protopopov
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-03appletalk: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen