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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgbe: fix race when setting advertised speed
Emil Tantilov
2014-10-30
1
-0
/
+4
*
ixgbe: need not repeat init skb with NULL
Junwei Zhang
2014-10-30
1
-1
/
+1
*
igb: don't reuse pages with pfmemalloc flag
Roman Gushchin
2014-10-30
1
-1
/
+5
*
e1000: unset IFF_UNICAST_FLT on WMware 82545EM
Francesco Ruggeri
2014-10-30
1
-1
/
+4
*
i40e: _MASK vs _SHIFT typo in i40e_handle_mdd_event()
Dan Carpenter
2014-10-25
1
-2
/
+2
*
ixgbe: check for vfs outside of sriov_num_vfs before dereference
Emil Tantilov
2014-10-16
1
-0
/
+3
*
fm10k: Add CONFIG_FM10K_VXLAN configuration option
Andy Zhou
2014-10-16
2
-3
/
+14
*
fm10k: Unlock mailbox on VLAN addition failures
Matthew Vick
2014-10-16
1
-3
/
+4
*
fm10k: Check the host state when bringing the interface up
Matthew Vick
2014-10-16
1
-0
/
+1
*
fm10k: Add skb->xmit_more support
Alexander Duyck
2014-10-14
1
-31
/
+34
*
ixgbe: fix race accessing page->_count
Eric Dumazet
2014-10-10
1
-5
/
+3
*
igb: fix race accessing page->_count
Eric Dumazet
2014-10-10
1
-4
/
+3
*
fm10k: fix race accessing page->_count
Eric Dumazet
2014-10-10
1
-4
/
+3
*
networking: fm10k: Fix build failure
Pranith Kumar
2014-10-10
1
-0
/
+1
*
i40e: skb->xmit_more support
Eric Dumazet
2014-10-08
1
-44
/
+46
*
igb: bump version to 5.2.15
Todd Fujinaka
2014-10-02
1
-1
/
+1
*
i40e/igb: Convert to dev_consume_skb_any()
Rick Jones
2014-10-02
2
-2
/
+2
*
igb: remove blocking phy read from inside spinlock
Bernhard Kaindl
2014-10-02
3
-18
/
+0
*
ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUES
Ethan Zhao
2014-10-02
1
-1
/
+0
*
ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQL
Emil Tantilov
2014-10-02
2
-6
/
+1
*
ixgbe: remove wait loop on autoneg for copper devices
Emil Tantilov
2014-10-02
1
-41
/
+0
*
ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()
Rick Jones
2014-10-02
1
-1
/
+1
*
fm10k: Correctly set the number of Tx queues
Alexander Duyck
2014-10-01
1
-1
/
+5
*
fm10k: Reduce buffer size when pages are larger than 4K
Alexander Duyck
2014-10-01
1
-6
/
+2
*
fm10k: using vmalloc requires including linux/vmalloc.h
Stephen Rothwell
2014-10-01
1
-0
/
+2
*
fm10k: Add support for PTP
Alexander Duyck
2014-09-23
7
-1
/
+683
*
fm10k: Add support for ptp to hw specific files
Alexander Duyck
2014-09-23
5
-0
/
+186
*
fm10k: Add support for debugfs
Alexander Duyck
2014-09-23
5
-1
/
+298
*
fm10k: Add support for IEEE DCBx
Alexander Duyck
2014-09-23
4
-4
/
+185
*
fm10k: Add support for SR-IOV to driver
Alexander Duyck
2014-09-23
5
-2
/
+614
*
fm10k: Add support for SR-IOV to PF core files
Alexander Duyck
2014-09-23
3
-1
/
+874
*
fm10k: Add support for VF
Alexander Duyck
2014-09-23
9
-4
/
+837
*
fm10k: Add support for PF <-> VF mailbox
Alexander Duyck
2014-09-23
2
-0
/
+834
*
fm10k: Add support for MACVLAN acceleration
Alexander Duyck
2014-09-23
4
-1
/
+198
*
fm10k: Add support for netdev offloads
Alexander Duyck
2014-09-23
2
-3
/
+459
*
fm10k: Add support for multiple queues
Alexander Duyck
2014-09-23
4
-0
/
+247
*
fm10k: Add support for PCI power management and error handling
Alexander Duyck
2014-09-23
1
-0
/
+221
*
fm10k: Add ethtool support
Alexander Duyck
2014-09-23
4
-1
/
+873
*
fm10k: Add transmit and receive fastpath and interrupt handlers
Alexander Duyck
2014-09-23
4
-2
/
+1038
*
fm10k: Add Tx/Rx hardware ring bring-up/tear-down
Alexander Duyck
2014-09-23
3
-0
/
+653
*
fm10k: Add service task to handle delayed events
Alexander Duyck
2014-09-23
2
-0
/
+460
*
fm10k: add support for Tx/Rx rings
Alexander Duyck
2014-09-23
4
-2
/
+323
*
fm10k: Add interrupt support
Alexander Duyck
2014-09-23
4
-0
/
+973
*
fm10k: Add support for ndo_open/stop
Alexander Duyck
2014-09-23
3
-0
/
+117
*
fm10k: Add support for L2 filtering
Alexander Duyck
2014-09-23
2
-1
/
+356
*
fm10k: Add netdev
Alexander Duyck
2014-09-23
4
-4
/
+418
*
fm10k: Add support for configuring PF interface
Alexander Duyck
2014-09-23
2
-2
/
+683
*
fm10k: Add support for PF
Alexander Duyck
2014-09-23
5
-1
/
+969
*
fm10k: Implement PF <-> SM mailbox operations
Alexander Duyck
2014-09-23
3
-1
/
+1355
*
fm10k: Add support for mailbox
Alexander Duyck
2014-09-23
4
-0
/
+608
[next]