summaryrefslogtreecommitdiffstats
path: root/net/irda/irlap_frame.c
Commit message (Expand)AuthorAgeFilesLines
* net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang2013-05-201-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* irda: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-291-16/+2Star
* irda: merge exit pathsIlpo Järvinen2008-12-151-9/+8Star
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-201-1/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-37/+37
* [IRDA]: Spelling fixesJoe Perches2007-12-201-1/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-111-0/+3
* [IrDA]: Monitor mode.Samuel Ortiz2007-07-111-0/+7
* [IrDA]: Fix Rx/Tx path race.G. Liakhovetski2007-06-091-0/+3
* [IrDA]: Misc spelling corrections.G. Liakhovetski2007-04-261-7/+7
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+2
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+2
* [NET] IRDA: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-3/+3
* [IrDA]: Memory allocations cleanupsSamuel Ortiz2006-09-291-27/+32
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star
* [IrDA]: Use alloc_skb() in IrDA TX pathSamuel Ortiz2006-07-211-8/+8
* [NET]: Kill skb->real_devDavid S. Miller2005-08-301-1/+1
* [NET]: Kill skb->listDavid S. Miller2005-08-301-6/+0Star
* [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2005-07-081-5/+3Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1437