summaryrefslogtreecommitdiffstats
path: root/net/irda/irlan
Commit message (Expand)AuthorAgeFilesLines
* net: remove MTU limits on a few ether_setup callersJarod Wilson2016-10-211-1/+2
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* irda: Convert IRDA_DEBUG to pr_debugJoe Perches2014-11-128-206/+106
* irda: Remove IRDA_<TYPE> logging macrosJoe Perches2014-11-114-15/+16
* irda: add __init to irlan_openFabian Frederick2014-09-301-2/+2
* irda: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* net/irda: fixed style issues in irlan_ethDragos Foianu2013-07-161-17/+14
* irda: Fix typo in irdaMasanari Iida2012-07-161-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-283-3/+0
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* net: Remove casts of void *Joe Perches2011-06-164-16/+16
* irda: Kill set but unused variable 'bytes' in irlan_check_command_param()David S. Miller2011-05-191-4/+0
* irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_...David S. Miller2011-05-191-3/+0
* Net: irda: irlan: Makefile: Remove deprecated kbuild goal definitionsTracey Dent2010-11-221-1/+1
* net/irda: Use static const char * const where possibleJoe Perches2010-09-141-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-1/+1
|\
| * irda: off by oneDan Carpenter2010-09-071-1/+1
* | irda: use net_device_stats from struct net_deviceEric Dumazet2010-08-211-23/+9
|/
* irda: fix a race in irlan_eth_xmit()Eric Dumazet2010-08-191-1/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+3
* net: irda: use seq_list_foo() helpersLi Zefan2010-02-101-24/+4
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-112-0/+2
* irda: convert to netdev_tx_tStephen Hemminger2009-09-011-2/+4
* net: mark read-only arrays as constJan Engelhardt2009-08-051-2/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
* irlan: convert to net_device_opsStephen Hemminger2009-03-211-6/+13
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-121-1/+1
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+1
* [IRDA]: Remove irlan_eth_send_gratuitous_arp()Adrian Bunk2008-04-152-43/+0
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-058-128/+128
* [IRDA]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-291-3/+1
* [IRDA]: Spelling fixesJoe Perches2007-12-201-1/+1
* [IRDA]: Compilation for CONFIG_INET=n casePavel Emelyanov2007-11-221-1/+1
* more UTF-8 conversionsMarcin Garski2007-10-192-2/+2
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-196-6/+6
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-3/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-2/+0
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-2/+1
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-1/+1
* [NET] IRDA: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-108-502/+502
* [IRLAN]: handle out of memory errorsAkinobu Mita2007-02-081-3/+20
* [IRDA]: Trivial annotations.Al Viro2006-12-021-1/+1
* [IrDA]: Memory allocations cleanupsSamuel Ortiz2006-09-282-12/+46
* [IrDA]: Use alloc_skb() in IrDA TX pathSamuel Ortiz2006-07-212-9/+9