Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-29irda: move net/irda/ to drivers/staging/irda/net/Greg Kroah-Hartman
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches
2014-11-12irda: Remove IRDA_<TYPE> logging macrosJoe Perches
2014-08-14irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov
2013-05-20net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang
2011-03-31Fix common misspellingsLucas De Marchi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-05-29irda: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller
2008-12-15irda: merge exit pathsIlpo Järvinen
2008-07-20netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-03-25[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-06net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2007-12-21[IRDA]: Spelling fixesJoe Perches
2007-10-20Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-10-11[NET]: Make packet reception network namespace safeEric W. Biederman
2007-07-11[IrDA]: Monitor mode.Samuel Ortiz
2007-06-09[IrDA]: Fix Rx/Tx path race.G. Liakhovetski
2007-04-26[IrDA]: Misc spelling corrections.G. Liakhovetski
2007-04-26[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-26[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo
2007-04-26[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-02-11[NET] IRDA: Fix whitespace errors.YOSHIFUJI Hideaki
2006-09-29[IrDA]: Memory allocations cleanupsSamuel Ortiz
2006-07-22[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris
2006-07-22[IrDA]: Use alloc_skb() in IrDA TX pathSamuel Ortiz
2005-08-30[NET]: Kill skb->real_devDavid S. Miller
2005-08-30[NET]: Kill skb->listDavid S. Miller
2005-07-09[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds