aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libertas: store rssi as an u32Holger Schurig2008-03-253-9/+4
* libertas: remove lots of unused stuffHolger Schurig2008-03-2510-134/+46
* libertas: misc power saving adjustsHolger Schurig2008-03-256-36/+23
* libertas: convert GET_LOG to a direct commandHolger Schurig2008-03-256-47/+10
* libertas: fix scheduling while atomic bug in CMD_MAC_CONTROLHolger Schurig2008-03-253-12/+7
* libertas: make a handy lbs_cmd_async() commandHolger Schurig2008-03-252-36/+57
* iwlwifi: Add debugfs to iwl coreTomas Winkler2008-03-257-6/+377
* iwlwifi: Add TX/RX statistcs to driverTomas Winkler2008-03-253-1/+24
* iwlwifi: rename struct iwl4965_priv to struct iwl_privTomas Winkler2008-03-257-415/+415
* iwlwifi: rename iwl-4965-debug.h back to iwl-debug.hTomas Winkler2008-03-259-71/+71
* iwlwifi: Bug fix, CCMP with HW encryption with AGGMax Stepanov2008-03-252-0/+6
* libertas: remove some unused commandsHolger Schurig2008-03-252-10/+0
* libertas: rename packetfilter to mac_controlHolger Schurig2008-03-255-23/+22
* libertas: convert CMD_MAC_CONTROL to a direct commandHolger Schurig2008-03-253-28/+8
* Merge branch 'master' of ../net-2.6/David S. Miller2008-03-2312-57/+43
|\
| * sch_htb: fix "too many events" situationMartin Devera2008-03-231-6/+7
| * connector: convert to single-threaded workqueueEvgeniy Polyakov2008-03-231-1/+1
| * [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM.Wang Chen2008-03-232-3/+20
| * [SUNGEM]: Fix NAPI assertion failure.David S. Miller2008-03-231-1/+1
| * BNX2X: prevent ethtool from setting port typeEliezer Tamir2008-03-231-34/+2
| * [9P] net/9p/trans_fd.c: remove unused variableJulia Lawall2008-03-221-2/+0
| * [IPV6] net/ipv6/ndisc.c: remove unused variableJulia Lawall2008-03-221-2/+0
| * [IPV4] fib_trie: fix warning from rcu_assign_poingerStephen Hemminger2008-03-221-2/+5
| * [TCP]: Let skbs grow over a page on fast peersHerbert Xu2008-03-221-2/+2
| * [DLCI]: Fix tiny race between module unload and sock_ioctl.Pavel Emelyanov2008-03-211-4/+3
| * [SCTP]: Fix build warnings with IPV6 disabled.David S. Miller2008-03-211-1/+1
| * [IPV4]: Fix null dereference in ip_defragPhil Oester2008-03-211-1/+1
* | [CASSINI]: Use shorter list_splice_init() macro for brevity.Robert P. J. Day2008-03-231-8/+4
* | [SCTP]: Remove redundant wrapper functions.Florian Westphal2008-03-233-19/+3
* | [SCTP]: Replace char msg[] with static const char[].Florian Westphal2008-03-232-5/+5
* | fib_trie: print information on all routing tablesStephen Hemminger2008-03-231-84/+95
* | [AF_PACKET]: Remove unused variable.Jiri Olsa2008-03-231-2/+1
* | [TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal2008-03-233-4/+4
* | [NET]: include/linux/udp.h - remove duplicate includeJoe Perches2008-03-231-11/+7
* | [NET]: include/linux/igmp.h - remove duplicate includeJoe Perches2008-03-231-21/+17
* | [NET]: include/linux/atalk.h - remove duplicate includeJoe Perches2008-03-231-2/+0
* | [NET]: include/net/route.h - remove duplicate includeJoe Perches2008-03-231-1/+0
* | [IPV6]: Remove unused code in ndisc_send_redirect().Rami Rosen2008-03-231-3/+0
* | [8390]: Fix build error.David S. Miller2008-03-221-1/+1
* | Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-03-22103-63196/+25090
|\ \
| * | ixgbe: Increment versionAuke Kok2008-03-171-1/+1
| * | ixgbe: Add optional DCA infrastructureJeb Cramer2008-03-172-0/+157
| * | ixgbe: Introduce adaptive interrupt moderationAyyappan Veeraiyan2008-03-173-12/+232
| * | ixgbe: Introduce Multiqueue TXAyyappan Veeraiyan2008-03-172-5/+66
| * | ixgbe: Introduce MSI-X queue vector codeAyyappan Veeraiyan2008-03-172-350/+826
| * | /drivers/net/atarilance.c replaced init_module&cleanup_module with module_ini...Jon Schindler2008-03-171-3/+4
| * | /drivers/net/at1700.c replaced init_module&cleanup_module with module_init&mo...Jon Schindler2008-03-171-3/+4
| * | /drivers/net/arcnet/com20020.c replaced init_module&cleanup_module with modul...Jon Schindler2008-03-171-3/+4
| * | /drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module...Jon Schindler2008-03-171-2/+4
| * | /drivers/net/8390.c replaced init_module&cleanup_module with module_init&modu...Jon Schindler2008-03-171-2/+4