An error occurred fetching the project authors.
- 27 Dec, 2004 1 commit
-
-
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:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 07 Jul, 2004 1 commit
-
-
Hirofumi Ogawa authored
These doesn't allocate memory and doesn't use seq->private. However kfree() ignores NULL, so these are not the problem. This patch just cleans these up. Signed-off-by:
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by:
David S. Miller <davem@redhat.com>
-
- 09 Mar, 2004 2 commits
-
-
Stephen Hemminger authored
Also, make get_{saddr,daddr} inline and rename lmp_reasons to irlmp_reasons.
-
Stephen Hemminger authored
-
- 05 Nov, 2003 1 commit
-
-
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.
-
- 19 Sep, 2003 1 commit
-
-
Stephen Hemminger authored
-
- 05 Sep, 2003 1 commit
-
-
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
-
- 20 May, 2003 1 commit
-
-
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
-
- 28 Apr, 2003 1 commit
-
-
Steven Cole authored
-
- 19 Apr, 2003 1 commit
-
-
Andries E. Brouwer authored
-
- 07 Feb, 2003 1 commit
-
-
Steven Cole authored
This fixes the following common misspellings and their variants. consistant -> consistent dependant -> dependent persistant -> persistent
-
- 13 Jan, 2003 1 commit
-
-
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.
-
- 23 Sep, 2002 1 commit
-
-
Jean Tourrilhes authored
-
- 18 Sep, 2002 2 commits
-
-
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
-
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
-
- 18 Jun, 2002 1 commit
-
-
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
-
- 10 Jun, 2002 1 commit
-
-
Martin Dalecki authored
- Fix improper __FUNCTION__ usage in iriap.c - Trailing white garbage removal as well.
-
- 05 Feb, 2002 5 commits
-
-
Linus Torvalds authored
- Davide Libenzi, Ingo Molnar: scheduler updates - Greg KH: USB update - Jean Tourrilhes: IrDA and wireless updates - Jens Axboe: bio/block updates
-
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.
-
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
-
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
-
Linus Torvalds authored
-