aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] err2-6: hashbin_remove_this() locking fixAndrew Morton1-3/+5
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds1-2/+2
2004-07-26[PATCH] size_t portability fixesAlexander Viro1-7/+7
2004-07-12[PATCH] sparse: net/* NULL noise removalAlexander Viro2-5/+5
2004-07-11Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller1-1/+1
2004-07-10[PATCH] crc16 kconfig touchupsAndrew Morton1-1/+1
2004-07-07[NET]: Cleanup mis-usage of seq_release_privateHirofumi Ogawa3-3/+3
2004-06-26[PATCH] crc: use it in IRDA driversAndrey Panin3-69/+2
2004-06-18[IRDA]: Remove usage of isa_virt_to_bus()William Lee Irwin III1-2/+2
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering1-3/+3
2004-06-03[PATCH] sparse: irda annotationAlexander Viro6-33/+35
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro1-1/+1
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds1-1/+1
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro1-13/+13
2004-05-24[PATCH] Fix various memory leaksAndrew Morton1-1/+5
2004-05-14[PATCH] MSEC_TO_JIFFIES to msec_to_jiffiesAndrew Morton2-4/+4
2004-04-26[IRDA]: Export irda_task_delete.Stephen Hemminger1-0/+1
2004-04-16[IRDA]: Replace sleep_on with wait_eventJean Tourrilhes1-4/+4
2004-04-16[IRDA]: irlan_eth cleanup.Jean Tourrilhes2-84/+78
2004-04-16[IRDA]: irlan_common cleanup.Jean Tourrilhes1-21/+5
2004-04-16[IRDA]: Rename handle_filter_request to irlan_filter_request.Jean Tourrilhes2-3/+3
2004-04-16[IRDA]: Fix namespace pollution of print_ret_code.Jean Tourrilhes2-45/+46
2004-04-16[IRDA]: Fix handling of RD:RSP to be spec compliantJean Tourrilhes1-0/+19
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen1-8/+2
2004-04-05Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller1-6/+2
2004-04-05[NET]: Update networking config menu (v3)Randy Dunlap1-6/+2
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr2-2/+2
2004-03-08[IRDA]: Move last of irsyms.c to irmod.cJean Tourrilhes3-53/+32
2004-03-08[IRDA]: Move irda_param related exports out of irsyms.Stephen Hemminger2-6/+7
2004-03-08[IRDA]: Move qos related exports out of irsyms.Stephen Hemminger2-2/+2
2004-03-08[IRDA]: Make irda_get_mtt et al. inline and not defines for better type check...Stephen Hemminger2-18/+10
2004-03-08[IRDA]: More irlap exports out of irsyms.Stephen Hemminger2-2/+3
2004-03-08[IRDA]: Make irda_start_timer inline rather than exporting.Stephen Hemminger2-24/+0
2004-03-08[IRDA]: Move crc16 exports out of irsyms.Stephen Hemminger2-3/+4
2004-03-08[IRDA]: Move async_wrap function exports out of irsyms.Stephen Hemminger2-2/+3
2004-03-08[IRDA]: Move irlmp routines out of irsyms.Stephen Hemminger3-45/+22
2004-03-08[IRDA]: Move iriap routines out of irsyms, rename missing to irias_missing.Stephen Hemminger3-22/+22
2004-03-08[IRDA]: Move irttp exports out of irsyms.Stephen Hemminger2-11/+10
2004-03-08[IRDA]: Move hashbin exports out of irsyms and into irqueue.Stephen Hemminger2-12/+11
2004-03-08[IRDA]: Flush irtty symbols that were exported but never used.Jean Tourrilhes1-7/+0
2004-03-08[IRDA]: Move proc_irda export out of irsyms.c into irproc.cStephen Hemminger2-3/+1
2004-02-25[IRDA]: Make irda_device_txqueue_empty inline.Stephen Hemminger1-18/+0
2004-02-25[IRDA]: Zap bogus wireless.h include.Stephen Hemminger1-1/+0
2004-02-25[IRDA]: Hashbin cleanups, remove unused code and add const where needed.Stephen Hemminger1-144/+9
2004-02-25[IRDA]: Kill infrared_mode, unused.Stephen Hemminger2-8/+0
2004-02-25[IRDA]: Make more symbols static, to avoid namespace pollution.Stephen Hemminger2-2/+1
2004-02-25[IRDA]: Rename setup_dma to irda_setup_dma.Stephen Hemminger2-4/+2
2004-02-17Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-6Jeff Garzik4-51/+49
2004-02-09[IRDA]: Remove net notifier.Jean Tourrilhes1-45/+0
2004-02-09[IRDA]: IrLAP disconnection pending race.Jean Tourrilhes1-0/+8
2004-02-09[IRDA]: Ultra sendto support.Jean Tourrilhes2-6/+41
2004-02-06MergeJeff Garzik2-2/+2
2004-01-24[IRDA]: Do not use lvalue in assignment.Andrew Morton1-2/+2
2004-01-19Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-6Jeff Garzik2-2/+2
2004-01-19[IRDA]: Check error return from memcpy_fromiovec()Chris Wright1-3/+15
2004-01-14[IRDA]: Migrate TIOCMGET and TIOCMSET ioctls in IrCOMM to the new TTY API.Jean Tourrilhes2-52/+27
2004-01-10[all over] more kfree -> free_netdevAlexander Viro2-2/+2
2004-01-08[IRDA]: Fix compiler warning in af_irda.cJean Tourrilhes1-5/+4
2004-01-08[IRDA]: Add module alias for IrCOMM pseudo serial device.Jean Tourrilhes1-0/+2
2004-01-08[IRDA]: Proper calculation for F-timer. Improve interoperability.Jean Tourrilhes2-7/+58
2004-01-08[IRDA]: Use size_t for size in {send,recv}msg.Stephen Hemminger1-7/+8
2004-01-05[IRDA]: Fix locking in the ircomm-shutdown path.Jean Tourrilhes1-18/+21
2003-11-25[IRDA]: Fix SKB leaks.Jean Tourrilhes1-3/+3
2003-11-04[IRDA]: Fix IRQ save/restore handling in seq file handlers.David S. Miller6-100/+18
2003-11-04[IRDA]: Fix IrLMP open leak.Jean Tourrilhes1-1/+1
2003-11-04[IRDA]: Fix races between IRNET and PPP.Jean Tourrilhes2-4/+10
2003-11-04[IRDA]: Fix two OOPSers in IrCOMMJean Tourrilhes1-7/+31
2003-11-04[IRDA]: Fix SKB leaks in af_irda.c, from Arnaldo Carvalho de Melo.Jean Tourrilhes1-2/+6
2003-11-03[IRDA]: Fix irlmp seqfile, initialize the iterator in start.Stephen Hemminger1-1/+1
2003-10-06[IRDA]: Fix spinlock badness in last dongle changes.Stephen Hemminger1-3/+10
2003-10-06[IRDA]: Fix BUG() in irlmp seq file code.Stephen Hemminger1-22/+24
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller1-6/+1
2003-10-04[PATCH] More modules.txt removalsRusty Russell3-13/+10
2003-10-03[IRDA]: Dongle module owner support.Stephen Hemminger1-20/+35
2003-09-30[IRDA]: Add alloc_irdadev() interface.Stephen Hemminger2-0/+12
2003-09-30[IRDA]: Get rid of destructor for irda devices.Stephen Hemminger1-2/+0
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches1-1/+1
2003-09-24Manual merge of Kconfig file module commentsLinus Torvalds1-4/+4
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell1-4/+4
2003-09-19[IRDA]: Convert ircomm to seq_fileStephen Hemminger1-45/+106
2003-09-19[IRDA]: proc/net/irda files using seq_fileStephen Hemminger6-307/+661
2003-09-19[IRDA]: Eliminate skb_linearize() from irda.Stephen Hemminger1-10/+24
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches1-4/+3
2003-09-05[irda] init failure cleanupsJean Tourrilhes7-9/+45
2003-09-05[irda] connect watchdog fixesJean Tourrilhes3-6/+28
2003-09-05[irda] LAP close raceJean Tourrilhes2-2/+13
2003-09-05[irda] irtty cleanupJean Tourrilhes2-2/+1
2003-09-05[irda] IrCOMM mod refcountJean Tourrilhes1-2/+0
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-08-30[IRDA]: Missing sk_set_owner().Stephen Hemminger1-0/+1
2003-08-19[IRDA]: style: Separate data from code in irlan_print_filter().François Romieu1-15/+21
2003-08-19[IRDA]: Convert irlan to seq_file interface.Stephen Hemminger2-49/+115
2003-08-19[IRDA]: Remove duplicate of irlan_state.Stephen Hemminger1-14/+0
2003-08-19[IRDA]: Convert irlan to use alloc_netdev().Stephen Hemminger3-61/+33
2003-08-19[IRDA]: Remove hashbin from irlan.Stephen Hemminger2-27/+35
2003-08-19[IRDA]: Remove unused function prototype in irda_device.cStephen Hemminger1-6/+0
2003-08-19[IRDA]: Set owner field on /proc/net/irda sub entries.Stephen Hemminger1-2/+6
2003-08-19[IRDA]: ircomm - set owner get rid of MOD_INC/MOD_DEC.Stephen Hemminger1-7/+1
2003-08-19[NET]: free_netdev - destructors.Stephen Hemminger1-6/+1
2003-08-15[IRDA]: irlap hashbin can be privateStephen Hemminger1-1/+1
2003-08-15[IRDA]: irlap_open should take const string.Stephen Hemminger1-1/+1
2003-08-15[IRDA]: irda_device_setup should match ether_setup.Stephen Hemminger1-4/+1
2003-08-08[PATCH] IrLAP retry countJean Tourrilhes1-28/+22
2003-08-02[NET]: janitor: don't init statics to 0.Randy Dunlap2-2/+2
2003-07-10[IrDA] IrCOMM devfsJean Tourrilhes1-0/+1
2003-07-10[IrDA] irnet castJean Tourrilhes1-1/+1
2003-07-10[IrDA] irtty leaksJean Tourrilhes1-2/+3
2003-07-10[IrDA] struct checkJean Tourrilhes1-0/+7
2003-06-19[IRDA]: Fix 64-bit warnings.David S. Miller4-75/+75
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-34/+41
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-7/+0
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-2/+0
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo1-89/+90
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-2/+3
2003-05-26[PATCH] callout removal: ircomm_ttyAlexander Viro1-47/+8
2003-05-26[PATCH] some typosAndries E. Brouwer1-1/+1
2003-05-25[NET]: strncpy -> strlcpy conversions.Ben Collins10-12/+11
2003-05-25Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller2-0/+4
2003-05-25[irda] module refcounts in irlanRusty Russell2-18/+2
2003-05-25Merge redhat.com:/garz/repo/linus-2.5Jeff Garzik20-409/+575
2003-05-22[IRDA]: Protect IDA dma stuff with CONFIG_ISA.David S. Miller2-0/+4
2003-05-20[PATCH] IrLAP address fixJean Tourrilhes1-2/+2
2003-05-20[PATCH] IrNET crasherJean Tourrilhes2-15/+21
2003-05-20[PATCH] IrDA skb leak fixesJean Tourrilhes18-392/+552
2003-05-20[NET]: Use ARRAY_SIZE where appropriate.Andries E. Brouwer1-4/+2
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds1-5/+1
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole2-2/+2
2003-05-02o irda: use revised net module infrastructureArnaldo Carvalho de Melo1-4/+4
2003-04-28[NET]: Spelling fixes for net/Steven Cole19-43/+43
2003-04-28o af_irda: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-6/+1
2003-04-23[PATCH] tty cleanups (7/12)Alexander Viro1-4/+0
2003-04-23[PATCH] tty cleanups (6/12)Alexander Viro1-1/+1
2003-04-23[PATCH] tty cleanups (2/12)Alexander Viro1-8/+8
2003-04-20[PATCH] replace URLs in KconfigRandy Dunlap1-1/+1
2003-04-19[PATCH] s/to long/too long/Andries E. Brouwer2-2/+2
2003-04-07[PATCH] irda typo fixesAlan Cox2-2/+2
2003-04-03o net: CodyngStyle reformatting, no code changesArnaldo Carvalho de Melo1-2/+2
2003-03-28[PATCH] : IrNET module fixJean Tourrilhes5-21/+35
2003-03-28[PATCH] : IrDA timer fixJean Tourrilhes1-9/+7
2003-03-28[PATCH] : IrLAP dynamic window code fixJean Tourrilhes1-11/+84
2003-03-28[PATCH] : Discovery locking fixesJean Tourrilhes9-282/+278
2003-03-19[NET]: Kill NETIF_F_DYNALLOC, based upon ideas from Adam J. RichterDavid S. Miller2-12/+6
2003-03-10[PATCH] Fix memleak in ircomm_coreAndrew Morton1-1/+3
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-12/+10
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-3/+3
2003-02-24[PATCH] 2.5.63 loose pedantry; loose -> lose where appropriate.Steven Cole2-2/+2
2003-02-24[PATCH] Spelling fixes - initialMichael Hayes1-1/+1
2003-02-22[NET]: Remove __NO_VERSION__ from networking code.Christoph Hellwig1-1/+0
2003-02-12Merge bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds1-42/+157
2003-02-12[irda] rx/tx wrapper path rewrites and cleanup:Jean Tourrilhes2-167/+278
2003-02-12[irda] better poll bit handling during times of packet lossJean Tourrilhes1-5/+5
2003-02-12[irda][CORRECT] Properly initialise IrCOMM status line (DCE settings)Jean Tourrilhes2-2/+5
2003-02-12[PATCH] C99 initializers for net/irda/irsysctl.cArt Haas1-42/+157
2003-02-10[PATCH] bounds/limits fixes (Stanford Checker)Randy Dunlap1-2/+2
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell4-5/+5
2003-02-06[PATCH] Spelling fixes for consistent, dependent, persistentSteven Cole3-4/+4
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski2-4/+0
2003-01-13[PATCH] namespace pollution in irda_iriasRusty Russell2-16/+17
2003-01-13[PATCH] namespace pollution in irda qosRusty Russell1-10/+10
2002-12-15[PATCH] C99 initializers for net/irda/irnet/irnet_ppp.hArt Haas1-6/+6
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst4-9/+0
2002-11-13[NET]: More timer init fixes.Andrew Morton1-0/+1
2002-11-07IrDA update 3/3:Jean Tourrilhes2-6/+22
2002-10-29Delete old-style config files.Linus Torvalds8-131/+0
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel4-0/+141
2002-10-23kbuild: Allow for <mod>-y as well as <mod>-objs for multipart objects.Kai Germaschewski1-1/+0
2002-10-11net/irda/af_irda.c: Fix sendmsg/recvmsg args in comments too.David S. Miller1-5/+5
2002-10-11net/irda/af_irda.c: Update for new sendmsg/recvmsg args.David S. Miller1-6/+7
2002-10-11Merge master.kernel.org:/home/bcrl/net-2.5David S. Miller9-46/+139
2002-10-11irda update 6/6:Jean Tourrilhes1-16/+16
2002-10-11irda update 5/6:Jean Tourrilhes3-10/+56
2002-10-11irda update 4/6:Jean Tourrilhes3-19/+64
2002-10-11irda update 3/6:Jean Tourrilhes2-1/+3
2002-10-10net-kiocb.diffBenjamin LaHaise1-4/+5
2002-09-30[PATCH] Workqueue AbstractionIngo Molnar3-15/+8
2002-09-2364-bitness fixes for IrDA irlan protocol codeJean Tourrilhes3-3/+4
2002-09-23More IrDA __FUNCTION__ cleanupsJean Tourrilhes17-292/+292
2002-09-23More IrDA __FUNCTION__ cleanups, merged from -acJean Tourrilhes18-539/+556
2002-09-20Fix more IrDA __FUNCTION__ breakage. It now builds, yay.Jeff Garzik11-60/+49
2002-09-18irda update 4/6:Jean Tourrilhes6-48/+69
2002-09-18irda update 3/6:Jean Tourrilhes11-525/+832
2002-09-18irda update 2/6:Jean Tourrilhes1-1/+9
2002-09-18irda update 1/6:Jean Tourrilhes7-64/+79
2002-08-27[PATCH] net_irda_irlmp_event.c, typos: the the, whishJames Mayer1-1/+1
2002-07-18NET: Use ISO C struct initializers.Rusty Russell1-74/+74
2002-06-20Merge http://gkernel.bkbits.net/irda-2.5Linus Torvalds20-317/+227
2002-06-18[PATCH] Patch to fix all known linux/tqueue.h compile errorsAdrian Bunk1-0/+1
2002-06-18IrDA update 2/2: big header and initcall cleanupJean Tourrilhes20-281/+191
2002-06-18IrDA update 1/2: cache-wait-data fixesJean Tourrilhes2-36/+36
2002-06-14IrDA update 2/4:Jean Tourrilhes2-4/+4
2002-06-09[PATCH] kill warnings 19/19Martin Dalecki1-56/+54
2002-06-09[PATCH] kill warnings 18/19Martin Dalecki1-82/+69
2002-06-09[PATCH] kill warnings 17/19Martin Dalecki1-186/+186
2002-06-09[PATCH] kill warnings 16/19Martin Dalecki1-131/+131
2002-06-09[PATCH] kill warnings 15/19Martin Dalecki1-198/+186
2002-06-09[PATCH] kill warinigs 14/19Martin Dalecki1-193/+192
2002-06-09[PATCH] kill warnings 13/19Martin Dalecki1-322/+319
2002-06-09[PATCH] kill warnings 12/19Martin Dalecki1-152/+141
2002-06-09[PATCH] kill warnings 11/19Martin Dalecki1-54/+50
2002-06-09[PATCH] kill warnings 10/19Martin Dalecki1-104/+94