summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-06-03mac80211: fix unbalanced locking in ieee80211_get_buffered_bcTomas Winkler1-1/+1
2008-06-03mac80211: fix panic when using hardware WEPPavel Roskin1-1/+1
2008-06-03mac80211: fix rate control initialisationJohannes Berg1-0/+2
2008-06-03mac80211: allow disable FAT in specific configurationsEmmanuel Grumbach2-2/+46
2008-06-03mac80211: sends HT IE to user level through wextEmmanuel Grumbach1-0/+8
2008-06-03mac80211: fix deadlock in sta->lockTomas Winkler1-13/+17
2008-06-03mac80211: fix ieee80211_get_buffered_bcTomas Winkler1-9/+7
2008-06-03mac80211: clean up skb reallocation codeJohannes Berg3-70/+95
2008-05-22mac80211: remove channel use statisticsJohannes Berg6-169/+12
2008-05-22mac80211: use multi-queue master netdeviceJohannes Berg10-93/+114
2008-05-22mac80211: dont allow fragmentation and requeuing on A-MPDU queuesJohannes Berg2-3/+22
2008-05-22mac80211: move TX info into skb->cbJohannes Berg15-363/+285
2008-05-22mac80211: reorder some transmit handlersJohannes Berg1-116/+118
2008-05-22mac80211: use rate index in TX controlJohannes Berg7-78/+93
2008-05-22mac80211: let drivers wake but not start queuesJohannes Berg2-13/+7
2008-05-22mac80211: fix bugs in queue handling functionsJohannes Berg1-3/+3
2008-05-22mac80211: separate Tx and Rx MCS when configuring HTRon Rindjunsky1-35/+61
2008-05-22mac80211: tkip.c use struct tkip_ctx in phase 2 key mixingHarvey Harrison1-10/+7
2008-05-22mac80211: tkip.c use struct tkip_ctx in phase 1 key mixingHarvey Harrison1-17/+10
2008-05-22mac80211: add a struct to hold tkip contextHarvey Harrison5-49/+50
2008-05-22mac80211: add const, remove unused function, make one function staticHarvey Harrison4-20/+7
2008-05-22mac80211: introduce struct michael_mic_ctx and static helpersHarvey Harrison2-35/+44
2008-05-22mac80211: michael.c use kernel-provided infrastructureHarvey Harrison1-46/+14
2008-05-22mac80211: Consolidate hash kfree-ing in mesh.c.Pavel Emelyanov1-6/+9
2008-05-22mac80211: Merge error paths in mesh_table_grow().Pavel Emelyanov1-12/+4
2008-05-22mac80211: Do not report false error from mesh_path_add.Pavel Emelyanov1-1/+1
2008-05-22mac80211: Fix sleeping allocation under lock in mesh_path_node_copy.Pavel Emelyanov1-1/+1
2008-05-22mac80211: Report allocation failure from mesh_path_node_copy.Pavel Emelyanov1-1/+4
2008-05-22mac80211: Prepare mesh_table_grow to failing copy_node callback.Pavel Emelyanov3-4/+16
2008-05-22mac80211: Fix one more call to synchronize_rcu in atomic context.Pavel Emelyanov1-1/+0
2008-05-22mac80211: Brush up error paths in mesh_path_add.Pavel Emelyanov1-22/+20
2008-05-20tipc: Cosmetic cleanup of topology service codeAllan Stephens2-15/+13
2008-05-20tipc: Consolidate subscriber & subscriber port referencesAllan Stephens3-90/+116
2008-05-20tipc: Fix bug in topology server byte swapping routineAllan Stephens1-3/+1
2008-05-20tipc: Add support for customized subscription endiannessAllan Stephens2-19/+18
2008-05-20tipc: Add support for customized subscription overlap handlingAllan Stephens2-1/+11
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller18-335/+455
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller60-272/+828
2008-05-15net: handle errors from device_renameStephen Hemminger1-1/+5
2008-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds10-95/+524
2008-05-15net/irda/irnet/irnet_irda.c needs unaligned.hAndrew Morton1-0/+1
2008-05-159p: fix error path during early mountEric Van Hensbergen4-20/+23
2008-05-159p: make cryptic unknown error from server less scaryEric Van Hensbergen1-2/+2
2008-05-159p: fix flags length in netSteven Rostedt2-3/+3
2008-05-159p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek1-1/+1
2008-05-159p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek1-9/+9
2008-05-159p: propagate parse_option changes to client and transportsEric Van Hensbergen2-14/+45
2008-05-159p: Documentation updatesEric Van Hensbergen7-46/+441
2008-05-15mac80211: Set IEEE80211_TXPD_REQ_TX_STATUS for all TX framesIvo van Doorn1-0/+5
2008-05-15wireless: Add missing locking to cfg80211_dev_renameEric W. Biederman1-5/+28