summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* cfg80211/mac80211: extensible frame processingJohannes Berg2010-08-2413-154/+344
* mac80211: remove unused don't-encrypt flagJohannes Berg2010-08-241-2/+0Star
* cfg80211: mark ieee80211_hdrlen constJohannes Berg2010-08-241-1/+1
* cfg80211: check if WEP is available for shared key authJohannes Berg2010-08-161-0/+15
* mac80211: dont advertise WEP if unavailableJohannes Berg2010-08-161-0/+5
* mac80211: remove unused status flag checksJohannes Berg2010-08-162-20/+9Star
* mac80211: move key tfm setupJohannes Berg2010-08-161-16/+10Star
* mac80211: use cipher suite selectorsJohannes Berg2010-08-169-105/+75Star
* cfg80211: support sysfs namespacesJohannes Berg2010-08-163-2/+17
* mac80211: allow drivers to request SM PS mode changeJohannes Berg2010-08-163-1/+36
* mac80211: per interface idle notificationJohannes Berg2010-08-166-16/+75
* net: mac80211: Fix a typo.Andrea Gelmini2010-08-161-1/+1
* cfg80211: deauth doesn't always imply disconnectJohannes Berg2010-08-161-2/+3
* mac80211: AMPDU rx reorder timeout timerChristian Lamparter2010-08-164-12/+97
* mac80211: remove unused rate function parameterChristian Lamparter2010-08-161-16/+6Star
* mac80211: put rx handlers into separate functionsChristian Lamparter2010-08-161-86/+128
* mac80211: Don't squash error codes in key setup functionsBen Hutchings2010-08-164-16/+14Star
* mac80211: unify scan and work mutexesJohannes Berg2010-08-165-43/+38Star
* mac80211: don't check rates on PLCP error framesJohannes Berg2010-08-161-20/+29
* mac80211: fix driver offchannel notification when the channel does not changeFelix Fietkau2010-08-161-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-1622-112/+616
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2010-08-101-6/+5Star
| |\
| | * Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTMMat Martineau2010-08-101-2/+0Star
| | * Bluetooth: Fix endianness issue with L2CAP MPS configurationMat Martineau2010-08-101-4/+5
| * | cfg80211: fix locking in action frame TXJohannes Berg2010-08-091-1/+7
| |/
| * pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski2010-08-081-0/+7
| * net: disable preemption before call smp_processor_id()Changli Gao2010-08-081-0/+2
| * tcp: no md5sig option size check bugDmitry Popov2010-08-081-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-08-067-26/+29
| |\
| * | net: Fix napi_gro_frags vs netpoll pathJarek Poplawski2010-08-051-4/+1Star
| * | ppp: make channel_ops conststephen hemminger2010-08-053-3/+6
| * | RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells2010-08-052-4/+5
| * | sch_sfq: add sanity check for the packet lengthChangli Gao2010-08-051-9/+20
| * | cls_rsvp: add sanity check for the packet lengthChangli Gao2010-08-051-2/+10
| * | cls_flow: add sanity check for the packet lengthChangli Gao2010-08-051-40/+56
| * | act_nat: fix on the TX pathChangli Gao2010-08-051-10/+13
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-055-5/+5
| |\ \
| | * \ Merge branch 'master' into for-nextJiri Kosina2010-08-0437-123/+695
| | |\ \
| | * | | fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-111-1/+1
| | * | | Merge branch 'master' into for-nextJiri Kosina2010-06-1674-398/+731
| | |\ \ \
| | * | | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-164-4/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-04301-5986/+9345
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | fs/9p: destroy fid on failed removeAneesh Kumar K.V2010-08-021-2/+1Star
| * | | | | net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V2010-08-021-0/+25
| * | | | | net/9p: Implement attrwalk 9p callAneesh Kumar K.V2010-08-021-0/+50
| * | | | | 9p: Implement LOPENM. Mohan Kumar2010-08-021-7/+10
| * | | | | fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)2010-08-021-0/+44
| * | | | | 9p: Implement TMKDIRM. Mohan Kumar2010-08-021-0/+31
| * | | | | 9p: Implement TMKNODM. Mohan Kumar2010-08-021-0/+31
| * | | | | 9p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)2010-08-021-0/+34