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
*
netdev: Move queue_lock into struct netdev_queue.
David S. Miller
2008-07-08
12
-62
/
+73
*
pkt_sched: Remove 'dev' member of struct Qdisc.
David S. Miller
2008-07-08
17
-92
/
+93
*
netdev: Create netdev_queue abstraction.
David S. Miller
2008-07-08
14
-29
/
+74
*
pkt_sched: Remove comment reference to old style TX locking.
David S. Miller
2008-07-08
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-07-08
15
-26
/
+77
|
\
|
*
ipv6: fix race between ipv6_del_addr and DAD timer
Andrey Vagin
2008-07-08
1
-2
/
+2
|
*
irda: Fix netlink error path return value
Julius Volz
2008-07-08
1
-2
/
+2
|
*
irda: New device ID for nsc-ircc
Ville Syrjala
2008-07-08
1
-0
/
+1
|
*
irda: via-ircc proper dma freeing
Wang Chen
2008-07-08
1
-0
/
+3
|
*
sctp: Mark the tsn as received after all allocations finish
Vlad Yasevich
2008-07-08
2
-6
/
+8
|
*
mac80211: don't report selected IBSS when not found
Vladimir Koutny
2008-07-07
1
-2
/
+4
|
*
ssb-pcicore: Fix IRQ-vector init on embedded devices
Michael Buesch
2008-07-07
1
-0
/
+7
|
*
zd1211rw: add ID for AirTies WUS-201
Firat Birlik
2008-07-07
1
-0
/
+1
|
*
mac80211: Only flush workqueue when last interface was removed
Ivo van Doorn
2008-07-07
1
-2
/
+2
|
*
mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notify
Guy Cohen
2008-07-07
1
-2
/
+5
|
*
drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bit
Darren Jenkins
2008-07-07
1
-2
/
+2
|
*
hostap_cs: correct poor NULL checks in suspend/resume routines
John W. Linville
2008-07-07
1
-4
/
+8
|
*
can: add sanity checks
Oliver Hartkopp
2008-07-05
3
-4
/
+32
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
2008-07-08
49
-678
/
+1449
|
\
\
|
*
|
net/wireless/nl80211.c: fix endless Netlink callback loop.
Julius Volz
2008-07-08
1
-2
/
+4
|
*
|
rtl8187: Change detection of RTL8187B with USB ID of 8187
Larry Finger
2008-07-08
2
-36
/
+47
|
*
|
rtl8187: updating Kconfig to support RTL8187B
Hin-Tak Leung
2008-07-08
1
-3
/
+9
|
*
|
rtl8187: change rtl8187_dev.c to support RTL8187B (part 2)
Hin-Tak Leung
2008-07-08
1
-40
/
+168
|
*
|
rtl8187: change rtl8187_dev.c to support RTL8187B (part 1)
Hin-Tak Leung
2008-07-08
1
-29
/
+234
|
*
|
rtl8187: updating rtl8187_rtl8225.c to support RTL8187B
Hin-Tak Leung
2008-07-08
1
-14
/
+215
|
*
|
rtl8187: updating rtl818x.h to support RTL8187B
Hin-Tak Leung
2008-07-08
1
-9
/
+27
|
*
|
rtl8187: updating rtl8187.h to support RTL8187B
Hin-Tak Leung
2008-07-08
1
-16
/
+97
|
*
|
rt2x00: Fix register comments
Ivo van Doorn
2008-07-08
2
-8
/
+36
|
*
|
hostap: don't compile prism2_suspend() for hostap_pci without CONFIG_PM
Pavel Roskin
2008-07-08
1
-2
/
+2
|
*
|
b43legacy: Remove switch statement with 64-bit index
Larry Finger
2008-07-08
1
-15
/
+51
|
*
|
rt2x00: Report RX end time for rt2400pci
Ivo van Doorn
2008-07-08
3
-0
/
+26
|
*
|
rt2x00: Use ieee80211_hw->workqueue again
Ivo van Doorn
2008-07-08
3
-17
/
+8
|
*
|
rt2x00: Decrease alignment headroom
Ivo van Doorn
2008-07-08
1
-3
/
+4
|
*
|
rt2x00: Remove input_polldev requirements for rfkill
Ivo van Doorn
2008-07-08
5
-93
/
+38
|
*
|
zd1211rw: beacon config error checking
Daniel Drake
2008-07-08
1
-17
/
+45
|
*
|
mac80211: fix lots of kernel-doc
Randy Dunlap
2008-07-08
3
-36
/
+86
|
*
|
rfkill: ignore errors from rfkill_toggle_radio in rfkill_add_switch
Henrique de Moraes Holschuh
2008-07-08
1
-6
/
+4
|
*
|
rfkill: some minor kernel-doc changes for rfkill_toggle_radio
Henrique de Moraes Holschuh
2008-07-08
1
-5
/
+7
|
*
|
mac80211: add support for iwconfig wlanX frag auto
Emmanuel Grumbach
2008-07-08
1
-0
/
+2
|
*
|
mac80211: aes_ccm.c remove crypto wrapper and extra args
Harvey Harrison
2008-07-08
1
-21
/
+17
|
*
|
mac80211: pass scratch buffer directly, remove additional pointers
Harvey Harrison
2008-07-08
3
-23
/
+20
|
*
|
mac80211: wpa.c remove rx/tx_data ->fc users
Harvey Harrison
2008-07-08
1
-13
/
+8
|
*
|
mac80211: remove trivial rx_data->fc users
Harvey Harrison
2008-07-08
1
-56
/
+51
|
*
|
mac80211: call bss_info_change only once upon disassociation
Tomas Winkler
2008-07-08
3
-8
/
+8
|
*
|
mac80211: remove ieee80211_get_hdr_info
Harvey Harrison
2008-07-08
3
-41
/
+35
|
*
|
mac80211: remove one user of ieee80211_get_hdr_info
Harvey Harrison
2008-07-08
1
-41
/
+37
|
*
|
mac80211: use symbolic defines in wpa.c
Harvey Harrison
2008-07-08
1
-7
/
+7
|
*
|
mac80211: move QOS control helpers into ieee80211.h
Harvey Harrison
2008-07-08
4
-24
/
+18
|
*
|
iwlwifi: fix typo which caused iwl_get_tx_fail_reason to ever return an empty...
Helmut Schaa
2008-07-08
2
-2
/
+2
|
*
|
mac80211: remove MAC80211_DEBUG from net/mac80211/Kconfig.
Rami Rosen
2008-07-08
1
-2
/
+1
[next]