summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-0752-704/+1403
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-053-6/+11
| |\
| | * mac80211: Various small fixes for cfg.c: mpath_set_pinfo()LEO Airwarosu Yoichi Shinoda2012-09-051-5/+4
| | * nl80211: fix possible memory leak nl80211_connect()Wei Yongjun2012-09-041-1/+3
| | * mac80211: clear bssid on auth/assoc failureEliad Peller2012-09-041-0/+4
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-054-11/+16
| |\ \
| | * | Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes2012-08-271-0/+4
| | * | Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes2012-08-273-8/+9
| | * | Bluetooth: Fix use-after-free bug in SMPAndre Guedes2012-08-151-3/+3
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-231-22/+16
| |\ \ \ | | |/ / | |/| / | | |/
| | * mac80211: fix DS to MBSS address translationThomas Pedersen2012-08-221-22/+16
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-08-105-18/+37
| |\ \
| | * | Bluetooth: Fix socket not getting freed if l2cap channel create failsJaganath Kanakkassery2012-08-061-1/+1
| | * | Bluetooth: smp: Fix possible NULL dereferenceAndrei Emeltchenko2012-08-061-1/+4
| | * | Bluetooth: Set name_state to unknown when entry name is emptyRam Malovany2012-08-061-0/+2
| | * | Bluetooth: Fix using a NULL inquiry cache entryRam Malovany2012-08-061-5/+11
| | * | Bluetooth: Fix using NULL inquiry entryRam Malovany2012-08-061-0/+3
| | * | Bluetooth: Fix legacy pairing with some devicesSzymon Janc2012-08-062-1/+7
| | * | Bluetooth: Fix possible deadlock in SCO codeGustavo Padovan2012-08-061-10/+9
| * | | cfg80211: process pending events when unregistering net deviceDaniel Drake2012-08-063-1/+7
| |/ /
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-024-3/+24
| |\ \ | | |/
| | * cfg80211: Clear "beacon_found" on regulatory restorePaul Stewart2012-08-021-0/+1
| | * cfg80211: add channel flag to prohibit OFDM operationSeth Forshee2012-08-021-0/+2
| | * mac80211: cancel mesh path timerJohannes Berg2012-08-011-0/+1
| | * mac80211: clear timer bits when disconnectingJohannes Berg2012-08-012-0/+4
| | * mac80211: don't clear sched_scan_sdata on sched scan stop requestEliad Peller2012-07-301-1/+0
| | * Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg2012-07-30457-17258/+24321
| | |\
| | * | wireless: reg: restore previous behaviour of chan->max_power calculationsStanislaw Gruszka2012-07-251-1/+15
| | * | mac80211: fix scan_sdata assignmentJohannes Berg2012-07-241-1/+1
| * | | ipv4: route.c cleanupEric Dumazet2012-08-021-4/+0
| * | | Fix unexpected SA hard expiration after changing dateFan Du2012-08-021-4/+17
| * | | tcp: Apply device TSO segment limit earlierBen Hutchings2012-08-024-11/+18
| * | | net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-08-021-0/+4
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-50/+43
| |\ \ \
| | * | | clean unix_bind() up a bitAl Viro2012-07-291-45/+43
| | * | | pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro2012-07-291-4/+0
| | * | | new helper: done_path_create()Al Viro2012-07-291-5/+4
| * | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-3116-60/+304
| |\ \ \ \
| | * | | | nfs: enable swap on NFSMel Gorman2012-07-314-2/+62
| | * | | | netvm: prevent a stream-specific deadlockMel Gorman2012-07-314-13/+27
| | * | | | netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman2012-07-312-6/+63
| | * | | | netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-07-313-25/+112
| | * | | | netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman2012-07-311-0/+22
| | * | | | net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman2012-07-312-8/+12
| | * | | | memcg: rename config variablesAndrew Morton2012-07-315-6/+6
| * | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-312-0/+4
| |\ \ \ \ \
| | * | | | | net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-07-142-0/+4
| * | | | | | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-07-314-5/+19
| |\ \ \ \ \ \
| | * | | | | | SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky2012-07-301-2/+2
| | * | | | | | nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-07-303-1/+14
OpenPOWER on IntegriCloud