aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio
Commit message (Expand)AuthorAgeFilesLines
* 6pack,mkiss: fix lock inconsistencyArnd Bergmann2011-07-012-4/+4
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-042-12/+7
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-265-5/+5
|\
| * hdlcdrv: Drop __TIME__ usageMichal Marek2011-05-251-1/+1
| * baycom: Drop __TIME__ usageMichal Marek2011-05-254-4/+4
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-232-7/+12
|\ \
| * | tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-222-7/+12
* | | net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-4/+0
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-312-2/+2
|/
* drivers/net: remove some rcu sparse warningsEric Dumazet2011-01-271-2/+3
* hamradio: Resolve memory leak due to missing firmware release in add_mcs()Jesper Juhl2011-01-091-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-233-3/+4
|\ \
| * | drivers/net: return operator cleanupEric Dumazet2010-09-262-2/+2
| * | drivers/net/hamradio: Adjust confusing if indentationJulia Lawall2010-08-161-1/+2
| |/
* | hamradio: Mkiss: semaphore cleanupThomas Gleixner2010-10-121-1/+1
* | hamradio: 6pack: semaphore cleanupThomas Gleixner2010-10-121-1/+1
|/
* drivers/net/hamradio: Eliminate a NULL pointer dereferenceJulia Lawall2010-05-281-2/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-116-2/+4
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-2/+4
* | net/various: remove trailing space in messagesFrans Pop2010-03-241-1/+1
|/
* hamradio: avoid null deref v3Dan Carpenter2010-01-031-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | drivers/net: Move && and || to end of previous lineJoe Perches2009-12-032-8/+5
* | net: use net_eq to compare netsOctavian Purdila2009-11-251-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-184-0/+4
|\ \ | |/
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-114-0/+4
* | hamradio/mkiss: fix typo in compat_ioctlArnd Bergmann2009-11-151-1/+1
* | net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann2009-11-062-0/+42
* | hamradio: Fix bit test correctly.Thomas Sailer2009-10-141-4/+3
* | net/hamradio: fix test in receive()roel kluin2009-10-131-1/+2
|/
* NET: mkiss: Fix typoRalf Baechle2009-10-011-2/+2
* NET: Fix possible corruption in bpqether driverRalf Baechle2009-09-021-16/+10
* convert hamradio drivers to netdev_txreturnt_tStephen Hemminger2009-09-016-7/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-124-4/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-221-1/+1
| |\
| * | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-084-4/+4
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-1/+1
|\ \ \ | | |/ | |/|
| * | Update Andreas Koensgen's email addressRalf Baechle2009-07-171-1/+1
| * | Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplin...David S. Miller2009-07-142-30/+21
| * | NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle2009-07-122-21/+30
| |/
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-058-13/+13
|/
* net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy2009-06-171-1/+1
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-133-4/+4
* net: fix network drivers ndo_start_xmit() return values (part 6)Patrick McHardy2009-06-131-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswin...David S. Miller2009-03-313-692/+58
|\
| * yam: use request_firmwareJaswinder Singh Rajput2009-03-303-692/+58