summaryrefslogtreecommitdiffstats
path: root/net/appletalk/ddp.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* 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-151-8/+12
* appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-03-031-6/+31
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* 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
* 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
* | 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-141-3/+3
* 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: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* appletalk: info leak in ->getname()Dan Carpenter2013-04-251-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-6/+3Star
* 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: remove k{un}map_skb_frag()Eric Dumazet2012-04-051-3/+3
* net: add skb frag size accessorsEric Dumazet2011-10-191-3/+2Star
* appletalk: Reduce switch/case indentJoe Perches2011-07-021-190/+190
* appletalk: Fix OOPS in atalk_release().David S. Miller2011-04-011-5/+6
* net/appletalk: fix atalk_release use after freeArnd Bergmann2011-03-221-0/+3
* appletalk: remove the BKLArnd Bergmann2011-03-051-24/+16Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-1/+1
|/
* net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
* net/appletalk: using compat_ptr needs inclusion of linux/compat.hStephen Rothwell2009-11-091-0/+1
* appletalk/ddp.c: Neaten checksum functionJoe Perches2009-11-081-7/+2Star
* net/appletalk: push down BKL into a atalk_dgram_opsArnd Bergmann2009-11-071-28/+77
* appletalk: handle SIOCATALKDIFADDR compat ioctlArnd Bergmann2009-11-071-5/+7
* net: pass kern to net_proto_family create functionEric Paris2009-11-061-1/+2
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* Have atalk_route_packet() return NET_RX_SUCCESS not NET_XMIT_SUCCESSMark Smith2009-09-151-1/+1