summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio
Commit message (Expand)AuthorAgeFilesLines
* hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.cMark Asselstine2008-04-211-3/+0
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* mkiss: ax_bump() locking fixJarek Poplawski2008-02-151-3/+2
* hamradio: fix dmascc section mismatchRandy Dunlap2008-02-051-2/+2
* NULL noise in drivers/netAl Viro2008-01-282-2/+2
* hamradio/scc: kill unnecessary use of 'irq' function argJeff Garzik2008-01-281-3/+5
* [TTY]: Use tty_mode_ioctl() in network drivers.Alan Cox2007-11-071-16/+10
* [PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik2007-10-232-9/+3
* Documentation: Fix erroneous "dmascc=" documentationRobert P. J. Day2007-10-201-1/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* hamradio: ->hard_header() takes packet type in host-endianAl Viro2007-10-142-2/+2
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-108-19/+27
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-16/+7
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-2/+0
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-103-6/+9
* bpqether: fix rcu usagePaul E. McKenney2007-07-311-3/+3
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-4/+2
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-1/+1
* Fix "deprecated" typoes.Robert P. J. Day2007-05-091-1/+1
* baycom_ser_fdx: also allow i/o ports >= 0x1000 and enhanced failure loggingFolkert van Heusden2007-04-281-3/+10
* [NET]: Fix yam.cAndrew Morton2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-253-3/+7
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* drivers/net/hamradio/baycom_ser_fdx build fixAndrew Morton2007-04-241-2/+4
* Replace local random function with random32()Ralf Baechle2007-02-203-31/+6
* fix the BAYCOM_SER_HDX help textSimon Depiets2007-02-171-1/+2
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-123-3/+3
* [PATCH] radio modems sitting on serial port are not for s390Al Viro2007-02-011-3/+3
* [HAMRADIO]: Fix baycom_epp.c compile failure.Ralf Baechle2006-12-111-1/+1
* [AX.25]: Fix default address and broadcast address initialization.Ralf Baechle2006-12-088-65/+16
* [PATCH] hamradio/dmascc: fix up work_struct-induced breakageAl Viro2006-12-061-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
|\
| * [6PACK]: Masking bug in 6pack driver.Jean Delvare2006-11-251-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-5/+9
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-057-9/+9
* [BPQ] lockdep: fix false positiveRalf Baechle2006-07-101-0/+7
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-024-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-305-5/+0
* [PATCH] drivers/net/hamradio/dmascc.c: fix section mismatchAdrian Bunk2006-06-261-1/+1
* [NET]: Add netif_tx_lockHerbert Xu2006-06-172-8/+8
* [HAMRADIO]: Remove remaining SET_MODULE_OWNER calls from hamradio drivers.Ralf Baechle DL5RB2006-05-033-3/+0
* [PATCH] Remove MODULE_PARMRusty Russell2006-03-252-2/+2
* Merge branch 'viro'Jeff Garzik2006-02-091-1/+0
|\
| * [PATCH] remove bogus asm/bug.h includes.Al Viro2006-02-071-1/+0
* | [PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi2006-01-171-1/+1
|/
* [PATCH] TTY layer buffering revampAlan Cox2006-01-102-12/+2