summaryrefslogtreecommitdiff
path: root/net/irda/irlap_frame.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches1-54/+33
2014-11-12irda: Remove IRDA_<TYPE> logging macrosJoe Perches1-16/+14
2014-08-14irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov1-1/+1
2013-05-20net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-05-29irda: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller1-16/+2
2008-12-15irda: merge exit pathsIlpo Järvinen1-9/+8
2008-07-20netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-03-25[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-06net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-37/+37
2007-12-21[IRDA]: Spelling fixesJoe Perches1-1/+1
2007-10-20Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-11[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+3
2007-07-11[IrDA]: Monitor mode.Samuel Ortiz1-0/+7
2007-06-09[IrDA]: Fix Rx/Tx path race.G. Liakhovetski1-0/+3
2007-04-26[IrDA]: Misc spelling corrections.G. Liakhovetski1-7/+7
2007-04-26[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+2
2007-04-26[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+2
2007-02-11[NET] IRDA: Fix whitespace errors.YOSHIFUJI Hideaki1-3/+3
2006-09-29[IrDA]: Memory allocations cleanupsSamuel Ortiz1-27/+32
2006-07-22[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-07-22[IrDA]: Use alloc_skb() in IrDA TX pathSamuel Ortiz1-8/+8
2005-08-30[NET]: Kill skb->real_devDavid S. Miller1-1/+1
2005-08-30[NET]: Kill skb->listDavid S. Miller1-6/+0
2005-07-09[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller1-5/+3
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1437