-
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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6: (1480 commits) bonding: enable netpoll without checking link status xfrm: Refcount destination entry on xfrm_lookup net: introduce rx_handler results and logic around that bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flag bonding: wrap slave state work net: get rid of multiple bond-related netdevice->priv_flags bonding: register slave pointer for rx_handler be2net: Bump up the version number be2net: Copyright notice change. Update to Emulex instead of ServerEngines e1000e: fix kconfig for crc32 dependency netfilter ebtables: fix xt_AUDIT to work with ebtables xen network backend driver bonding: Improve syslog message at device creation time bonding: Call netif_carrier_off after register_netdevice bonding: Incorrect TX queue offset net_sched: fix ip_tos2prio xfrm: fix __xfrm_route_forward() be2net: Fix UDP packet detected status in RX compl Phonet: fix aligned-mode pipe socket buffer header reserve netxen: support for GbE port settings ... Fix up conflicts in drivers/staging/brcm80211/brcmsmac/wl_mac80211.c with the staging updates.
- Loading branch information
Showing
1,143 changed files
with
119,266 additions
and
38,053 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 |
---|---|---|
|
@@ -35,6 +35,17 @@ Who: Luis R. Rodriguez <[email protected]> | |
|
||
--------------------------- | ||
|
||
What: AR9170USB | ||
When: 2.6.40 | ||
|
||
Why: This driver is deprecated and the firmware is no longer | ||
maintained. The replacement driver "carl9170" has been | ||
around for a while, so the devices are still supported. | ||
|
||
Who: Christian Lamparter <[email protected]> | ||
|
||
--------------------------- | ||
|
||
What: IRQF_SAMPLE_RANDOM | ||
Check: IRQF_SAMPLE_RANDOM | ||
When: July 2009 | ||
|
@@ -604,6 +615,13 @@ Who: Jean Delvare <[email protected]> | |
|
||
---------------------------- | ||
|
||
What: xt_connlimit rev 0 | ||
When: 2012 | ||
Who: Jan Engelhardt <[email protected]> | ||
Files: net/netfilter/xt_connlimit.c | ||
|
||
---------------------------- | ||
|
||
What: noswapaccount kernel command line parameter | ||
When: 2.6.40 | ||
Why: The original implementation of memsw feature enabled by | ||
|
@@ -619,3 +637,11 @@ Why: The original implementation of memsw feature enabled by | |
Who: Michal Hocko <[email protected]> | ||
|
||
---------------------------- | ||
|
||
What: ipt_addrtype match include file | ||
When: 2012 | ||
Why: superseded by xt_addrtype | ||
Who: Florian Westphal <[email protected]> | ||
Files: include/linux/netfilter_ipv4/ipt_addrtype.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,4 +1,4 @@ | ||
[state: 21-11-2010] | ||
[state: 27-01-2011] | ||
|
||
BATMAN-ADV | ||
---------- | ||
|
@@ -67,15 +67,16 @@ All mesh wide settings can be found in batman's own interface | |
folder: | ||
|
||
# ls /sys/class/net/bat0/mesh/ | ||
# aggregated_ogms bonding fragmentation orig_interval | ||
# vis_mode | ||
# aggregated_ogms gw_bandwidth hop_penalty | ||
# bonding gw_mode orig_interval | ||
# fragmentation gw_sel_class vis_mode | ||
|
||
|
||
There is a special folder for debugging informations: | ||
|
||
# ls /sys/kernel/debug/batman_adv/bat0/ | ||
# originators socket transtable_global transtable_local | ||
# vis_data | ||
# gateways socket transtable_global vis_data | ||
# originators softif_neigh transtable_local | ||
|
||
|
||
Some of the files contain all sort of status information regard- | ||
|
@@ -230,9 +231,8 @@ CONTACT | |
Please send us comments, experiences, questions, anything :) | ||
|
||
IRC: #batman on irc.freenode.org | ||
Mailing-list: [email protected]@lists.open-mesh.org | ||
(optional subscription at | ||
https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n) | ||
Mailing-list: [email protected] (optional subscription | ||
at https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n) | ||
|
||
You can also contact the Authors: | ||
|
||
|
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 |
---|---|---|
|
@@ -2558,18 +2558,15 @@ enslaved. | |
16. Resources and Links | ||
======================= | ||
|
||
The latest version of the bonding driver can be found in the latest | ||
The latest version of the bonding driver can be found in the latest | ||
version of the linux kernel, found on http://kernel.org | ||
|
||
The latest version of this document can be found in either the latest | ||
kernel source (named Documentation/networking/bonding.txt), or on the | ||
bonding sourceforge site: | ||
The latest version of this document can be found in the latest kernel | ||
source (named Documentation/networking/bonding.txt). | ||
|
||
http://www.sourceforge.net/projects/bonding | ||
|
||
Discussions regarding the bonding driver take place primarily on the | ||
bonding-devel mailing list, hosted at sourceforge.net. If you have | ||
questions or problems, post them to the list. The list address is: | ||
Discussions regarding the usage of the bonding driver take place on the | ||
bonding-devel mailing list, hosted at sourceforge.net. If you have questions or | ||
problems, post them to the list. The list address is: | ||
|
||
[email protected] | ||
|
||
|
@@ -2578,6 +2575,17 @@ be found at: | |
|
||
https://lists.sourceforge.net/lists/listinfo/bonding-devel | ||
|
||
Discussions regarding the developpement of the bonding driver take place | ||
on the main Linux network mailing list, hosted at vger.kernel.org. The list | ||
address is: | ||
|
||
[email protected] | ||
|
||
The administrative interface (to subscribe or unsubscribe) can | ||
be found at: | ||
|
||
http://vger.kernel.org/vger-lists.html#netdev | ||
|
||
Donald Becker's Ethernet Drivers and diag programs may be found at : | ||
- http://web.archive.org/web/*/http://www.scyld.com/network/ | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1231,7 +1231,7 @@ ATHEROS AR9170 WIRELESS DRIVER | |
M: Christian Lamparter <[email protected]> | ||
L: [email protected] | ||
W: http://wireless.kernel.org/en/users/Drivers/ar9170 | ||
S: Maintained | ||
S: Obsolete | ||
F: drivers/net/wireless/ath/ar9170/ | ||
|
||
CARL9170 LINUX COMMUNITY WIRELESS DRIVER | ||
|
@@ -1727,6 +1727,7 @@ S: Maintained | |
F: Documentation/zh_CN/ | ||
|
||
CISCO VIC ETHERNET NIC DRIVER | ||
M: Christian Benvenuti <[email protected]> | ||
M: Vasanthy Kolluri <[email protected]> | ||
M: Roopa Prabhu <[email protected]> | ||
M: David Wang <[email protected]> | ||
|
@@ -5169,6 +5170,7 @@ RALINK RT2X00 WIRELESS LAN DRIVER | |
P: rt2x00 project | ||
M: Ivo van Doorn <[email protected]> | ||
M: Gertjan van Wingerde <[email protected]> | ||
M: Helmut Schaa <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://rt2x00.serialmonkey.com/ | ||
|
@@ -6092,13 +6094,11 @@ F: sound/soc/codecs/twl4030* | |
TIPC NETWORK LAYER | ||
M: Jon Maloy <[email protected]> | ||
M: Allan Stephens <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (core kernel code) | ||
L: [email protected] (user apps, general discussion) | ||
W: http://tipc.sourceforge.net/ | ||
W: http://tipc.cslab.ericsson.net/ | ||
T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git | ||
S: Maintained | ||
F: include/linux/tipc*.h | ||
F: include/net/tipc/ | ||
F: net/tipc/ | ||
|
||
TILE ARCHITECTURE | ||
|
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.