forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/…
…davem/net-2.6 Conflicts: drivers/net/wireless/iwmc3200wifi/netdev.c net/wireless/scan.c
- Loading branch information
Showing
71 changed files
with
3,567 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1856,7 +1856,7 @@ E: [email protected] | |
D: The Linux Support Team Erlangen | ||
|
||
N: Andreas Koensgen | ||
E: ajk@iehk.rwth-aachen.de | ||
E: ajk@comnets.uni-bremen.de | ||
D: 6pack driver for AX.25 | ||
|
||
N: Harald Koerfgen | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* cn_test.c | ||
* | ||
* 2004-2005 Copyright (c) Evgeniy Polyakov <[email protected]> | ||
* 2004+ Copyright (c) Evgeniy Polyakov <[email protected]> | ||
* All rights reserved. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -197,5 +197,5 @@ module_init(cn_test_init); | |
module_exit(cn_test_fini); | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_DESCRIPTION("Connector's test module"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* ucon.c | ||
* | ||
* Copyright (c) 2004+ Evgeniy Polyakov <[email protected]> | ||
* Copyright (c) 2004+ Evgeniy Polyakov <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
This is the 6pack-mini-HOWTO, written by | ||
|
||
Andreas Könsgen DG3KQ | ||
Internet: ajk@iehk.rwth-aachen.de | ||
Internet: ajk@comnets.uni-bremen.de | ||
AMPR-net: [email protected] | ||
AX.25: dg3kq@db0ach.#nrw.deu.eu | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,7 +150,7 @@ F: drivers/scsi/53c700* | |
|
||
6PACK NETWORK DRIVER FOR AX.25 | ||
P: Andreas Koensgen | ||
M: ajk@iehk.rwth-aachen.de | ||
M: ajk@comnets.uni-bremen.de | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/hamradio/6pack.c | ||
|
@@ -1612,6 +1612,13 @@ S: Supported | |
F: fs/configfs/ | ||
F: include/linux/configfs.h | ||
|
||
CONNECTOR | ||
P: Evgeniy Polyakov | ||
M: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/connector/ | ||
|
||
CONTROL GROUPS (CGROUPS) | ||
P: Paul Menage | ||
M: [email protected] | ||
|
@@ -5584,7 +5591,6 @@ S: Odd Fixes | |
F: drivers/net/starfire* | ||
|
||
STARMODE RADIO IP (STRIP) PROTOCOL DRIVER | ||
W: http://mosquitonet.Stanford.EDU/strip.html | ||
S: Orphan | ||
F: drivers/net/wireless/strip.c | ||
F: include/linux/if_strip.h | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* cn_queue.c | ||
* | ||
* 2004-2005 Copyright (c) Evgeniy Polyakov <[email protected]> | ||
* 2004+ Copyright (c) Evgeniy Polyakov <[email protected]> | ||
* All rights reserved. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* connector.c | ||
* | ||
* 2004-2005 Copyright (c) Evgeniy Polyakov <[email protected]> | ||
* 2004+ Copyright (c) Evgeniy Polyakov <[email protected]> | ||
* All rights reserved. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -33,7 +33,7 @@ | |
#include <net/sock.h> | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_AUTHOR("Evgeniy Polyakov <[email protected]>"); | ||
MODULE_DESCRIPTION("Generic userspace <-> kernelspace connector."); | ||
|
||
static u32 cn_idx = CN_IDX_CONNECTOR; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.