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
*
mdio: Add register definitions for MDIO (clause 45)
Ben Hutchings
2009-04-29
1
-0
/
+237
*
ethtool: Add port type PORT_OTHER
Ben Hutchings
2009-04-29
1
-0
/
+1
*
pcnet32: Remove pointless memory barriers
John Dykstra
2009-04-29
1
-2
/
+2
*
ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake()
Don Skidmore
2009-04-29
1
-11
/
+6
*
netxen: fix firmware download
Dhananjay Phadke
2009-04-28
4
-207
/
+216
*
netxen: refactor netxen_recv_context struct
Dhananjay Phadke
2009-04-28
5
-40
/
+71
*
netxen: fix link event handling
Dhananjay Phadke
2009-04-28
3
-2
/
+3
*
gianfar: Use memset instead of cacheable_memzero
Kumar Gala
2009-04-28
1
-1
/
+2
*
inet_diag: Remove dup assignments
Arnaldo Carvalho de Melo
2009-04-28
1
-2
/
+0
*
net: netif_tx_queue_stopped too expensive
Eric Dumazet
2009-04-28
1
-2
/
+8
*
net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.
Grant Likely
2009-04-28
1
-3
/
+0
*
fs_enet: Remove dead code
Kumar Gala
2009-04-28
3
-77
/
+1
*
ixgbe: Clear out stray tx work on link down
Nelson, Shannon
2009-04-28
1
-0
/
+22
*
ixgbe: Interrupt management update for 82599
Nelson, Shannon
2009-04-28
1
-40
/
+50
*
ixgbe: enable HW RSC for 82599
Alexander Duyck
2009-04-28
4
-12
/
+152
*
ixgbe: enable hardware offload for sctp
Jesse Brandeburg
2009-04-28
2
-2
/
+18
*
igb: Enable SCTP checksum offloading
Jesse Brandeburg
2009-04-28
4
-4
/
+31
*
sctp: add feature bit for SCTP offload in hardware
Jesse Brandeburg
2009-04-28
2
-3
/
+16
*
igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARY
Alexander Duyck
2009-04-28
2
-26
/
+11
*
igb: make rxcsum configuration seperate from multiqueue
Alexander Duyck
2009-04-28
2
-20
/
+12
*
igb: reconfigure mailbox timeout logic
Alexander Duyck
2009-04-28
1
-4
/
+4
*
smsc911x: add fifo byteswap support V2
Magnus Damm
2009-04-28
2
-0
/
+23
*
atl1c: disable L1/L0s when link detected
Jie Yang
2009-04-28
1
-17
/
+7
*
gro: Fix COMPLETE checksum handling
Herbert Xu
2009-04-27
3
-2
/
+9
*
gro: Fix handling of headers that extend over the tail
Herbert Xu
2009-04-27
2
-9
/
+4
*
bnx2x: driver version 1.48.105-1
Vladislav Zolotarov
2009-04-27
1
-2
/
+2
*
bnx2x: Removed blob file
Vladislav Zolotarov
2009-04-27
1
-16322
/
+0
*
bnx2x: Separated FW from the source.
Vladislav Zolotarov
2009-04-27
8
-598
/
+866
*
bnx2x: FW 4.8.53.0
Vladislav Zolotarov
2009-04-27
2
-0
/
+22392
*
tun: add IFF_TUN_EXCL flag to avoid opening a persistent device.
David Woodhouse
2009-04-27
2
-0
/
+3
*
cxacru: Fix negative dB output
Simon Arlott
2009-04-27
1
-2
/
+8
*
pasemi_mac: mac_to_intf() error not noticed
roel kluin
2009-04-27
1
-3
/
+4
*
drop_monitor: Update netlink protocol to include netlink attribute header in ...
Neil Horman
2009-04-27
1
-3
/
+10
*
ixgbe: Disallow SFP 1G modules in the SFP+ cages for 82598 and 82599
Waskiewicz Jr, Peter P
2009-04-27
2
-5
/
+18
*
igb: always use adapter->itr as EITR value
Alexander Duyck
2009-04-27
1
-5
/
+6
*
vxge: use max() instead of VXGE_HW_SET_LEVEL
Alexander Beregalov
2009-04-27
2
-34
/
+23
*
vxge: fix possible NULL dereference in vxge-traffic.c
Alexander Beregalov
2009-04-27
1
-2
/
+2
*
bonding: ignore updelay param when there is no active slave
Jiri Pirko
2009-04-27
1
-0
/
+8
*
bonding: use ethtool for link checking first
Jiri Pirko
2009-04-27
1
-14
/
+12
*
net: fix fsl_pq_mdio driver to use module_init()
Grant Likely
2009-04-27
1
-1
/
+1
*
net: add Xilinx ll_temac device driver
Grant Likely
2009-04-27
5
-0
/
+1473
*
net: Rework fs_enet driver to use of_mdio infrastructure
Grant Likely
2009-04-27
4
-114
/
+16
*
powerpc/82xx: Rework Embedded Planet ep8248e platform to use of_mdio
Grant Likely
2009-04-27
1
-6
/
+3
*
net: Rework ucc_geth driver to use of_mdio infrastructure
Grant Likely
2009-04-27
2
-36
/
+13
*
net: Rework pasemi_mac driver to use of_mdio infrastructure
Grant Likely
2009-04-27
3
-52
/
+9
*
net: Rework gianfar driver to use of_mdio infrastructure.
Grant Likely
2009-04-27
2
-74
/
+39
*
net: rework fsl_pq_mdio driver to use of_mdio infrastructure
Grant Likely
2009-04-27
1
-48
/
+3
*
net: Rework mpc5200 fec driver to use of_mdio infrastructure.
Grant Likely
2009-04-27
2
-147
/
+59
*
openfirmware: Add OF phylib support code
Grant Likely
2009-04-27
4
-0
/
+168
*
phylib: add *_direct() variants of phy_connect and phy_attach functions
Grant Likely
2009-04-27
2
-33
/
+90
[next]