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 master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: [SUNGEM]: Fix MAC address setting when interface is up. [IPV4] fib_trie: Document locking. [NET]: Correct accept(2) recovery after sock_attach_fd() [PPP]: Don't leak an sk_buff on interface destruction. [NET_SCHED]: Fix ingress locking [NET_SCHED]: cls_basic: fix NULL pointer dereference [DCCP]: make dccp_write_xmit_timer() static again [TG3]: Update version and reldate. [TG3]: Exit irq handler during chip reset. [TG3]: Eliminate the unused TG3_FLAG_SPLIT_MODE flag. [IPV6]: Fix routing round-robin locking. [DECNet] fib: Fix out of bound access of dn_fib_props[] [IPv4] fib: Fix out of bound access of fib_props[] [NET] AX.25 Kconfig and docs updates and fixes [NET]: Fix neighbour destructor handling. [NET]: Fix fib_rules compatibility breakage [SCTP]: Update SCTP Maintainers entry [NET]: remove unused header file: drivers/net/wan/lmc/lmc_media.h
- Loading branch information
Showing
29 changed files
with
313 additions
and
266 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 |
---|---|---|
@@ -1,16 +1,10 @@ | ||
To use the amateur radio protocols within Linux you will need to get a | ||
suitable copy of the AX.25 Utilities. More detailed information about these | ||
and associated programs can be found on http://zone.pspt.fi/~jsn/. | ||
|
||
For more information about the AX.25, NET/ROM and ROSE protocol stacks, see | ||
the AX25-HOWTO written by Terry Dawson <[email protected]> | ||
who is also the AX.25 Utilities maintainer. | ||
suitable copy of the AX.25 Utilities. More detailed information about | ||
AX.25, NET/ROM and ROSE, associated programs and and utilities can be | ||
found on http://www.linux-ax25.org. | ||
|
||
There is an active mailing list for discussing Linux amateur radio matters | ||
called linux-hams. To subscribe to it, send a message to | ||
called linux-hams@vger.kernel.org. To subscribe to it, send a message to | ||
[email protected] with the words "subscribe linux-hams" in the body | ||
of the message, the subject field is ignored. | ||
|
||
Jonathan G4KLX | ||
|
||
[email protected] | ||
of the message, the subject field is ignored. You don't need to be | ||
subscribed to post but of course that means you might miss an answer. |
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 |
---|---|---|
|
@@ -2928,9 +2928,12 @@ L: [email protected] | |
S: Maintained | ||
|
||
SCTP PROTOCOL | ||
P: Vlad Yasevich | ||
M: [email protected] | ||
P: Sridhar Samudrala | ||
M: [email protected] | ||
L: [email protected] | ||
W: http://lksctp.sourceforge.net | ||
S: Supported | ||
|
||
SCx200 CPU SUPPORT | ||
|
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.