summaryrefslogtreecommitdiff
path: root/net/appletalk
Commit message (Expand)AuthorAge
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-27
* appletalk: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-10
* appletalk: fix erroneous return valueAnton Protopopov2016-02-18
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* appletalk: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-03
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-16
|\
| * appletalk: Fix socket referencing in skbAndrey Utkin2014-07-08
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-15
* | appletalk: fix a coccinella warning in net/appletalk/ddp.cwangweidong2014-07-08
|/
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-23
* appletalk: fix checkpatch error with indentwangweidong2014-02-14
* appletalk: fix checkpatch errors with foo* bar|foo * barwangweidong2014-02-14
* appletalk: fix checkpatch errors with space required or prohibitedwangweidong2014-02-14
* net: Fix some fallout from the etner_addr_copy() changes.David S. Miller2014-01-21
* appletalk: Use ether_addr_copyJoe Perches2014-01-21
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-18
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco2013-08-15
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* appletalk: info leak in ->getname()Dan Carpenter2013-04-25
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-14
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-10
* appletalk: Remove out of date message in printkDave Jones2012-06-07
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-20
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-20
* net: remove k{un}map_skb_frag()Eric Dumazet2012-04-05
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* net: add skb frag size accessorsEric Dumazet2011-10-19
* appletalk: Reduce switch/case indentJoe Perches2011-07-01
* appletalk: Fix OOPS in atalk_release().David S. Miller2011-03-31
* net/appletalk: fix atalk_release use after freeArnd Bergmann2011-03-21
* appletalk: remove the BKLArnd Bergmann2011-03-05
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net: convert multicast list to list_headJiri Pirko2010-04-03
|/
* net: appletalk: use seq_hlist_foo() helpersLi Zefan2010-02-10
* appletalk:: da.s_net not copied but assigned to itself in aarp_rcv()Roel Kluin2010-01-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-08
|\
| * net: use net_eq to compare netsOctavian Purdila2009-11-25