summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-05-21mac80211: use rate index in TX controlJohannes Berg7-78/+93
2008-05-21mac80211: let drivers wake but not start queuesJohannes Berg2-13/+7
2008-05-21mac80211: fix bugs in queue handling functionsJohannes Berg1-3/+3
2008-05-21mac80211: separate Tx and Rx MCS when configuring HTRon Rindjunsky1-35/+61
2008-05-21mac80211: tkip.c use struct tkip_ctx in phase 2 key mixingHarvey Harrison1-10/+7
2008-05-21mac80211: tkip.c use struct tkip_ctx in phase 1 key mixingHarvey Harrison1-17/+10
2008-05-21mac80211: add a struct to hold tkip contextHarvey Harrison5-49/+50
2008-05-21mac80211: add const, remove unused function, make one function staticHarvey Harrison4-20/+7
2008-05-21mac80211: introduce struct michael_mic_ctx and static helpersHarvey Harrison2-35/+44
2008-05-21mac80211: michael.c use kernel-provided infrastructureHarvey Harrison1-46/+14
2008-05-21mac80211: Consolidate hash kfree-ing in mesh.c.Pavel Emelyanov1-6/+9
2008-05-21mac80211: Merge error paths in mesh_table_grow().Pavel Emelyanov1-12/+4
2008-05-21mac80211: Do not report false error from mesh_path_add.Pavel Emelyanov1-1/+1
2008-05-21mac80211: Fix sleeping allocation under lock in mesh_path_node_copy.Pavel Emelyanov1-1/+1
2008-05-21mac80211: Report allocation failure from mesh_path_node_copy.Pavel Emelyanov1-1/+4
2008-05-21mac80211: Prepare mesh_table_grow to failing copy_node callback.Pavel Emelyanov3-4/+16
2008-05-21mac80211: Fix one more call to synchronize_rcu in atomic context.Pavel Emelyanov1-1/+0
2008-05-21mac80211: Brush up error paths in mesh_path_add.Pavel Emelyanov1-22/+20
2008-05-19tipc: Cosmetic cleanup of topology service codeAllan Stephens2-15/+13
2008-05-19tipc: Consolidate subscriber & subscriber port referencesAllan Stephens3-90/+116
2008-05-19tipc: Fix bug in topology server byte swapping routineAllan Stephens1-3/+1
2008-05-19tipc: Add support for customized subscription endiannessAllan Stephens2-19/+18
2008-05-19tipc: 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-14net: handle errors from device_renameStephen Hemminger1-1/+5
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds10-95/+524
2008-05-14net/irda/irnet/irnet_irda.c needs unaligned.hAndrew Morton1-0/+1
2008-05-149p: fix error path during early mountEric Van Hensbergen4-20/+23
2008-05-149p: make cryptic unknown error from server less scaryEric Van Hensbergen1-2/+2
2008-05-149p: fix flags length in netSteven Rostedt2-3/+3
2008-05-149p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek1-1/+1
2008-05-149p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek1-9/+9
2008-05-149p: propagate parse_option changes to client and transportsEric Van Hensbergen2-14/+45
2008-05-149p: Documentation updatesEric Van Hensbergen7-46/+441
2008-05-14mac80211: Set IEEE80211_TXPD_REQ_TX_STATUS for all TX framesIvo van Doorn1-0/+5
2008-05-14wireless: Add missing locking to cfg80211_dev_renameEric W. Biederman1-5/+28
2008-05-14mac80211: make rx radiotap header more flexibleBruno Randolf1-62/+133
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf8-25/+37
2008-05-14mac80211: fix queue constant confusionJohannes Berg1-2/+2
2008-05-14mac80211: proper STA info lockingJohannes Berg10-123/+179
2008-05-14mac80211: require four hardware queues for QoS/HTJohannes Berg3-10/+18
2008-05-14mac80211: tkip.c use kernel-provided infrastructureHarvey Harrison1-99/+46
2008-05-14wireless: use get/put_unaligned_* helpersHarvey Harrison2-10/+8
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds31-83/+171
2008-05-14net: Fix typo in net/core/sock.c.Rami Rosen1-1/+1
2008-05-13netfilter: xt_iprange: module aliases for xt_iprangePhil Oester1-0/+2
2008-05-13netfilter: ctnetlink: dump conntrack ID in event messagesEric Leblond1-0/+3
2008-05-13irda: Fix a misalign access issue. (v2)Graf Yang3-7/+10
2008-05-13sctp: Fix use of uninitialized pointerPatrick McHardy1-3/+3