Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
aa5cb02ae938d450be882adac4023d8116a5acd5
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_main.c
aa5cb02a
i40e: Map TCs with the VSI seids
by Amritha Nambiar
· 7 years ago
3e6b1cf
i40e: only redistribute MSI-X vectors when needed
by Shannon Nelson
· 7 years ago
254d152
i40e: mark PM functions as __maybe_unused
by Arnd Bergmann
· 7 years ago
8f2e9ca
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
26566ea
ethernet/intel: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
6c32e0d
i40e: fix u64 division usage
by Alan Brady
· 7 years ago
2027d4d
i40e: Add support setting TC max bandwidth rates
by Amritha Nambiar
· 7 years ago
5ecae41
i40e: Refactor VF BW rate limiting
by Amritha Nambiar
· 7 years ago
a9ce82f
i40e: Enable 'channel' mode in mqprio for TC configs
by Amritha Nambiar
· 7 years ago
8f88b30
i40e: Add infrastructure for queue channel support
by Amritha Nambiar
· 7 years ago
ff42418
i40e: Add macro for PF reset bit
by Amritha Nambiar
· 7 years ago
3d7d7a8
i40e: fix a typo
by Rami Rosen
· 7 years ago
6f853d4
i40e: allow XPS with QoS enabled
by Jacob Keller
· 7 years ago
7362be9
i40e: reduce lrxqthresh from 2 to 1
by Jacob Keller
· 7 years ago
dbadbbe
i40e/i40evf: always set the CLEARPBA flag when re-enabling interrupts
by Jacob Keller
· 7 years ago
4270255
i40e/i40evf: fix incorrect default ITR values on driver load
by Jacob Keller
· 7 years ago
19b7960
i40e: implement split PCI error reset handler
by Alan Brady
· 7 years ago
013df59
i40e: Properly maintain flow director filters list
by Filip Sadowski
· 7 years ago
9a85817
i40e: Display error message if module does not meet thermal requirements
by Filip Sadowski
· 7 years ago
7f66182
i40e: fix merge error
by Alice Michael
· 7 years ago
bd6cd4e
i40e/i40evf: use DECLARE_BITMAP for state
by Jesse Brandeburg
· 7 years ago
c3d26b7
i40e: re-enable PTP L4 capabilities for XL710 if FW >6.0
by Alan Brady
· 7 years ago
be664cb
i40e/i40evf: spread CPU affinity hints across online CPUs only
by Jacob Keller
· 7 years ago
64615b5
i40e: add private flag to control source pruning
by Mitch Williams
· 7 years ago
ab243ec
i40e: Stop dropping 802.1ad tags - eth proto 0x88a8
by Scott Peterson
· 7 years ago
e50d575
i40e: limit lan queue count in large CPU count machine
by Shannon Nelson
· 8 years ago
22b96551
i40e: refactor FW version checking
by Mitch Williams
· 8 years ago
b980c06
i40e: shutdown all IRQs and disable MSI-X when suspended
by Jacob Keller
· 8 years ago
5c49922
i40e: prevent service task from running while we're suspended
by Jacob Keller
· 8 years ago
401586c
i40e: don't clear suspended state until we finish resuming
by Jacob Keller
· 8 years ago
0e5d3da
i40e: use newer generic PM support instead of legacy PM callbacks
by Jacob Keller
· 8 years ago
c17401a
i40e: use separate state bit for miscellaneous IRQ setup
by Jacob Keller
· 8 years ago
0dc8692
i40e: fix for flow director counters not wrapping as expected
by Mariusz Stachura
· 8 years ago
e04ea00
i40e: relax warning message in case of version mismatch
by Mariusz Stachura
· 8 years ago
3fded46
i40e: simplify member variable accesses
by Sudheer Mogilappagari
· 8 years ago
9a03449
i40e: Fix link down message when interface is brought up
by Sudheer Mogilappagari
· 8 years ago
16badf7
i40e: Fix unqualified module message while bringing link up
by Sudheer Mogilappagari
· 8 years ago
759dc4a
i40e: initialize our affinity_mask based on cpu_possible_mask
by Jacob Keller
· 8 years ago
ba4460d
i40e: remove workaround for resetting XPS
by Jacob Keller
· 8 years ago
1927923
i40e: Fix for unused value issue found by static analysis
by Carolyn Wyborny
· 8 years ago
68e4970
i40e: 25G FEC status improvements
by Mariusz Stachura
· 8 years ago
8c9eb35
i40e: force VMDQ device name truncation
by Jacob Keller
· 8 years ago
7e4d01e
i40e: use cpumask_copy instead of direct assignment
by Jacob Keller
· 8 years ago
fcf6cfc
i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlan
by Jacob Keller
· 8 years ago
10a955f
i40e: Detect ATR HW Evict NVM issue and disable the feature
by Anjali Singhai Jain
· 8 years ago
28921a0
i40e: remove workaround for Open Firmware MAC address
by Jacob Keller
· 8 years ago
d36e41d
i40e: separate hw_features from runtime changing flags
by Jacob Keller
· 8 years ago
5a43319
i40e: Fix a bug with VMDq RSS queue allocation
by Anjali Singhai Jain
· 8 years ago
1e3a5fd
i40e/i40evf: adjust packet size to account for double VLANs
by Mitch Williams
· 8 years ago
de4784c
net: sched: get rid of struct tc_to_netdev
by Jiri Pirko
· 7 years ago
38cf042
net: sched: change return value of ndo_setup_tc for driver supporting mqprio only
by Jiri Pirko
· 7 years ago
5fd9fc4
net: sched: push cls related args into cls_common structure
by Jiri Pirko
· 7 years ago
2572ac5
net: sched: make type an argument for ndo_setup_tc
by Jiri Pirko
· 7 years ago
eb23039
i40e: report BPF prog id during XDP_QUERY_PROG
by Daniel Borkmann
· 8 years ago
d8b2c70
i40e: display correct UDP tunnel type name
by Jacob Keller
· 8 years ago
b85c94b
i40e/i40evf: remove mismatched type warnings
by Jesse Brandeburg
· 8 years ago
4d5957c
i40e: remove WQ_UNBOUND and the task limit of our workqueue
by Jacob Keller
· 8 years ago
7c9ae7f
i40e: Fix for trace found with S4 state
by Carolyn Wyborny
· 8 years ago
dfc4ff6
i40e: don't hold RTNL lock for the entire reset
by Jacob Keller
· 8 years ago
7642984
i40e: Handle PE_CRITERR properly with IWARP enabled
by Catherine Sullivan
· 8 years ago
2e5c26ea
i40e: clear only cause_ena bit
by Shannon Nelson
· 8 years ago
e588723
i40e: fix disabling overflow promiscuous mode
by Alan Brady
· 8 years ago
5bbb2e2
i40e: Add support for OEM firmware version
by Filip Sadowski
· 8 years ago
4fc8c67
i40e: genericize the partition bandwidth control
by Shannon Nelson
· 8 years ago
74608d1
i40e: add support for XDP_TX action
by Björn Töpel
· 8 years ago
0c8493d
i40e: add XDP support for pass and drop actions
by Björn Töpel
· 8 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
6964e53
i40e: fix handling of HW ATR eviction
by Jacob Keller
· 8 years ago
a5fcf8a
net: propagate tc filter chain index down the ndo_setup_tc call
by Jiri Pirko
· 8 years ago
216fe8f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
9e6c9c0
i40e: Fix state flags for bit set and clean operations of PF
by Mauro S. M. Rodrigues
· 8 years ago
0bc0706
i40e: check for Tx timestamp timeouts during watchdog
by Jacob Keller
· 8 years ago
6118955
i40e: use pf data structure directly in i40e_ptp_rx_hang
by Jacob Keller
· 8 years ago
47994c1
i40e: remove hw_disabled_flags in favor of using separate flag bits
by Jacob Keller
· 8 years ago
0da36b9
i40e: use DECLARE_BITMAP for state fields
by Jacob Keller
· 8 years ago
d19cb64
i40e: separate PF and VSI state flags
by Jacob Keller
· 8 years ago
2318b40
i40e: remove unnecessary msleep() delay in i40e_free_vfs
by Jacob Keller
· 8 years ago
1f190d9
i40e: Reprogram port offloads after reset
by Alexander Duyck
· 8 years ago
27826fd
i40e: rename index to port to avoid confusion
by Jacob Keller
· 8 years ago
6322e63
i40e: properly spell I40E_VF_STATE_* flags
by Jacob Keller
· 8 years ago
3480756
i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED state
by Jacob Keller
· 8 years ago
e4b433f
i40e: reset all VFs in parallel when rebuilding PF
by Jacob Keller
· 8 years ago
c768e49
i40e: factor out queue control from i40e_vsi_control_(tx|rx)
by Jacob Keller
· 8 years ago
024b05f
i40e: don't hold RTNL lock while waiting for VF reset to finish
by Jacob Keller
· 8 years ago
ed0980c
i40e/i40evf: Add tracepoints
by Scott Peterson
· 8 years ago
ca9ec08
i40e/i40evf: Add support for padding start of frames
by Alexander Duyck
· 8 years ago
98efd69
i40e/i40evf: Add support for using order 1 pages with a 3K buffer
by Alexander Duyck
· 8 years ago
78786d4
i40e: remove I40E_FLAG_NEED_LINK_UPDATE
by Alice Michael
· 8 years ago
af26ce2
i40e: remove extraneous loop in i40e_vsi_wait_queues_disabled
by Jacob Keller
· 8 years ago
41c4c2b
i40e: allow look-up of MAC address from Open Firmware or IDPROM
by Jacob Keller
· 8 years ago
17daabb
i40e: Simplify i40e_detect_recover_hung_queue logic
by Alan Brady
· 8 years ago
373149f
i40e: Decrease the scope of rtnl lock
by Maciej Sosin
· 8 years ago
004eb61
i40e: only register client on iWarp-capable devices
by Mitch Williams
· 8 years ago
921c467
i40e: close client on remove and shutdown
by Mitch Williams
· 8 years ago
bacd75c
i40e/i40evf: Add capability exchange for outer checksum
by Preethi Banala
· 8 years ago
6f14f44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
d08a9f6
i40e: fix for queue timing delays
by Wyborny, Carolyn
· 8 years ago
dab86af
i40e/i40evf: Change the way we limit the maximum frame size for Rx
by Alexander Duyck
· 8 years ago
d9eaf12
i40e: remove a useless goto statement
by Jacob Keller
· 8 years ago
1fca326
i40e: Check for new arq elements before leaving the adminq subtask loop
by Christopher N Bednarz
· 8 years ago
Next »