index
:
talos-op-linux
master
Talos™ II 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
/
i40e
Commit message (
Expand
)
Author
Age
Files
Lines
*
i40e: Fix a sleep-in-atomic bug
Jia-Ju Bai
2017-06-14
1
-0
/
+2
*
i40e: fix handling of HW ATR eviction
Jacob Keller
2017-06-12
4
-7
/
+9
*
i40e/i40evf: proper update of the page_offset field
Björn Töpel
2017-06-06
1
-1
/
+2
*
i40e: Fix state flags for bit set and clean operations of PF
Mauro S. M. Rodrigues
2017-06-06
1
-18
/
+18
*
i40e: remove hw_disabled_flags in favor of using separate flag bits
Jacob Keller
2017-04-30
4
-52
/
+38
*
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
2017-04-30
8
-171
/
+177
*
i40e: separate PF and VSI state flags
Jacob Keller
2017-04-30
5
-44
/
+50
*
i40e: remove unnecessary msleep() delay in i40e_free_vfs
Jacob Keller
2017-04-30
2
-3
/
+1
*
i40e: amortize wait time when disabling lots of VFs
Jacob Keller
2017-04-30
1
-2
/
+14
*
i40e: Reprogram port offloads after reset
Alexander Duyck
2017-04-30
1
-0
/
+20
*
i40e: rename index to port to avoid confusion
Jacob Keller
2017-04-30
2
-6
/
+6
*
i40e: make use of i40e_reset_all_vfs when initializing new VFs
Jacob Keller
2017-04-30
2
-3
/
+8
*
i40e: properly spell I40E_VF_STATE_* flags
Jacob Keller
2017-04-30
4
-58
/
+58
*
i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED state
Jacob Keller
2017-04-19
2
-11
/
+7
*
i40e: reset all VFs in parallel when rebuilding PF
Jacob Keller
2017-04-19
4
-6
/
+129
*
i40e: split some code in i40e_reset_vf into helpers
Jacob Keller
2017-04-19
1
-37
/
+72
*
i40e: reduce wait time for adminq command completion
Jacob Keller
2017-04-19
2
-3
/
+3
*
i40e: fix CONFIG_BUSY checks in i40e_set_settings function
Jacob Keller
2017-04-19
1
-9
/
+29
*
i40e: factor out queue control from i40e_vsi_control_(tx|rx)
Jacob Keller
2017-04-19
1
-50
/
+89
*
i40e: don't hold RTNL lock while waiting for VF reset to finish
Jacob Keller
2017-04-19
1
-2
/
+9
*
i40e: new AQ commands
Jingjing Wu
2017-04-19
4
-0
/
+343
*
i40e/i40evf: Add tracepoints
Scott Peterson
2017-04-19
4
-0
/
+247
*
i40e: dump VF information in debugfs
Mitch Williams
2017-04-19
1
-0
/
+51
*
i40e: Fix support for flow director programming status
Alexander Duyck
2017-04-19
2
-27
/
+38
*
i40e/i40evf: Use build_skb to build frames
Alexander Duyck
2017-04-08
1
-0
/
+47
*
i40e/i40evf: Add support for padding start of frames
Alexander Duyck
2017-04-08
3
-4
/
+90
*
i40e/i40evf: Add support for using order 1 pages with a 3K buffer
Alexander Duyck
2017-04-08
3
-14
/
+28
*
i40e: clean up historic deprecated flag definitions
Jacob Keller
2017-04-08
1
-3
/
+0
*
i40e: remove I40E_FLAG_NEED_LINK_UPDATE
Alice Michael
2017-04-08
2
-2
/
+0
*
i40e: remove extraneous loop in i40e_vsi_wait_queues_disabled
Jacob Keller
2017-04-08
1
-7
/
+3
*
i40e: allow look-up of MAC address from Open Firmware or IDPROM
Jacob Keller
2017-04-08
1
-13
/
+16
*
i40e: Simplify i40e_detect_recover_hung_queue logic
Alan Brady
2017-04-08
5
-64
/
+15
*
i40e: Decrease the scope of rtnl lock
Maciej Sosin
2017-04-08
3
-45
/
+101
*
i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR Eviction
Alexander Duyck
2017-04-08
1
-4
/
+2
*
i40e: update error message when trying to add invalid filters
Jacob Keller
2017-04-08
1
-4
/
+5
*
i40e: only register client on iWarp-capable devices
Mitch Williams
2017-04-08
1
-8
/
+11
*
i40e: close client on remove and shutdown
Mitch Williams
2017-04-06
1
-0
/
+10
*
i40e: register existing client on probe
Mitch Williams
2017-04-06
1
-0
/
+6
*
i40e: remove client instance on driver unload
Mitch Williams
2017-04-06
1
-0
/
+3
*
i40e/i40evf: Add capability exchange for outer checksum
Preethi Banala
2017-04-06
3
-26
/
+36
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-4
/
+12
|
\
|
*
i40e: Do not enable NAPI on q_vectors that have no rings
Alexander Duyck
2017-03-24
1
-4
/
+12
*
|
i40e: fix for queue timing delays
Wyborny, Carolyn
2017-03-29
1
-0
/
+6
*
|
i40e/i40evf: Change the way we limit the maximum frame size for Rx
Alexander Duyck
2017-03-29
2
-15
/
+15
*
|
i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flow
Alexander Duyck
2017-03-29
2
-1
/
+5
*
|
i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag code
Alexander Duyck
2017-03-29
1
-73
/
+65
*
|
i40e/i40evf: Pull out code for cleaning up Rx buffers
Alexander Duyck
2017-03-29
1
-28
/
+45
*
|
i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_buffer
Alexander Duyck
2017-03-29
1
-24
/
+34
*
|
i40e/i40evf: Use length to determine if descriptor is done
Alexander Duyck
2017-03-29
1
-12
/
+12
*
|
i40e: remove FDIR_REQUIRES_REINIT driver flag
Jacob Keller
2017-03-29
1
-1
/
+0
[next]