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
*
ipv6: Use pr_warn() in ip6_fib.c
David S. Miller
2011-11-17
1
-10
/
+10
*
IPV6 Fix a crash when trying to replace non existing route
Matti Vaittinen
2011-11-17
1
-7
/
+14
*
forcedeth: stats updated with a deferrable timer
david decotigny
2011-11-16
1
-1
/
+1
*
forcedeth: account for dropped RX frames
david decotigny
2011-11-16
1
-2
/
+12
*
forcedeth: implement ndo_get_stats64() API
david decotigny
2011-11-16
1
-51
/
+146
*
forcedeth: allow to silence "TX timeout" debug messages
Sameer Nanda
2011-11-16
1
-41
/
+57
*
forcedeth: Add messages to indicate using MSI or MSI-X
Mike Ditto
2011-11-16
1
-0
/
+2
*
net: new counter for tx_timeout errors in sysfs
david decotigny
2011-11-16
3
-8
/
+42
*
net-sysfs: fixed minor sparse warning
david decotigny
2011-11-16
1
-6
/
+6
*
forcedeth: fix stats on hardware without extended stats support
david decotigny
2011-11-16
1
-9
/
+27
*
net: verify GSO flag bits against netdev features
Michał Mirosław
2011-11-16
1
-0
/
+9
*
net: drivers: use bool type instead of double negation
Michał Mirosław
2011-11-16
4
-6
/
+6
*
net: ethtool: fix coding style
Michał Mirosław
2011-11-16
1
-7
/
+8
*
ucc_geth: Convert ENET_NUM_OCTETS_PER_ADDRESS uses to ETH_ALEN
Joe Perches
2011-11-16
2
-4
/
+4
*
amd8111e: Convert ETH_ADDR_LEN uses to ETH_ALEN
Joe Perches
2011-11-16
2
-4
/
+3
*
bna: Convert MAC_ADDRLEN uses to ETH_ALEN
Joe Perches
2011-11-16
1
-2
/
+1
*
ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALEN
Joe Perches
2011-11-16
16
-28
/
+22
*
ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN
Joe Perches
2011-11-16
5
-49
/
+38
*
net: Add ethtool to mii advertisment conversion helpers
Matt Carlson
2011-11-16
6
-120
/
+197
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2011-11-16
12
-299
/
+340
|
\
|
*
intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN
Joe Perches
2011-11-16
5
-10
/
+6
|
*
igb: Convert bare printk to pr_notice
Joe Perches
2011-11-16
1
-2
/
+3
|
*
igb: Convert printks to pr_<level>
Jeff Kirsher
2011-11-16
1
-85
/
+80
|
*
ixgbevf: Convert printks to pr_<level>
Jeff Kirsher
2011-11-16
2
-15
/
+18
|
*
igbvf: Convert printks to pr_<level>
Jeff Kirsher
2011-11-16
1
-7
/
+7
|
*
ixgbe: fix LED blink logic to check for link
Emil Tantilov
2011-11-16
1
-7
/
+11
|
*
e1000e: Convert printks to pr_<level>
Jeff Kirsher
2011-11-16
1
-129
/
+101
|
*
e1000e: convert to real ndo_set_rx_mode
Jesse Brandeburg
2011-11-16
1
-44
/
+114
*
|
team: replicate options on register
Jiri Pirko
2011-11-16
3
-17
/
+72
*
|
team: convert overall spinlock to mutex
Jiri Pirko
2011-11-16
2
-17
/
+17
*
|
team: Do not hold rcu_read_lock when running netlink cmds
Jiri Pirko
2011-11-16
1
-6
/
+5
*
|
6LoWPAN: double free in lowpan_fragment_xmit()
Dan Carpenter
2011-11-16
1
-3
/
+0
*
|
be2net: Use V1 query link status command for lancer
Padmanabh Ratnakar
2011-11-16
1
-0
/
+3
*
|
be2net: Fix VLAN promiscous mode for Lancer
Padmanabh Ratnakar
2011-11-16
1
-1
/
+2
*
|
be2net: Add EEPROM dump feature for Lancer
Padmanabh Ratnakar
2011-11-16
2
-1
/
+22
*
|
be2net: add register dump feature for Lancer
Padmanabh Ratnakar
2011-11-16
3
-4
/
+151
*
|
be2net: Fix TX queue create for Lancer
Padmanabh Ratnakar
2011-11-16
2
-9
/
+18
*
|
infiniband: Update net drivers for netdev_features_t changes.
David S. Miller
2011-11-16
2
-4
/
+4
*
|
net: remove NETIF_F_NO_CSUM feature bit
Michał Mirosław
2011-11-16
14
-31
/
+19
*
|
net: extend netdev_features_t to 64 bits
Michał Mirosław
2011-11-16
1
-1
/
+1
*
|
ethtool: prepare for larger netdev_features_t type
Michał Mirosław
2011-11-16
1
-16
/
+26
*
|
net: ethtool: use C99 array initialization for feature-names table
Michał Mirosław
2011-11-16
1
-38
/
+36
*
|
net: Define enum for net device features.
Michał Mirosław
2011-11-16
1
-40
/
+93
*
|
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
74
-202
/
+305
*
|
net: split netdev features to separate header
Michał Mirosław
2011-11-16
2
-78
/
+92
*
|
net: ethtool: break association of ETH_FLAG_* with NETIF_F_*
Michał Mirosław
2011-11-16
1
-10
/
+23
*
|
net: remove legacy ethtool ops
Michał Mirosław
2011-11-16
5
-479
/
+26
*
|
net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines
Rick Jones
2011-11-16
7
-19
/
+22
*
|
net: use jump_label for netstamp_needed
Eric Dumazet
2011-11-16
1
-18
/
+14
*
|
enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
Rick Jones
2011-11-16
6
-0
/
+55
[next]