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
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgbe: Update DESC_NEEDED define to adjust for changes to MAX_SKB_FRAGS
Alexander Duyck
2013-02-15
1
-1
/
+1
*
ixgbe: fix Tx timeouts with BQL
Emil Tantilov
2013-02-15
2
-7
/
+34
*
ixgbe: implement SFF diagnostic monitoring via ethtool
Aurélien Guillaume
2013-02-15
3
-0
/
+119
*
ixgbe: cleanup error checking in ixgbe_identify_sfp_module_generic()
Emil Tantilov
2013-02-15
1
-24
/
+10
*
ixgbe: fix possible data corruption in read_i2c_byte
Emil Tantilov
2013-02-15
1
-1
/
+1
*
ixgbe: Add support for set_channels ethtool operation
Alexander Duyck
2013-02-15
1
-0
/
+38
*
ixgbe: Add support for displaying the number of Tx/Rx channels
Alexander Duyck
2013-02-15
1
-0
/
+72
*
ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabled
Alexander Duyck
2013-02-15
2
-13
/
+8
*
ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queue
Alexander Duyck
2013-02-15
1
-22
/
+26
*
ixgbe: Add function for setting XPS queue mapping
Alexander Duyck
2013-02-15
3
-5
/
+20
*
ixgbe: Define FCoE and Flow director limits much sooner to allow for changes
Alexander Duyck
2013-02-15
3
-35
/
+19
*
ixgbe: refactor initialization of feature flags
Emil Tantilov
2013-02-15
1
-20
/
+38
*
bridge: Add vlan support to static neighbors
Vlad Yasevich
2013-02-13
1
-1
/
+1
*
bridge: Dump vlan information from a bridge port
Vlad Yasevich
2013-02-13
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-02-12
1
-0
/
+1
|
\
|
*
ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6
Alexander Duyck
2013-02-12
1
-6
/
+3
|
*
ixgbe: fix gso type
Michael S. Tsirkin
2013-02-10
1
-2
/
+6
|
*
ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctl
Jacob Keller
2013-01-16
1
-2
/
+2
|
*
ixgbe: only compile ixgbe_debugfs.o when enabled
Jacob Keller
2013-01-16
2
-6
/
+2
*
|
drivers: net: Remove remaining alloc/OOM messages
Joe Perches
2013-02-08
1
-3
/
+1
*
|
ixgbe: Fix SR-IOV MTU warning
Alexander Duyck
2013-02-05
2
-3
/
+1
*
|
ixgbe: Replace rmb in Tx cleanup with read_barrier_depends
Alexander Duyck
2013-02-05
1
-1
/
+1
*
|
ixgbe: update date to 2013
Don Skidmore
2013-02-05
29
-30
/
+30
*
|
ixgbe: fix return values and memcpy parameters to eliminate Smatch warnings
Josh Hay
2013-02-05
2
-6
/
+7
*
|
ixgbe: fix potential null dereference
Josh Hay
2013-02-05
1
-0
/
+3
*
|
ixgbe: allow reading of SFF-8472 data over i2c
Emil Tantilov
2013-02-05
6
-7
/
+66
*
|
ixgbe: autoneg variable refactoring
Josh Hay
2013-01-31
6
-35
/
+19
*
|
ixgbe: removed unused variable from setup_link_speed
Josh Hay
2013-01-31
6
-8
/
+4
*
|
ixgbe: rename autoneg variables
Josh Hay
2013-01-31
2
-29
/
+28
*
|
ixgbe: Fix device ref count bug
Greg Rose
2013-01-31
1
-0
/
+2
*
|
ixgbe: Reset the NIC if up2tc has changed
Amir Hanania
2013-01-31
1
-4
/
+12
*
|
ixgbe: Limit number of reported VFs to device specific value
Donald Dutile
2013-01-23
1
-0
/
+1
*
|
ixgbe: Implement PCI SR-IOV sysfs callback operation
Greg Rose
2013-01-23
4
-6
/
+122
*
|
ixgbe: Modularize SR-IOV enablement code
Greg Rose
2013-01-23
1
-40
/
+54
*
|
ixgbe: Make mailbox ops initialization unconditional
Greg Rose
2013-01-23
3
-11
/
+10
*
|
ixgbe: only compile ixgbe_debugfs.o when enabled
Jacob Keller
2013-01-23
2
-6
/
+2
*
|
ixgbe: Inline Rx PTP descriptor handling
Alexander Duyck
2013-01-23
2
-19
/
+23
*
|
ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctl
Jacob Keller
2013-01-23
1
-2
/
+2
*
|
ixgbe: add warning when scheduling reset
Jacob Keller
2013-01-23
1
-0
/
+2
*
|
ixgbe: Add ptp work item to poll for the Tx timestamp
Jacob Keller
2013-01-23
3
-34
/
+65
*
|
ixgbe: Use watchdog check in favor of BPF for detecting latched timestamp
Jacob Keller
2013-01-23
3
-87
/
+51
*
|
ixgbe: Update ptp_overflow check comment and jiffies
Jacob Keller
2013-01-23
1
-7
/
+7
*
|
ixgbe: add missing supported filters to get_ts_info
Jacob Keller
2013-01-23
1
-0
/
+8
*
|
ixgbe: ethtool ixgbe_diag_test cleanup
Jacob Keller
2013-01-23
1
-12
/
+26
*
|
ixgbe: Improve performance and reduce size of ixgbe_tx_map
Alexander Duyck
2013-01-19
1
-23
/
+19
*
|
ixgbe: Update ixgbe Tx flags to improve code efficiency
Alexander Duyck
2013-01-19
3
-53
/
+57
*
|
ixgbe: Always use context 0, even for FCoE and TSO
Alexander Duyck
2013-01-19
2
-12
/
+2
*
|
ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso check
Alexander Duyck
2013-01-19
1
-0
/
+3
*
|
ixgbe: SR-IOV: dynamic IEEE DCBx default priority changes
John Fastabend
2013-01-19
3
-10
/
+47
*
|
remove init of dev->perm_addr in drivers
Jiri Pirko
2013-01-08
1
-2
/
+1
|
/
[next]