index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
netdevice: Kill netdev->priv
Wang Chen
2008-12-08
18
-29
/
+24
*
staging-winbond: Kill directly reference of netdev->priv
Wang Chen
2008-12-08
1
-1
/
+5
*
staging-slicoss: Kill directly reference of netdev->priv
Wang Chen
2008-12-06
1
-4
/
+3
*
staging-p80211: Kill directly reference of netdev->priv
Wang Chen
2008-12-06
2
-39
/
+39
*
s390_net: Kill directly reference of netdev->priv
Wang Chen
2008-12-06
1
-6
/
+6
*
net: Fix incorrect use of loose in spider_net.c
Nick Andrew
2008-12-06
1
-1
/
+1
*
wireless: Fix incorrect use of loose in wext.c
Nick Andrew
2008-12-06
1
-1
/
+1
*
tcp: fix tso_should_defer in 64bit
Ilpo Järvinen
2008-12-05
1
-1
/
+1
*
tcp: use tcp_write_xmit also in tcp_push_one
Ilpo Järvinen
2008-12-05
1
-37
/
+17
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-12-05
19
-55
/
+169
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2008-12-05
5
-5
/
+30
|
|
\
|
|
*
zd1211rw: use unaligned safe memcmp() in-place of compare_ether_addr()
Shaddy Baddah
2008-12-05
1
-1
/
+1
|
|
*
mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()
Shaddy Baddah
2008-12-05
1
-1
/
+1
|
|
*
ipw2200: fix netif_*_queue() removal regression
Zhu Yi
2008-12-05
1
-0
/
+4
|
|
*
iwlwifi: clean key table in iwl_clear_stations_table function
Tomas Winkler
2008-12-05
2
-3
/
+24
|
*
|
tcp: tcp_vegas ssthresh bug fix
Doug Leith
2008-12-04
1
-0
/
+2
|
|
/
|
*
can: omit received RTR frames for single ID filter lists
Oliver Hartkopp
2008-12-04
1
-1
/
+4
|
*
ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc table
Chas Williams
2008-12-04
1
-1
/
+5
|
*
netx-eth: initialize per device spinlock
Uwe Kleine-König
2008-12-03
1
-0
/
+2
|
*
tcp: make urg+gso work for real this time
Ilpo Järvinen
2008-12-03
1
-12
/
+10
|
*
enc28j60: Fix sporadic packet loss (corrected again)
Baruch Siach
2008-12-03
1
-2
/
+14
|
*
hysdn: fix writing outside the field on 64 bits
Pascal Terjan
2008-12-03
1
-2
/
+2
|
*
b1isa: fix b1isa_exit() to really remove registered capi controllers
Wilfried Klaebe
2008-12-03
1
-4
/
+2
|
*
can: Fix CAN_(EFF|RTR)_FLAG handling in can_filter
Oliver Hartkopp
2008-12-03
3
-19
/
+53
|
*
Phonet: do not dump addresses from other namespaces
remi.denis-courmont@nokia
2008-12-03
1
-0
/
+3
|
*
netlabel: Fix a potential NULL pointer dereference
Paul Moore
2008-12-03
1
-4
/
+6
|
*
bnx2: Add workaround to handle missed MSI.
Michael Chan
2008-12-03
2
-3
/
+38
*
|
tcp: move some parts from tcp_write_xmit
Ilpo Järvinen
2008-12-05
1
-11
/
+12
*
|
tcp: share code through function, not through copy-paste. :-)
Ilpo Järvinen
2008-12-05
1
-7
/
+10
*
|
tcp: drop tcp_bound_rto, merge content of it tcp_set_rto
Ilpo Järvinen
2008-12-05
1
-9
/
+3
*
|
tcp: no need to pass prev skb around, reduces arg pressure
Ilpo Järvinen
2008-12-05
1
-5
/
+4
*
|
tcp: introduce struct tcp_sacktag_state to reduce arg pressure
Ilpo Järvinen
2008-12-05
1
-71
/
+74
*
|
tcp: make mtu probe failure to not break gso'ed skbs unnecessarily
Ilpo Järvinen
2008-12-05
1
-12
/
+7
*
|
tcp: Fix thinko making the not-shiftable to cover S|R as well
Ilpo Järvinen
2008-12-05
1
-1
/
+1
*
|
tcp: force mss equality with the next skb too.
Ilpo Järvinen
2008-12-05
1
-5
/
+4
*
|
dccp: use roundup instead of opencoding
Ilpo Järvinen
2008-12-05
1
-1
/
+1
*
|
tty: driverdata and discdata are void *
Alan Cox
2008-12-05
2
-10
/
+10
*
|
tty: Flags should be accessed via the foo_bit interfaces
Alan Cox
2008-12-05
4
-19
/
+15
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2008-12-05
79
-1836
/
+2854
|
\
\
|
*
|
ath9k: Use GFP_ATOMIC when allocating TX private area
Luis R. Rodriguez
2008-12-05
1
-2
/
+20
|
*
|
ath9k: Check for pci_map_single() errors
Luis R. Rodriguez
2008-12-05
3
-3
/
+53
|
*
|
rt2x00: Correctly initialize AID during set_key()
Ivo van Doorn
2008-12-05
1
-0
/
+12
|
*
|
rt2x00: Move crypto TX descriptor handling to rt2x00crypto.c
Ivo van Doorn
2008-12-05
3
-25
/
+36
|
*
|
rt2x00: Fix check for BSS info changes
Ivo van Doorn
2008-12-05
1
-1
/
+1
|
*
|
generic swap(): ath9k: rename swap() to swap_array()
Wu Fengguang
2008-12-05
2
-2
/
+2
|
*
|
rt2x00: Add RXDONE_CRYPTO_IV/ICV flags
Ivo van Doorn
2008-12-05
5
-1
/
+14
|
*
|
iwl3945 : Fix a-band association for passive channels
Abhijeet Kolekar
2008-12-05
2
-8
/
+24
|
*
|
iwlwifi: rely on API version read from firmware
Reinette Chatre
2008-12-05
8
-56
/
+217
|
*
|
iwlwifi: store ucode version number
Chatre, Reinette
2008-12-05
6
-8
/
+36
|
*
|
iwlwifi: fix DMA channel number in iwl_txq_ctx_stop
Zhu Yi
2008-12-05
4
-7
/
+10
[next]