summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: destroy assoc_data correctly if assoc failsEliad Peller2012-07-091-4/+2Star
* NFC: Prevent NULL deref when getting socket nameSasha Levin2012-07-091-1/+1
* mac80211: correct size the argument to kzalloc in minstrel_htThomas Huehn2012-07-091-1/+1
* mac80211: correct behaviour on unrecognised action framesJohannes Berg2012-06-271-1/+4
* NFC: Return from rawsock_release when sk is NULLEric Dumazet2012-06-261-1/+4
* NFC: Prevent multiple buffer overflows in NCIDan Rosenberg2012-06-251-5/+5
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-06-221-7/+6Star
|\
| * mac80211: clear ifmgd->bssid only after building DELBAEliad Peller2012-06-211-7/+6Star
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-06-192-7/+9
|\ \
| * | Bluetooth: Fix sending HCI_Disconnect only when connectedVishal Agarwal2012-06-141-1/+1
| * | Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc2012-06-121-6/+8
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-06-135-4/+12
|\ \ \ | | |/ | |/|
| * | mac80211: stop polling in disassociationDavid Spinadel2012-06-131-2/+2
| * | mac80211: check sdata_running on ieee80211_set_bitrate_maskEliad Peller2012-06-131-0/+3
| * | cfg80211: fix potential deadlock in regulatoryEliad Peller2012-06-131-1/+1
| * | mac80211: add missing kernel-docAshok Nagarajan2012-06-121-0/+3
| * | cfg80211: check iface combinations only when iface is runningMichal Kazior2012-06-091-1/+1
| * | mac80211: add some missing kernel-docJohannes Berg2012-06-091-0/+2
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-06-114-5/+79
|\ \ \ | |/ / |/| / | |/
| * Bluetooth: Add support for encryption key refreshJohan Hedberg2012-06-091-0/+48
| * Bluetooth: Fix SMP security elevation from medium to highJohan Hedberg2012-06-081-3/+6
| * Bluetooth: Fix deadlock and crash when SMP pairing times outJohan Hedberg2012-06-081-1/+6
| * Bluetooth: Fix LE pairing completion on connection failureVishal Agarwal2012-06-081-0/+18
| * Bluetooth: Fix SMP pairing method selectionJohan Hedberg2012-06-081-1/+1
* | mac80211: add back channel change flagStanislaw Gruszka2012-06-081-1/+1
* | NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin2012-06-081-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-06-061-1/+1
|\|
| * Bluetooth: Fix checking the wrong flag when accepting a socketVinicius Costa Gomes2012-06-051-1/+1
* | cfg80211: fix interface combinations checkJohannes Berg2012-06-051-1/+18
|/
* mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov2012-06-041-2/+2
* mac80211: Fix likely misuse of | for &Joe Perches2012-06-041-3/+3
* mac80211: add missing rcu_read_lock/unlock in agg-rx session timerFelix Fietkau2012-06-041-1/+6
* mac80211: clean up remain-on-channel on interface stopJohannes Berg2012-06-042-0/+28
* mac80211: fix error in station state transitions during reconfigMeenakshi Venkataraman2012-06-041-1/+1
* mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSSChun-Yeow Yeoh2012-06-041-3/+6
* cfg80211: use sme_state in ibss start/join pathAmitkumar Karwar2012-06-041-1/+5
* mac80211: run scan after finish connection monitoringStanislaw Gruszka2012-06-041-9/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-034-9/+19
|\
| * tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet2012-06-012-6/+12
| * tcp: do not create inetpeer on SYNACK messageEric Dumazet2012-06-011-1/+2
| * net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang2012-06-011-2/+5
* | tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-031-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-2/+0Star
|\ \
| * | sch_atm.c: get rid of poinless externAl Viro2012-06-011-2/+0Star
* | | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-016-58/+75
|\ \ \
| * | | nfsd4: move rq_flavor into svc_credJ. Bruce Fields2012-06-012-3/+3
| * | | nfsd4: move principal name into svc_credJ. Bruce Fields2012-06-012-19/+8Star
| * | | svcrpc: fix a comment typoJ. Bruce Fields2012-06-011-1/+1
| * | | sunrpc: do array overrun check in svc_recv before allocating pagesJeff Layton2012-06-011-1/+1
| * | | SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-06-011-4/+0Star