index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()
Gustavo F. Padovan
2011-04-27
2
-2
/
+2
*
Bluetooth: Move conf_state to struct l2cap_chan
Gustavo F. Padovan
2011-04-27
2
-46
/
+52
*
Bluetooth: Refactor L2CAP channel allocation
Gustavo F. Padovan
2011-04-27
2
-17
/
+17
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6
Gustavo F. Padovan
2011-04-20
21
-40
/
+105
|
\
|
*
mac80211: fix SMPS debugfs locking
Johannes Berg
2011-04-20
2
-2
/
+4
|
*
Bluetooth: Only keeping SAR bits when retransmitting one frame.
Ruiyi Zhang
2011-04-18
1
-0
/
+1
|
*
Bluetooth: fix shutdown on SCO sockets
Luiz Augusto von Dentz
2011-04-18
1
-0
/
+9
|
*
Bluetooth: Fix keeping the command timer running
Vinicius Costa Gomes
2011-04-18
1
-3
/
+2
|
*
Bluetooth: Fix refcount balance for hci connection
Ville Tervo
2011-04-18
1
-2
/
+0
|
*
mac80211: Fix duplicate frames on cooked monitor
Helmut Schaa
2011-04-04
1
-1
/
+1
|
*
tcp: len check is unnecessarily devastating, change to WARN_ON
Ilpo Järvinen
2011-04-01
1
-1
/
+2
|
*
sctp: malloc enough room for asconf-ack chunk
Wei Yongjun
2011-04-01
1
-2
/
+2
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2011-04-01
9
-27
/
+64
|
|
\
|
|
*
mac80211: fix aggregation frame release during timeout
Daniel Halperin
2011-03-28
1
-1
/
+2
|
|
*
cfg80211: fix BSS double-unlinking (continued)
Juuso Oikarinen
2011-03-28
1
-7
/
+11
|
|
*
cfg80211:: fix possible NULL pointer dereference
Mariusz Kozlowski
2011-03-28
1
-3
/
+10
|
|
*
mac80211: fix possible NULL pointer dereference
Mariusz Kozlowski
2011-03-28
1
-1
/
+2
|
|
*
mac80211: fix NULL pointer dereference in ieee80211_key_alloc()
Petr Štetiar
2011-03-28
1
-2
/
+2
|
|
*
mac80211: fix a crash in minstrel_ht in HT mode with no supported MCS rates
Felix Fietkau
2011-03-28
1
-7
/
+18
|
|
*
Bluetooth: Fix warning with hci_cmd_timer
Thomas Gleixner
2011-03-24
1
-1
/
+3
|
|
*
Bluetooth: delete hanging L2CAP channel
Andrei Emeltchenko
2011-03-24
1
-2
/
+3
|
|
*
Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply
Johan Hedberg
2011-03-24
1
-0
/
+2
|
|
*
Bluetooth: Fix HCI_RESET command synchronization
Gustavo F. Padovan
2011-03-24
2
-2
/
+8
|
|
*
Bluetooth: Increment unacked_frames count only the first transmit
Suraj Sumangala
2011-03-24
1
-1
/
+3
|
*
|
appletalk: Fix OOPS in atalk_release().
David S. Miller
2011-03-31
1
-5
/
+6
|
*
|
sctp: Pass __GFP_NOWARN to hash table allocation attempts.
David S. Miller
2011-03-30
1
-2
/
+2
|
*
|
fib: add rtnl locking in ip_fib_net_exit
Eric Dumazet
2011-03-30
1
-0
/
+2
|
*
|
atm/solos-pci: Don't flap VCs when carrier state changes
Philip A. Prindeville
2011-03-30
1
-0
/
+1
|
*
|
netdev: fix mtu check when TSO is enabled
Daniel Lezcano
2011-03-30
1
-2
/
+22
|
*
|
bridge: mcast snooping, fix length check of snooped MLDv1/2
Linus Lüssing
2011-03-30
1
-1
/
+1
|
*
|
net: gre: provide multicast mappings for ipv4 and ipv6
Timo Teräs
2011-03-30
2
-0
/
+5
|
*
|
bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()
Balaji G
2011-03-29
1
-1
/
+1
*
|
|
Bluetooth: Fix lockdep warning in L2CAP
Gustavo F. Padovan
2011-04-14
1
-2
/
+0
*
|
|
Bluetooth: Fix another locking unbalance
Gustavo F. Padovan
2011-04-14
1
-0
/
+2
*
|
|
Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid()
Gustavo F. Padovan
2011-04-13
1
-5
/
+3
*
|
|
Bluetooth: Fix Out Of Band pairing when mgmt interface is disabled
Szymon Janc
2011-04-13
1
-0
/
+4
*
|
|
Bluetooth: Add proper handling of received LE data
Gustavo F. Padovan
2011-04-13
1
-0
/
+34
*
|
|
Bluetooth: Fix wrong comparison in listen()
Gustavo F. Padovan
2011-04-13
1
-1
/
+1
*
|
|
Bluetooth: Move tx queue to struct l2cap_chan
Gustavo F. Padovan
2011-04-13
2
-25
/
+22
*
|
|
Bluetooth: Remove unneeded uninitialized_vars()
Gustavo F. Padovan
2011-04-13
1
-1
/
+1
*
|
|
Bluetooth: Remove some sk references from l2cap_core.c
Gustavo F. Padovan
2011-04-13
1
-17
/
+12
*
|
|
Bluetooth: Move SREJ list to struct l2cap_chan
Gustavo F. Padovan
2011-04-13
2
-12
/
+11
*
|
|
Bluetooth: Fix lockdep warning with skb list lock
Gustavo F. Padovan
2011-04-07
1
-0
/
+5
*
|
|
Bluetooth: Move busy workqueue to struct l2cap_chan
Gustavo F. Padovan
2011-04-07
1
-11
/
+9
*
|
|
Bluetooth: Move srej and busy queues to struct l2cap_chan
Gustavo F. Padovan
2011-04-07
2
-24
/
+20
*
|
|
Bluetooth: Move ERTM timers to struct l2cap_chan
Gustavo F. Padovan
2011-04-07
2
-44
/
+43
*
|
|
Bluetooth: Move remote info to struct l2cap_chan
Gustavo F. Padovan
2011-04-07
2
-18
/
+18
*
|
|
Bluetooth: Move SDU related vars to struct l2cap_chan
Gustavo F. Padovan
2011-04-07
1
-37
/
+37
*
|
|
Bluetooth: Move more ERTM stuff to struct l2cap_chan
Gustavo F. Padovan
2011-04-07
1
-27
/
+24
*
|
|
Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan
Gustavo F. Padovan
2011-04-07
2
-67
/
+63
[next]