index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-30
i40e: remove hw_disabled_flags in favor of using separate flag bits
Jacob Keller
4
-52
/
+38
2017-04-30
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
8
-171
/
+177
2017-04-30
i40e: separate PF and VSI state flags
Jacob Keller
5
-44
/
+50
2017-04-30
i40e: remove unnecessary msleep() delay in i40e_free_vfs
Jacob Keller
2
-3
/
+1
2017-04-30
i40e: amortize wait time when disabling lots of VFs
Jacob Keller
1
-2
/
+14
2017-04-30
i40e: Reprogram port offloads after reset
Alexander Duyck
1
-0
/
+20
2017-04-30
i40e: rename index to port to avoid confusion
Jacob Keller
2
-6
/
+6
2017-04-30
i40e: make use of i40e_reset_all_vfs when initializing new VFs
Jacob Keller
2
-3
/
+8
2017-04-30
i40e: properly spell I40E_VF_STATE_* flags
Jacob Keller
4
-58
/
+58
2017-04-19
i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED state
Jacob Keller
2
-11
/
+7
2017-04-19
i40e: reset all VFs in parallel when rebuilding PF
Jacob Keller
4
-6
/
+129
2017-04-19
i40e: split some code in i40e_reset_vf into helpers
Jacob Keller
1
-37
/
+72
2017-04-19
i40e: reduce wait time for adminq command completion
Jacob Keller
2
-3
/
+3
2017-04-19
i40e: fix CONFIG_BUSY checks in i40e_set_settings function
Jacob Keller
1
-9
/
+29
2017-04-19
i40e: factor out queue control from i40e_vsi_control_(tx|rx)
Jacob Keller
1
-50
/
+89
2017-04-19
i40e: don't hold RTNL lock while waiting for VF reset to finish
Jacob Keller
1
-2
/
+9
2017-04-19
i40e: new AQ commands
Jingjing Wu
4
-0
/
+343
2017-04-19
i40e/i40evf: Add tracepoints
Scott Peterson
4
-0
/
+247
2017-04-19
i40e: dump VF information in debugfs
Mitch Williams
1
-0
/
+51
2017-04-19
i40e: Fix support for flow director programming status
Alexander Duyck
2
-27
/
+38
2017-04-08
i40e/i40evf: Use build_skb to build frames
Alexander Duyck
1
-0
/
+47
2017-04-08
i40e/i40evf: Add support for padding start of frames
Alexander Duyck
3
-4
/
+90
2017-04-08
i40e/i40evf: Add support for using order 1 pages with a 3K buffer
Alexander Duyck
3
-14
/
+28
2017-04-08
i40e: clean up historic deprecated flag definitions
Jacob Keller
1
-3
/
+0
2017-04-08
i40e: remove I40E_FLAG_NEED_LINK_UPDATE
Alice Michael
2
-2
/
+0
2017-04-08
i40e: remove extraneous loop in i40e_vsi_wait_queues_disabled
Jacob Keller
1
-7
/
+3
2017-04-08
i40e: allow look-up of MAC address from Open Firmware or IDPROM
Jacob Keller
1
-13
/
+16
2017-04-08
i40e: Simplify i40e_detect_recover_hung_queue logic
Alan Brady
5
-64
/
+15
2017-04-08
i40e: Decrease the scope of rtnl lock
Maciej Sosin
3
-45
/
+101
2017-04-08
i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR Eviction
Alexander Duyck
1
-4
/
+2
2017-04-08
i40e: update error message when trying to add invalid filters
Jacob Keller
1
-4
/
+5
2017-04-08
i40e: only register client on iWarp-capable devices
Mitch Williams
1
-8
/
+11
2017-04-06
i40e: close client on remove and shutdown
Mitch Williams
1
-0
/
+10
2017-04-06
i40e: register existing client on probe
Mitch Williams
1
-0
/
+6
2017-04-06
i40e: remove client instance on driver unload
Mitch Williams
1
-0
/
+3
2017-04-06
i40e/i40evf: Add capability exchange for outer checksum
Preethi Banala
3
-26
/
+36
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+12
2017-03-29
i40e: fix for queue timing delays
Wyborny, Carolyn
1
-0
/
+6
2017-03-29
i40e/i40evf: Change the way we limit the maximum frame size for Rx
Alexander Duyck
2
-15
/
+15
2017-03-29
i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flow
Alexander Duyck
2
-1
/
+5
2017-03-29
i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag code
Alexander Duyck
1
-73
/
+65
2017-03-29
i40e/i40evf: Pull out code for cleaning up Rx buffers
Alexander Duyck
1
-28
/
+45
2017-03-29
i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_buffer
Alexander Duyck
1
-24
/
+34
2017-03-29
i40e/i40evf: Use length to determine if descriptor is done
Alexander Duyck
1
-12
/
+12
2017-03-29
i40e: remove FDIR_REQUIRES_REINIT driver flag
Jacob Keller
1
-1
/
+0
2017-03-29
i40e: remove a useless goto statement
Jacob Keller
1
-4
/
+0
2017-03-29
i40e: Check for new arq elements before leaving the adminq subtask loop
Christopher N Bednarz
1
-2
/
+4
2017-03-29
i40e: use register for XL722 control register read/write
Paul M Stillwell Jr
1
-2
/
+6
2017-03-29
i40e: Clean up handling of private flags
Alexander Duyck
2
-85
/
+112
2017-03-27
i40e: initialize params before notifying of l2_param_changes
Jacob Keller
1
-0
/
+2
[next]