aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio
Commit message (Expand)AuthorAgeFilesLines
...
* yam: convert to net_device_opsStephen Hemminger2009-01-211-8/+9
* yam: convert to internal net_device_statsStephen Hemminger2009-01-211-33/+9
* hdlcdrv: convert to net_device_opsStephen Hemminger2009-01-211-9/+9
* hdlcdrv: convert to internal net_device_statsStephen Hemminger2009-01-211-20/+7
* dmascc: convert to network_device_opsStephen Hemminger2009-01-211-5/+8
* dmascc: convert to internal network device statsStephen Hemminger2009-01-211-25/+16
* bpqether: convert to net_device_opsStephen Hemminger2009-01-211-7/+8
* bpqether: convert to internal net_device_statsStephen Hemminger2009-01-211-16/+5
* baycom: convert to net_device_opsStephen Hemminger2009-01-211-5/+9
* baycom: convert to internal net_device_statsStephen Hemminger2009-01-211-22/+7
* 6pack: convert to net_device_opsStephen Hemminger2009-01-211-7/+9
* drivers/net/hamradio/6pack.c: move a dereference below a NULL testJulia Lawall2009-01-111-1/+2
* drivers/net/hamradio: Move a dereference below a NULL testJulia Lawall2008-12-161-1/+2
* netdevice hamradio: Convert directly reference of netdev->privWang Chen2008-11-202-12/+12
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-038-8/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-4/+3
* drivers/net: use nr_irqsYinghai Lu2008-10-162-5/+5
* hamradio: add missing sanity check to tty operationEugene Teo2008-08-071-1/+1
* netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller2008-07-221-0/+2
* hdlcdrv: Fix CRC calculation.Micah Dowty2008-07-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-203-18/+24
|\
| * netdev: Allocate multiple queues for TX.David S. Miller2008-07-171-2/+4
| * netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-152-0/+4
| * netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-081-1/+11
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-2/+0
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-1/+1
| |\ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-251-1/+2
| |\ \ \
| * | | | 6pack: use netstats in net_device structurePaulius Zaleckas2008-05-131-17/+7
* | | | | tty: Ldisc revampAlan Cox2008-07-202-2/+2
| |_|_|/ |/| | |
* | | | hamradio: remove unused variableAndre Haupt2008-06-271-2/+0
| |_|/ |/| |
* | | net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller2008-06-121-1/+1
| |/ |/|
* | hamradio/scc: add missing block braces to multi-statement ifIlpo Järvinen2008-05-221-1/+2
|/
* tty: add throttle/unthrottle helpersAlan Cox2008-04-302-6/+2
* tty: The big operations reworkAlan Cox2008-04-302-24/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-231-3/+0
|\
| * hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.cMark Asselstine2008-04-211-3/+0
* | Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-181-1/+1
|/
* [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