index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-23
mac80211: fix STA channel width field
Thomas Pedersen
1
-1
/
+3
2012-04-23
mac80211: don't set mesh peer ht caps if ht disabled
Thomas Pedersen
1
-1
/
+2
2012-04-23
mac80211: refactor mesh peer rate handling
Thomas Pedersen
3
-29
/
+25
2012-04-23
mac80211: refactor mesh peer initialization
Thomas Pedersen
1
-54
/
+72
2012-04-23
mac80211: Support on-channel scan option.
Ben Greear
4
-27
/
+77
2012-04-16
mac80211: add function retrieve average rssi
Wey-Yi Guy
1
-0
/
+8
2012-04-16
cfg80211: increse bss expire time
Rajkumar Manoharan
1
-1
/
+1
2012-04-16
mac80211: Take into account TSF adjustment latency in Toffset setpoint
Javier Cardona
1
-1
/
+7
2012-04-16
mac80211: Choose a new toffset setpoint if a big tsf jump is detected.
Javier Cardona
1
-6
/
+20
2012-04-16
mac80211: check IEEE80211_HW_QUEUE_CONTROL in ieee80211_check_queues()
Luciano Coelho
1
-1
/
+2
2012-04-16
cfg80211: enforce lack of interface combinations
Johannes Berg
2
-11
/
+3
2012-04-13
mac80211: remove ieee80211_rx_bss_get
Mohammed Shafi Shajakhan
2
-17
/
+0
2012-04-13
mac80211: remove hw.conf.channel usage where possible
Michal Kazior
5
-31
/
+27
2012-04-13
mac80211: fix an issue in ieee80211_tx_info count field management
Lorenzo Bianconi
1
-1
/
+7
2012-04-13
cfg80211: Add channel information to NL80211_CMD_GET_INTERFACE
Pontus Fuchs
3
-2
/
+18
2012-04-13
mac80211: protect ->scanning by mutex in ieee80211_work_work()
Stanislaw Gruszka
1
-3
/
+5
2012-04-13
mac80211: do not scan and monitor connection in parallel
Stanislaw Gruszka
4
-19
/
+53
2012-04-12
NFC: Fix LLCP link timeout typo
Samuel Ortiz
1
-1
/
+1
2012-04-12
NFC: Add MIUX to the local LLCP general bytes
Samuel Ortiz
1
-0
/
+10
2012-04-12
NFC: Call llcp_add_header properly when sending LLCP DM or DISC
Samuel Ortiz
1
-2
/
+2
2012-04-12
NFC: Fix LLCP TLV building routine
Samuel Ortiz
1
-1
/
+1
2012-04-12
NFC: No need to apply twice the modulo op to LLCP's recv_n
Samuel Ortiz
2
-2
/
+2
2012-04-12
NFC: Dump LLCP frames
Samuel Ortiz
1
-0
/
+7
2012-04-12
NFC: Add Core support to generate tag lost event
Eric Lapuyade
1
-1
/
+71
2012-04-12
NFC: Changed target activated state logic
Eric Lapuyade
1
-3
/
+21
2012-04-12
NFC: Fix next target_idx type and rename for clarity
Eric Lapuyade
2
-3
/
+3
2012-04-12
NFC: The core part should generate the target index
Samuel Ortiz
4
-6
/
+18
2012-04-12
NFC: SHDLC implementation
Eric Lapuyade
3
-0
/
+954
2012-04-12
NFC: HCI support
Eric Lapuyade
8
-0
/
+1496
2012-04-12
NFC: Export target lost function
Eric Lapuyade
1
-0
/
+39
2012-04-12
NFC: Add a target lost netlink event
Samuel Ortiz
2
-0
/
+31
2012-04-12
mac80211: fix the assignment of PREQ's MAC address for Proactive RANN
Chun-Yeow Yeoh
2
-2
/
+5
2012-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
136
-593
/
+560
2012-04-12
cfg80211: add channel switch notify event
Thomas Pedersen
3
-0
/
+63
2012-04-12
cfg80211/mac80211: enable proper device_set_wakeup_enable handling
Johannes Berg
5
-1
/
+45
2012-04-12
mac80211: clean up an ieee80211_do_open error path
Johannes Berg
1
-3
/
+3
2012-04-12
mac80211: add improved HW queue control
Johannes Berg
7
-38
/
+162
2012-04-12
mac80211: add explicit monitor interface if needed
Johannes Berg
6
-3
/
+89
2012-04-12
mac80211: manage AP netdev carrier state
Johannes Berg
2
-3
/
+16
2012-04-12
mac80211: Check basic rates when peering
Ashok Nagarajan
3
-7
/
+12
2012-04-12
mac80211: Modify sta_get_rates to give basic rates
Ashok Nagarajan
5
-11
/
+23
2012-04-12
mac80211: Indicate basic rates when adding rate IEs
Ashok Nagarajan
4
-14
/
+24
2012-04-12
mac80211: Use mandatory rates as basic rates when starting mesh
Ashok Nagarajan
1
-0
/
+4
2012-04-11
NFC: Fix the LLCP Tx fragmentation loop
Samuel Ortiz
1
-2
/
+2
2012-04-10
{nl,cfg}80211: Support for mesh synchronization
Javier Cardona
3
-0
/
+27
2012-04-10
mac80211: Implement mesh synchronization framework
Javier Cardona
9
-8
/
+380
2012-04-10
mac80211: Allow tsf increments via debugfs
Javier Cardona
1
-0
/
+12
2012-04-10
mac80211: sanity check for null SSID
Stanislaw Gruszka
2
-4
/
+17
2012-04-10
mac80211: use IEEE80211_NUM_ACS
Johannes Berg
5
-8
/
+9
2012-04-10
mac80211: lazily stop queues in add_pending
Johannes Berg
1
-4
/
+4
[next]