aboutsummaryrefslogtreecommitdiffstats
path: root/net/appletalk/ddp.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-205/+199
* appletalk: Fix OOPS in atalk_release().David S. Miller2011-03-311-5/+6
* net/appletalk: fix atalk_release use after freeArnd Bergmann2011-03-211-0/+3
* appletalk: remove the BKLArnd Bergmann2011-03-051-24/+16
* 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-251-1/+1
* net/appletalk: using compat_ptr needs inclusion of linux/compat.hStephen Rothwell2009-11-081-0/+1
* appletalk/ddp.c: Neaten checksum functionJoe Perches2009-11-081-7/+2
* net/appletalk: push down BKL into a atalk_dgram_opsArnd Bergmann2009-11-071-28/+77
* appletalk: handle SIOCATALKDIFADDR compat ioctlArnd Bergmann2009-11-061-5/+7
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-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-141-1/+1
* Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loadedArnaldo Carvalho de Melo2009-09-111-23/+24
* Use correct NET_RX_* returns for atalk_rcv()Mark Smith2009-08-121-11/+14
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-091-0/+1
|\
| * headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* | appletalk: fix atalk_getname() leakEric Dumazet2009-08-061-0/+1
|/
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-2/+1
* net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-171-4/+2
* appletalk: Use frag list abstraction interfaces.David S. Miller2009-06-091-17/+14
* appletalk: this warning can go I thinkAlan Cox2009-03-271-5/+1
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-2/+2
* appletalk: fix warning: format not a string literal and no ...Hannes Eder2009-02-261-1/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-2/+2
* net/appletalk: Remove redundant testJulia Lawall2008-12-251-3/+0
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-121-1/+1
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-131-2/+2
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-2/+2
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-3/+3
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-3/+3
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+2
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-3/+3
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+6
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-2/+5
* [ATALK]: In notifier handlers convert the void pointer to a netdeviceEric W. Biederman2007-10-101-1/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [NET]: Revert sk_buff walker cleanups.David S. Miller2007-04-271-9/+16
* [NET]: Clean up sk_buff walkers.Jean Delvare2007-04-261-16/+9
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-4/+4
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-3/+3
* [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet2007-04-251-0/+3
* [APPLETALK]: Fix a remotely triggerable crashJean Delvare2007-04-041-2/+5
* [NET] APPLETALK: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-109/+109
* [PATCH] severing skbuff.h -> highmem.hAl Viro2006-12-041-0/+1