aboutsummaryrefslogtreecommitdiffstats
path: root/net/appletalk/ddp.c
Commit message (Expand)AuthorAge
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* 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
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
* appletalk: Remove out of date message in printkDave Jones2012-06-07
* net: remove k{un}map_skb_frag()Eric Dumazet2012-04-05
* 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: use net_eq to compare netsOctavian Purdila2009-11-25
* net/appletalk: using compat_ptr needs inclusion of linux/compat.hStephen Rothwell2009-11-08
* appletalk/ddp.c: Neaten checksum functionJoe Perches2009-11-08
* net/appletalk: push down BKL into a atalk_dgram_opsArnd Bergmann2009-11-07
* appletalk: handle SIOCATALKDIFADDR compat ioctlArnd Bergmann2009-11-07
* net: pass kern to net_proto_family create functionEric Paris2009-11-06
* net: mark net_proto_ops as constStephen Hemminger2009-10-07
* Have atalk_route_packet() return NET_RX_SUCCESS not NET_XMIT_SUCCESSMark Smith2009-09-14
* Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loadedArnaldo Carvalho de Melo2009-09-11
* Use correct NET_RX_* returns for atalk_rcv()Mark Smith2009-08-12
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-10
|\
| * headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* | appletalk: fix atalk_getname() leakEric Dumazet2009-08-06
|/
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-18
* net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-17
* appletalk: Use frag list abstraction interfaces.David S. Miller2009-06-09
* appletalk: this warning can go I thinkAlan Cox2009-03-27
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-10
* appletalk: fix warning: format not a string literal and no ...Hannes Eder2009-02-27
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-01
* net/appletalk: Remove redundant testJulia Lawall2008-12-25
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-13
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-13
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-26
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-20
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-28
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-01
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-10
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-10
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-10
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-10
* [ATALK]: In notifier handlers convert the void pointer to a netdeviceEric W. Biederman2007-10-10
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [NET]: Revert sk_buff walker cleanups.David S. Miller2007-04-27