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
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-07-27
19
-32
/
+147
|
\
|
*
s2io: fixing DBG_PRINT() macro
Breno Leitao
2010-07-26
1
-1
/
+1
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2010-07-26
2
-3
/
+3
|
|
\
|
|
*
ath9k: fix dma direction for map/unmap in ath_rx_tasklet
Ming Lei
2010-07-26
1
-2
/
+2
|
|
*
wireless: use netif_rx_ni in ieee80211_send_layer2_update
John W. Linville
2010-07-20
1
-1
/
+1
|
*
|
net: dev_forward_skb should call nf_reset
Ben Greear
2010-07-25
1
-0
/
+1
|
*
|
net sched: fix race in mirred device removal
stephen hemminger
2010-07-24
2
-3
/
+41
|
*
|
Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2010-07-24
2
-0
/
+3
|
|
\
\
|
|
*
|
wimax/i2400m: Add PID & VID for Intel WiMAX 6250
Alexey Shvetsov
2010-07-22
2
-0
/
+3
|
*
|
|
tun: avoid BUG, dump packet on GSO errors
Michael S. Tsirkin
2010-07-24
1
-2
/
+12
|
*
|
|
bonding: set device in RLB ARP packet handler
Greg Edwards
2010-07-24
1
-1
/
+1
|
*
|
|
ipv6: Don't add routes to ipv6 disabled interfaces.
Brian Haley
2010-07-22
1
-5
/
+9
|
*
|
|
net: Fix skb_copy_expand() handling of ->csum_start
David S. Miller
2010-07-22
1
-1
/
+2
|
*
|
|
net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.c
Andrea Shepard
2010-07-22
1
-1
/
+3
|
*
|
|
macvtap: Limit packet queue length
Herbert Xu
2010-07-22
3
-4
/
+26
|
*
|
|
ixgbe/igb: catch invalid VF settings
Andy Gospodarek
2010-07-21
2
-0
/
+18
|
*
|
|
bnx2x: Advance a module version
Vladislav Zolotarov
2010-07-21
1
-2
/
+2
|
*
|
|
bnx2x: Protect statistics ramrod and sequence number
Vladislav Zolotarov
2010-07-21
1
-9
/
+18
|
*
|
|
bnx2x: Protect a SM state change
Vladislav Zolotarov
2010-07-21
2
-4
/
+11
*
|
|
|
ixgbe: potential null dereference
Dan Carpenter
2010-07-27
1
-3
/
+4
*
|
|
|
ks8842: Support DMA when accessed via timberdale
Richard Röjfors
2010-07-27
2
-21
/
+447
*
|
|
|
stmmac: fix automatic PAD/FCS stripping
Giuseppe CAVALLARO
2010-07-27
4
-4
/
+9
*
|
|
|
stmmac: fix timer setup when use dual mac Kconfig
Giuseppe CAVALLARO
2010-07-27
1
-1
/
+0
*
|
|
|
bnx2x: Update MAINTAINERS according to new location
Dmitry Kravkov
2010-07-27
1
-1
/
+1
*
|
|
|
bnx2x: update driver version to 1.52.53-3
Dmitry Kravkov
2010-07-27
1
-1
/
+1
*
|
|
|
bnx2x: Move statistics handling code to bnx2x_stats.*
Dmitry Kravkov
2010-07-27
5
-1594
/
+1647
*
|
|
|
bnx2x: Create separate file for ethtool routines
Dmitry Kravkov
2010-07-27
4
-1955
/
+1986
*
|
|
|
bnx2x: Create bnx2x_cmn.* files
Dmitry Kravkov
2010-07-27
5
-2600
/
+2943
*
|
|
|
bnx2x: move global variable load_count to bnx2x.h
Dmitry Kravkov
2010-07-27
2
-3
/
+9
*
|
|
|
bnx2x: store module parameters in driver main structure
Dmitry Kravkov
2010-07-27
2
-3
/
+6
*
|
|
|
bnx2x: Create separate folder for bnx2x driver
Dmitry Kravkov
2010-07-27
14
-6
/
+12
*
|
|
|
igbvf, ixgbevf: use dev_hw_addr_random
Stefan Assmann
2010-07-27
2
-2
/
+2
*
|
|
|
ixgbe: priority tagging FCoE frames without FCoE offload
John Fastabend
2010-07-27
1
-21
/
+24
*
|
|
|
e1000: use netif_<level> instead of netdev_<level>
Emil Tantilov
2010-07-26
3
-61
/
+70
*
|
|
|
usbnet: use jiffies in schedule_timeout(), not msecs
Kulikov Vasiliy
2010-07-26
1
-1
/
+1
*
|
|
|
ks8842: Support 100Mbps when accessed via timberdale
Richard Röjfors
2010-07-26
1
-5
/
+10
*
|
|
|
caif: handle snprintf() return
Dan Carpenter
2010-07-26
1
-0
/
+3
*
|
|
|
genetlink: use genl_register_family_with_ops()
Changli Gao
2010-07-26
1
-5
/
+1
*
|
|
|
drop_monitor: use genl_register_family_with_ops()
Changli Gao
2010-07-26
1
-16
/
+7
*
|
|
|
genetlink: cleanup code according to CodingStyle
Changli Gao
2010-07-26
1
-5
/
+4
*
|
|
|
ethoc: add devinit/devexit section initializers
Jonas Bonn
2010-07-26
1
-4
/
+4
*
|
|
|
igb: restore EEPROM values of MDICNFG on reset with 82580
Nick Nunley
2010-07-26
2
-0
/
+45
*
|
|
|
igb: add support for SGMII-based MDIO PHYs
Nick Nunley
2010-07-26
2
-17
/
+75
*
|
|
|
e1000e: Drop a useless statement
Jean Delvare
2010-07-26
1
-2
/
+0
*
|
|
|
drivers/net/qla3xxx.c: Checkpatch cleanups
Joe Perches
2010-07-26
1
-484
/
+459
*
|
|
|
drivers/net/qla3xxx.c: Update logging message style
Joe Perches
2010-07-26
1
-324
/
+200
*
|
|
|
wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE
David S. Miller
2010-07-26
1
-1
/
+1
*
|
|
|
netlink: netlink_recvmsg() fix
Eric Dumazet
2010-07-26
1
-6
/
+16
*
|
|
|
forcedeth: Fix different hardware statistics versions.
Mike Ditto
2010-07-25
1
-29
/
+31
*
|
|
|
net-next: Fix an overflow bug in vmxnet3 Tx descriptor
Bhavesh Davda
2010-07-25
2
-6
/
+11
[next]