summaryrefslogtreecommitdiffstats
path: root/net/appletalk/aarp.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-7/+1Star
* appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2019-03-151-3/+12
* proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-19/+1Star
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-2/+2
* appletalk: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-3/+3
* appletalk: fix checkpatch errors with space required or prohibitedwangweidong2014-02-141-2/+2
* 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: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* appletalk: Reduce switch/case indentJoe Perches2011-07-021-69/+69
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* appletalk:: da.s_net not copied but assigned to itself in aarp_rcv()Roel Kluin2010-01-151-1/+1
* Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loadedArnaldo Carvalho de Melo2009-09-111-5/+11
* appletalk: convert aarp to net_device_opsStephen Hemminger2009-01-081-2/+3
* net: convert print_mac to %pMJohannes Berg2008-10-281-2/+1Star
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-201-2/+2
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-2/+2
* [ATALK/DECNET]: Use seq_open_private in appletalk and decnet.Pavel Emelyanov2008-02-291-19/+2Star
* [APPLETALK]: Annotations to clear sparse warningsEric Dumazet2008-01-291-0/+2
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+1Star
* [NET]: sparse warning fixesStephen Hemminger2007-10-111-2/+0Star
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-7/+2Star
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-111-0/+3
* [ATALK]: In notifier handlers convert the void pointer to a netdeviceEric W. Biederman2007-10-111-3/+4
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-261-3/+3
* [SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being usedArnaldo Carvalho de Melo2007-04-261-3/+9
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [NET] APPLETALK: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-7/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [NET]: Kill skb->real_devDavid S. Miller2005-08-301-1/+1
* [ATALK] aarp: replace schedule_timeout() with msleep()Nishanth Aravamudan2005-06-231-4/+3Star
* [ATALK]: endian annotationsAlexey Dobriyan2005-06-201-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1069