An error occurred fetching the project authors.
  1. 27 Dec, 2004 1 commit
    • Adrian Bunk's avatar
      [IRDA]: Staticize and remove unnecessary exports. · 7a5e9f67
      Adrian Bunk authored
      The patch below contains the following possible cleanups:
      - make some needlessly global code static
      - remove the following unused global functions:
        - discovery.c: irlmp_find_device
        - ircomm/ircomm_param.c: ircomm_param_flush
        - irda_device.c: irda_device_set_dtr_rts
        - irda_device.c: irda_device_change_speed
        - irda_device.c: irda_device_set_mode
        - iriap.c: iriap_getinfobasedetails_request
        - iriap.c: iriap_getinfobasedetails_confirm
        - iriap.c: iriap_getobjects_request
        - iriap.c: iriap_getobjects_confirm
        - iriap.c: iriap_getvalue
        - irlan_client.c: irlan_client_reconnect_data_channel
        - irlap_frame.c: irlap_send_frmr_frame
        - irlmp.c: irlmp_status_request
      - remove the follwong unused global variables:
        - irnet/irnet_ppp.c: irnet_ppp_ops
        - irsysctl.c: sysctl_compression
      - qos.c: #ifndef CONFIG_IRDA_DYNAMIC_WINDOW irlap_requested_line_capacity
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      7a5e9f67
  2. 07 Jul, 2004 1 commit
  3. 09 Mar, 2004 2 commits
  4. 05 Nov, 2003 1 commit
    • David S. Miller's avatar
      [IRDA]: Fix IRQ save/restore handling in seq file handlers. · 55180399
      David S. Miller authored
      IRDA was restoring IRQ flags in a different function from which they
      were saved which explodes on certain platforms.  It did not need to
      use _irq{save,restore}() anyways since the seqfile layer always invokes
      these routines from user context with interrupts enabled, so using
      plain spin_{lock,unlock}_irq() works just fine.
      55180399
  5. 19 Sep, 2003 1 commit
  6. 05 Sep, 2003 1 commit
    • Jean Tourrilhes's avatar
      [irda] init failure cleanups · 54d6055b
      Jean Tourrilhes authored
      		<Patch from Guennadi Liakhovetski>
      	o [FEATURE] Don't leak stuff in various failure paths
      	o [FEATURE] Properly initialise self->max_header_size in IrIAP
      54d6055b
  7. 20 May, 2003 1 commit
    • Jean Tourrilhes's avatar
      [PATCH] IrDA skb leak fixes · 5976fac2
      Jean Tourrilhes authored
      ir259_skb_get-7.diff :
      		<Inspired by patches from Jan Kiszka>
      	o [CORRECT] Fix skb leaks in IrDA state machines
      	o [CORRECT] Fix skb leaks in connect/request error paths
      	o [FEATURE] Fix skb leaks in ASSERT
      	o [FEATURE] Simplify & document skb handling throughout the stack
      	o [FEATURE] other minor cleanups
      5976fac2
  8. 28 Apr, 2003 1 commit
  9. 19 Apr, 2003 1 commit
  10. 07 Feb, 2003 1 commit
  11. 13 Jan, 2003 1 commit
    • Rusty Russell's avatar
      [PATCH] namespace pollution in irda_irias · e7cb6b00
      Rusty Russell authored
      From:  Arnd Bergmann <arnd@bergmann-dalldorf.de>
      
        A global variable should not be named 'objects' like in
        irias_object.c. This patch puts it into the right
        namespace.
        Also, strndup() is made static.
      e7cb6b00
  12. 23 Sep, 2002 1 commit
  13. 18 Sep, 2002 2 commits
    • Jean Tourrilhes's avatar
      irda update 3/6: · 6701334c
      Jean Tourrilhes authored
      o [FEATURE] New hashbin locking scheme for irqueue
      o [FEATURE] Get rid of old broken hashbin locking schemes
      o [FEATURE] Lock hasbins while enumerating it in various places
      o [CORRECT] Remove all remaining "save_flags(flags);cli();"
      o [CORRECT] Fix two "return with spinlock" found by Stanford checker
      6701334c
    • Jean Tourrilhes's avatar
      irda update 1/6: · 57dd59ee
      Jean Tourrilhes authored
      o [CRITICA] Remove correct IAS Attribute/Object even if name is dup'ed
      o [CORRECT] Make irqueue 64 bit compliant (__u32 -> long)
      o [FEATURE] Don't use random handle for IrLMP handle, use self
        Remove dependancy on random generator in stack init
      57dd59ee
  14. 18 Jun, 2002 1 commit
    • Jean Tourrilhes's avatar
      IrDA update 2/2: big header and initcall cleanup · ffdaa8c0
      Jean Tourrilhes authored
              o [FEATURE] Use new kernel init/exit style, should fix static builds
              o [FEATURE] Reduce header dependancies
                                                      Before  After
                      net/irda/.depend                14917   13617 B
                      drivers/net/irda/.depend        16134   14293 B
                      irda full recompile             3'13    3'10
      ffdaa8c0
  15. 10 Jun, 2002 1 commit
  16. 05 Feb, 2002 5 commits
    • Linus Torvalds's avatar
      v2.5.1.10 -> v2.5.1.11 · 18a93310
      Linus Torvalds authored
      - Davide Libenzi, Ingo Molnar: scheduler updates
      - Greg KH: USB update
      - Jean Tourrilhes: IrDA and wireless updates
      - Jens Axboe: bio/block updates
      18a93310
    • Linus Torvalds's avatar
      v2.5.0.4 -> v2.5.0.5 · cc5979c3
      Linus Torvalds authored
      - Patrick Mochel: driver model infrastructure, part 1
      - Jens Axboe: more bio fixes, cleanups
      - Andrew Morton: release locking fixes
      - Al Viro: superblock/mount handling
      - Kai Germaschewski: AVM Fritz!Card ISDN driver
      - Christoph Hellwig: make cramfs SMP-safe.
      cc5979c3
    • Linus Torvalds's avatar
      v2.4.14.1 -> v2.4.14.2 · a8a2069f
      Linus Torvalds authored
        - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
        - Kai Germaschewski: ISDN updates
        - Jeff Garzik: network driver updates, sysv fs update
        - Kai Mäkisara: SCSI tape update
        - Alan Cox: large drivers merge
        - Nikita Danilov: reiserfs procfs information
        - Andrew Morton: ext3 merge
        - Christoph Hellwig: vxfs livelock fix
        - Trond Myklebust: NFS updates
        - Jens Axboe: cpqarray + cciss dequeue fix
        - Tim Waugh: parport_serial base_baud setting
        - Matthew Dharm: usb-storage Freecom driver fixes
        - Dave McCracken: wait4() thread group race fix
      a8a2069f
    • Linus Torvalds's avatar
      v2.4.9.8 -> v2.4.9.9 · 1d66e22e
      Linus Torvalds authored
        - Greg KH: start migration to new "min()/max()"
        - Roman Zippel: move affs over to "min()/max()".
        - Vojtech Pavlik: VIA update (make sure not to IRQ-unmask a vt82c576)
        - Jan Kara: quota bug-fix (don't decrement quota for non-counted inode)
        - Anton Altaparmakov: more NTFS updates
        - Al Viro: make nosuid/noexec/nodev be per-mount flags, not per-filesystem
        - Alan Cox: merge input/joystick layer differences, driver and alpha merge
        - Keith Owens: scsi Makefile cleanup
        - Trond Myklebust: fix oopsable race in locking code
        - Jean Tourrilhes: IrDA update
      1d66e22e
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32