summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-25libertas: store rssi as an u32Holger Schurig3-9/+4
2008-03-25libertas: remove lots of unused stuffHolger Schurig10-134/+46
2008-03-25libertas: misc power saving adjustsHolger Schurig6-36/+23
2008-03-25libertas: convert GET_LOG to a direct commandHolger Schurig6-47/+10
2008-03-25libertas: fix scheduling while atomic bug in CMD_MAC_CONTROLHolger Schurig3-12/+7
2008-03-25libertas: make a handy lbs_cmd_async() commandHolger Schurig2-36/+57
2008-03-25iwlwifi: Add debugfs to iwl coreTomas Winkler7-6/+377
2008-03-25iwlwifi: Add TX/RX statistcs to driverTomas Winkler3-1/+24
2008-03-25iwlwifi: rename struct iwl4965_priv to struct iwl_privTomas Winkler7-415/+415
2008-03-25iwlwifi: rename iwl-4965-debug.h back to iwl-debug.hTomas Winkler9-71/+71
2008-03-25iwlwifi: Bug fix, CCMP with HW encryption with AGGMax Stepanov2-0/+6
2008-03-25libertas: remove some unused commandsHolger Schurig2-10/+0
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig5-23/+22
2008-03-25libertas: convert CMD_MAC_CONTROL to a direct commandHolger Schurig3-28/+8
2008-03-24Merge branch 'master' of ../net-2.6/David S. Miller12-57/+43
2008-03-24[CASSINI]: Use shorter list_splice_init() macro for brevity.Robert P. J. Day1-8/+4
2008-03-24[SCTP]: Remove redundant wrapper functions.Florian Westphal3-19/+3
2008-03-24[SCTP]: Replace char msg[] with static const char[].Florian Westphal2-5/+5
2008-03-24fib_trie: print information on all routing tablesStephen Hemminger1-84/+95
2008-03-24[AF_PACKET]: Remove unused variable.Jiri Olsa1-2/+1
2008-03-24[TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal3-4/+4
2008-03-24[NET]: include/linux/udp.h - remove duplicate includeJoe Perches1-11/+7
2008-03-24[NET]: include/linux/igmp.h - remove duplicate includeJoe Perches1-21/+17
2008-03-24[NET]: include/linux/atalk.h - remove duplicate includeJoe Perches1-2/+0
2008-03-24[NET]: include/net/route.h - remove duplicate includeJoe Perches1-1/+0
2008-03-24sch_htb: fix "too many events" situationMartin Devera1-6/+7
2008-03-24[IPV6]: Remove unused code in ndisc_send_redirect().Rami Rosen1-3/+0
2008-03-24connector: convert to single-threaded workqueueEvgeniy Polyakov1-1/+1
2008-03-24[ATM]: When proc_create() fails, do some error handling work and return -ENOMEM.Wang Chen2-3/+20
2008-03-23[SUNGEM]: Fix NAPI assertion failure.David S. Miller1-1/+1
2008-03-23BNX2X: prevent ethtool from setting port typeEliezer Tamir1-34/+2
2008-03-23[8390]: Fix build error.David S. Miller1-1/+1
2008-03-23Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller103-63196/+25090
2008-03-23[9P] net/9p/trans_fd.c: remove unused variableJulia Lawall1-2/+0
2008-03-23[IPV6] net/ipv6/ndisc.c: remove unused variableJulia Lawall1-2/+0
2008-03-23[IPV4] fib_trie: fix warning from rcu_assign_poingerStephen Hemminger1-2/+5
2008-03-23[IPV4] route: use read_mostlyStephen Hemminger1-19/+17
2008-03-23[IPV4]: sk parameter is unused in ipv4_dst_blackhole.Denis V. Lunev1-2/+2
2008-03-23[NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.Rusty Russell1-1/+2
2008-03-23[RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov4-29/+15
2008-03-23[UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov7-40/+20
2008-03-23[SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov9-12/+15
2008-03-23[IPV4]: Always pass ip_options pointer into ip_options_compile.Denis V. Lunev2-12/+10
2008-03-23[IPV4]: Remove unused ip_options->is_data.Denis V. Lunev3-8/+1
2008-03-23[IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile.Denis V. Lunev1-2/+1
2008-03-23[TCP]: Let skbs grow over a page on fast peersHerbert Xu1-2/+2
2008-03-22[TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus9-33/+99
2008-03-22[TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synackPatrick McManus1-2/+3
2008-03-22[TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_threshPatrick McManus1-2/+1
2008-03-22[DLCI]: Fix tiny race between module unload and sock_ioctl.Pavel Emelyanov1-4/+3