index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: add function retrieve average rssi
Wey-Yi Guy
2012-04-16
1
-0
/
+8
*
cfg80211: increse bss expire time
Rajkumar Manoharan
2012-04-16
1
-1
/
+1
*
mac80211: Take into account TSF adjustment latency in Toffset setpoint
Javier Cardona
2012-04-16
1
-1
/
+7
*
mac80211: Choose a new toffset setpoint if a big tsf jump is detected.
Javier Cardona
2012-04-16
1
-6
/
+20
*
mac80211: check IEEE80211_HW_QUEUE_CONTROL in ieee80211_check_queues()
Luciano Coelho
2012-04-16
1
-1
/
+2
*
cfg80211: enforce lack of interface combinations
Johannes Berg
2012-04-16
2
-11
/
+3
*
mac80211: remove ieee80211_rx_bss_get
Mohammed Shafi Shajakhan
2012-04-13
2
-17
/
+0
*
mac80211: remove hw.conf.channel usage where possible
Michal Kazior
2012-04-13
5
-31
/
+27
*
mac80211: fix an issue in ieee80211_tx_info count field management
Lorenzo Bianconi
2012-04-13
1
-1
/
+7
*
cfg80211: Add channel information to NL80211_CMD_GET_INTERFACE
Pontus Fuchs
2012-04-13
3
-2
/
+18
*
mac80211: protect ->scanning by mutex in ieee80211_work_work()
Stanislaw Gruszka
2012-04-13
1
-3
/
+5
*
mac80211: do not scan and monitor connection in parallel
Stanislaw Gruszka
2012-04-13
4
-19
/
+53
*
NFC: Fix LLCP link timeout typo
Samuel Ortiz
2012-04-12
1
-1
/
+1
*
NFC: Add MIUX to the local LLCP general bytes
Samuel Ortiz
2012-04-12
1
-0
/
+10
*
NFC: Call llcp_add_header properly when sending LLCP DM or DISC
Samuel Ortiz
2012-04-12
1
-2
/
+2
*
NFC: Fix LLCP TLV building routine
Samuel Ortiz
2012-04-12
1
-1
/
+1
*
NFC: No need to apply twice the modulo op to LLCP's recv_n
Samuel Ortiz
2012-04-12
2
-2
/
+2
*
NFC: Dump LLCP frames
Samuel Ortiz
2012-04-12
1
-0
/
+7
*
NFC: Add Core support to generate tag lost event
Eric Lapuyade
2012-04-12
1
-1
/
+71
*
NFC: Changed target activated state logic
Eric Lapuyade
2012-04-12
1
-3
/
+21
*
NFC: Fix next target_idx type and rename for clarity
Eric Lapuyade
2012-04-12
2
-3
/
+3
*
NFC: The core part should generate the target index
Samuel Ortiz
2012-04-12
4
-6
/
+18
*
NFC: SHDLC implementation
Eric Lapuyade
2012-04-12
3
-0
/
+954
*
NFC: HCI support
Eric Lapuyade
2012-04-12
8
-0
/
+1496
*
NFC: Export target lost function
Eric Lapuyade
2012-04-12
1
-0
/
+39
*
NFC: Add a target lost netlink event
Samuel Ortiz
2012-04-12
2
-0
/
+31
*
mac80211: fix the assignment of PREQ's MAC address for Proactive RANN
Chun-Yeow Yeoh
2012-04-12
2
-2
/
+5
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-04-12
136
-593
/
+560
|
\
|
*
NFC: Fix the LLCP Tx fragmentation loop
Samuel Ortiz
2012-04-11
1
-2
/
+2
|
*
net/wireless/wext-core.c: add missing kfree
Julia Lawall
2012-04-09
1
-2
/
+4
|
*
nl80211: ensure interface is up in various APIs
Johannes Berg
2012-04-09
1
-13
/
+18
|
*
mac80211: fix association beacon wait timeout
Johannes Berg
2012-04-09
1
-2
/
+1
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
2012-04-09
4
-6
/
+22
|
|
\
|
|
*
Bluetooth: mgmt: Add missing endian conversion
Andrei Emeltchenko
2012-03-28
1
-3
/
+8
|
|
*
Bluetooth: mgmt: Fix corruption of device_connected pkt
Brian Gix
2012-03-28
1
-1
/
+1
|
|
*
Bluetooth: Fix memory leaks due to chan refcnt
Andrei Emeltchenko
2012-03-28
1
-0
/
+3
|
|
*
Bluetooth: hci_core: fix NULL-pointer dereference at unregister
Johan Hovold
2012-03-28
1
-0
/
+7
|
|
*
Bluetooth: Fix Endian Bug.
Santosh Nayak
2012-03-28
1
-2
/
+3
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2012-04-06
12
-74
/
+71
|
|
\
\
|
|
*
|
net: fix a race in sock_queue_err_skb()
Eric Dumazet
2012-04-06
1
-1
/
+3
|
|
*
|
netlink: fix races after skb queueing
Eric Dumazet
2012-04-06
1
-11
/
+13
|
|
*
|
phonet: Check input from user before allocating
Sasha Levin
2012-04-05
1
-0
/
+3
|
|
*
|
tcp: tcp_sendpages() should call tcp_push() once
Eric Dumazet
2012-04-05
2
-4
/
+4
|
|
*
|
ipv6: fix array index in ip6_mc_add_src()
RongQing.Li
2012-04-05
1
-1
/
+1
|
|
*
|
sctp: Allow struct sctp_event_subscribe to grow without breaking binaries
Thomas Graf
2012-04-04
1
-2
/
+3
|
|
*
|
netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_alloc
Pablo Neira Ayuso
2012-04-03
1
-0
/
+1
|
|
*
|
netfilter: xt_CT: fix missing put timeout object in error path
Pablo Neira Ayuso
2012-04-03
1
-5
/
+19
|
|
*
|
netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock section
Pablo Neira Ayuso
2012-04-03
1
-1
/
+1
|
|
*
|
Merge branch 'master' of git://1984.lsi.us.es/net
David S. Miller
2012-04-03
1
-0
/
+2
|
|
|
\
\
|
|
|
*
|
netfilter: xt_CT: remove a compile warning
Pablo Neira Ayuso
2012-04-03
1
-0
/
+2
[next]