index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-03
Bluetooth: Use const for struct l2cap_ops field
Marcel Holtmann
2
-2
/
+2
2014-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Marcel Holtmann
6
-80
/
+142
2014-06-25
cfg80211: remove channel_switch combination check
Michal Kazior
1
-11
/
+0
2014-06-25
mac80211: use chanctx reservation for STA CSA
Michal Kazior
3
-104
/
+69
2014-06-25
mac80211: use chanctx reservation for AP CSA
Michal Kazior
2
-29
/
+88
2014-06-25
mac80211: make check_combinations() aware of chanctx reservation
Michal Kazior
1
-4
/
+31
2014-06-25
mac80211: implement multi-vif in-place reservations
Michal Kazior
3
-85
/
+715
2014-06-25
mac80211: split sched scan IEs
David Spinadel
2
-24
/
+25
2014-06-25
mac80211: support more than one band in scan request
David Spinadel
4
-61
/
+140
2014-06-23
mac80211: protect TDLS discovery session
Arik Nemtsov
3
-1
/
+32
2014-06-23
mac80211: make sure TDLS peer STA exists during setup
Arik Nemtsov
1
-0
/
+13
2014-06-23
mac80211: add API to request TDLS operation from userspace
Arik Nemtsov
1
-0
/
+17
2014-06-23
mac80211: implement proper Tx path flushing for TDLS
Arik Nemtsov
2
-0
/
+58
2014-06-23
mac80211: split tdls_mgmt function
Arik Nemtsov
1
-23
/
+55
2014-06-23
mac80211: use TDLS initiator in tdls_mgmt operations
Arik Nemtsov
1
-12
/
+28
2014-06-23
cfg80211: pass TDLS initiator in tdls_mgmt operations
Arik Nemtsov
5
-8
/
+18
2014-06-23
mac80211: cleanup TDLS state during failed setup
Arik Nemtsov
3
-24
/
+115
2014-06-23
mac80211: set auth flags after other station info
Arik Nemtsov
1
-3
/
+13
2014-06-23
mac80211: clarify TDLS Tx handling
Arik Nemtsov
1
-16
/
+17
2014-06-23
mac80211: stop only the queues assigned to the vif during channel switch
Luciano Coelho
4
-64
/
+35
2014-06-23
mac80211: add functions to stop and wake all queues assigned to a vif
Luciano Coelho
2
-6
/
+41
2014-06-23
mac80211: introduce refcount for queue_stop_reasons
Luciano Coelho
10
-46
/
+98
2014-06-23
mac80211: don't stop all queues when flushing
Luciano Coelho
1
-2
/
+2
2014-06-23
net: Mac80211: Remove silly timespec dance
Thomas Gleixner
2
-9
/
+3
2014-06-23
mac80211: Use ktime_get_ts()
Thomas Gleixner
2
-3
/
+3
2014-06-23
mac80211: use csa counter offsets instead of csa_active
Michal Kazior
1
-3
/
+6
2014-06-23
mac80211: move csa counters from sdata to beacon/presp
Michal Kazior
5
-75
/
+115
2014-06-23
mac80211: allow tx via monitor iface when DFS
Janusz Dziedzic
1
-5
/
+6
2014-06-23
cfg80211: make ethtool the driver's responsibility
Johannes Berg
12
-530
/
+387
2014-06-23
mac80211: remove weak WEP IV accounting
Johannes Berg
4
-25
/
+1
2014-06-23
trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/
Antonio Ospite
1
-1
/
+1
2014-06-23
mac80211: remove ignore_plink_timer flag
Bob Copeland
2
-9
/
+23
2014-06-23
mac80211: fix station/driver powersave race
Johannes Berg
4
-29
/
+51
2014-06-23
mac80211: remove PID rate control
John W. Linville
7
-1026
/
+0
2014-06-20
Bluetooth: Fix for ACL disconnect when pairing fails
Lukasz Rymanowski
1
-1
/
+11
2014-06-20
Bluetooth: Fix rejecting pairing in case of insufficient capabilities
Johan Hedberg
1
-0
/
+20
2014-06-20
Bluetooth: Refactor authentication method lookup into its own function
Johan Hedberg
1
-5
/
+12
2014-06-20
Bluetooth: Fix overriding higher security level in SMP
Johan Hedberg
1
-9
/
+14
2014-06-17
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
6
-65
/
+85
2014-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-14
/
+61
2014-06-15
net: sctp: fix permissions for rto_alpha and rto_beta knobs
Daniel Borkmann
1
-4
/
+28
2014-06-15
net: Fix save software checksum complete
Tom Herbert
2
-10
/
+29
2014-06-13
udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup
Eric Dumazet
1
-0
/
+4
2014-06-13
Bluetooth: Allow change security level on ATT_CID in slave role
Marcin Kraglak
1
-5
/
+0
2014-06-13
Bluetooth: Fix locking of hdev when calling into SMP code
Johan Hedberg
1
-1
/
+6
2014-06-13
Bluetooth: Fix deadlock in l2cap_conn_del()
Jukka Taimisto
1
-1
/
+7
2014-06-13
Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI state
Johan Hedberg
1
-3
/
+1
2014-06-13
Bluetooth: Refactor discovery stopping into its own function
Johan Hedberg
1
-44
/
+49
2014-06-13
Bluetooth: Fix indicating discovery state when canceling inquiry
Johan Hedberg
1
-0
/
+4
2014-06-13
Bluetooth: Fix setting correct authentication information for SMP STK
Johan Hedberg
1
-2
/
+7
[next]