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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
|
ath9k: fix aggregation stop/flush handling
Felix Fietkau
2013-05-17
3
-25
/
+48
|
|
|
*
|
|
ath9k_hw: Enable manual peak calibration for AR9485
Sujith Manoharan
2013-05-17
2
-2
/
+2
|
|
|
*
|
|
rtlwifi: rtl8192cu: Add new USB ID
Albert Pool
2013-05-17
1
-0
/
+1
|
|
|
*
|
|
brcmfmac: announce P2P_DEVICE support in wiphy structure
Arend van Spriel
2013-05-17
1
-1
/
+6
|
|
|
*
|
|
rtlwifi: rtl8188ee: Fix warning when building on big-endian systems
Larry Finger
2013-05-17
1
-2
/
+2
|
|
|
*
|
|
ath9k: Fix crash on module unload
Sujith Manoharan
2013-05-17
3
-6
/
+17
|
|
|
*
|
|
net/wireless: ATH9K should depend on HAS_DMA
Geert Uytterhoeven
2013-05-17
1
-1
/
+1
|
|
|
*
|
|
bcma: add more core IDs
Rafał Miłecki
2013-05-17
2
-1
/
+6
|
|
|
*
|
|
iwlegacy: remove inline marking of EXPORT_SYMBOL functions
Denis Efremov
2013-05-17
1
-1
/
+1
|
|
|
*
|
|
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
2013-05-17
9
-22
/
+105
|
|
|
|
\
\
\
|
|
|
|
*
|
|
iwlwifi: mvm: fix aggregation drain flow
Emmanuel Grumbach
2013-05-16
5
-18
/
+48
|
|
|
|
*
|
|
iwlwifi: mvm: Prevent setting assoc flag in MAC_CONTEXT_CMD
Alexander Bondar
2013-05-16
1
-4
/
+8
|
|
|
|
*
|
|
iwlwifi: mvm: tell firmware to let multicast frames in
Emmanuel Grumbach
2013-05-16
3
-0
/
+43
|
|
|
|
*
|
|
iwlwifi: mvm: Always use SCAN_TYPE_FORCED
Ilan Peer
2013-05-16
1
-0
/
+6
|
|
|
*
|
|
|
cfg80211: fix sending WoWLAN TCP wakeup settings
Johannes Berg
2013-05-16
1
-0
/
+2
|
|
|
*
|
|
|
mac80211: report deauth to cfg80211 for local state change
Johannes Berg
2013-05-16
1
-4
/
+4
|
|
|
*
|
|
|
cfg80211: fix interface down/disconnect state handling
Johannes Berg
2013-05-16
2
-2
/
+2
|
|
|
*
|
|
|
mac80211: fix AP-mode frame matching
Johannes Berg
2013-05-16
1
-0
/
+3
|
|
|
*
|
|
|
nl80211: Add wdev identifier to some nl80211 notifications
Ilan Peer
2013-05-16
1
-0
/
+2
|
|
|
*
|
|
|
mac80211: use just spin_lock() in ieee80211_get_tkip_p2k()
Johannes Berg
2013-05-16
1
-2
/
+2
|
|
|
*
|
|
|
mac80211: fix spurious RCU warning and update documentation
Felix Fietkau
2013-05-16
2
-5
/
+16
|
|
|
*
|
|
|
mac80211: fix HT beacon-based channel switch handling
Johannes Berg
2013-05-16
1
-6
/
+22
|
|
|
*
|
|
|
mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUME
Johannes Berg
2013-05-16
3
-0
/
+33
|
|
|
*
|
|
|
cfg80211: fix WoWLAN wakeup tracing
Johannes Berg
2013-05-16
1
-10
/
+13
|
|
|
*
|
|
|
mac80211_hwsim: correctly register the platform driver
Sasha Levin
2013-05-16
1
-9
/
+9
|
|
|
*
|
|
|
cfg80211: fix wiphy_register error path
Johannes Berg
2013-05-16
1
-6
/
+10
|
|
|
|
/
/
/
|
*
|
|
|
|
8139cp: reset BQL when ring tx ring cleared
stephen hemminger
2013-05-20
1
-0
/
+1
|
*
|
|
|
|
drivers: net: usb: rtl8150: concurrent URB bugfix
Petko Manolov
2013-05-20
1
-54
/
+46
|
*
|
|
|
|
isdn/kcapi: fix a small underflow
Dan Carpenter
2013-05-20
1
-3
/
+3
|
|
/
/
/
/
|
*
|
|
|
bnx2x: Fix GSO for 57710/57711 chips
Yuval Mintz
2013-05-20
1
-2
/
+7
|
*
|
|
|
ip_gre: fix a possible crash in ipgre_err()
Eric Dumazet
2013-05-20
1
-1
/
+2
|
*
|
|
|
r8169: fix offloaded tx checksum for small packets.
françois romieu
2013-05-20
1
-14
/
+27
|
*
|
|
|
bonding: fix multiple 3ad mode sysfs race conditions
nikolay@redhat.com
2013-05-19
4
-10
/
+24
|
*
|
|
|
bonding: arp_ip_count and arp_targets can be wrong
nikolay@redhat.com
2013-05-19
1
-11
/
+8
|
*
|
|
|
bonding: replace %x with %pI4 for IPv4 addresses
nikolay@redhat.com
2013-05-19
1
-3
/
+3
|
*
|
|
|
bonding: fix set mode race conditions
nikolay@redhat.com
2013-05-19
1
-0
/
+4
|
*
|
|
|
net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.
Chen Gang
2013-05-19
1
-1
/
+1
|
*
|
|
|
netlabel: improve domain mapping validation
Paul Moore
2013-05-19
1
-0
/
+69
|
*
|
|
|
ipv6: fix possible crashes in ip6_cork_release()
Eric Dumazet
2013-05-18
1
-1
/
+1
|
*
|
|
|
vxlan: Update vxlan fdb 'used' field after each usage
Sridhar Samudrala
2013-05-18
1
-3
/
+14
|
*
|
|
|
gianfar: add missing iounmap() on error in gianfar_ptp_probe()
Wei Yongjun
2013-05-17
1
-0
/
+1
|
*
|
|
|
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2013-05-17
3
-1
/
+23
|
|
\
\
\
\
|
|
*
|
|
|
batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT code
Linus Lüssing
2013-05-17
3
-1
/
+23
|
|
/
/
/
/
|
*
|
|
|
bonding: allow TSO being set on bonding master
Eric Dumazet
2013-05-16
2
-0
/
+12
|
*
|
|
|
NET: mv643xx_eth: avoid lockdep dump on interface down
Russell King
2013-05-16
1
-2
/
+2
|
*
|
|
|
tcp: gso: do not generate out of order packets
Eric Dumazet
2013-05-16
1
-1
/
+21
|
*
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2013-05-16
12
-39
/
+67
|
|
\
\
\
\
|
|
*
|
|
|
netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundary
Pablo Neira Ayuso
2013-05-16
1
-3
/
+14
|
|
*
|
|
|
netfilter: log: netns NULL ptr bug when calling from conntrack
Hans Schillstrom
2013-05-15
9
-30
/
+40
|
|
*
|
|
|
netfilter: update MAINTAINERS file
Pablo Neira Ayuso
2013-05-06
1
-5
/
+5
[prev]
[next]