Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
94877768cfaa99f7b3757f29632faa5945f18872
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
9487776
fm10k: wait for queues to drain if stop_hw() fails once
by Jacob Keller
· 9 years ago
106ca42
fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDING
by Jacob Keller
· 9 years ago
34bad71
fm10k: use actual hardware registers when checking for pending Tx
by Jacob Keller
· 9 years ago
892c9e0
fm10k: perform data path reset even when switch is not ready
by Jacob Keller
· 9 years ago
ce33624
fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDING
by Jacob Keller
· 9 years ago
5e93cba
fm10k: Reset mailbox global interrupts
by Ngai-Mint Kwan
· 9 years ago
9d73ede
fm10k: prevent multiple threads updating statistics
by Jacob Keller
· 9 years ago
b624714
fm10k: avoid possible null pointer dereference in fm10k_update_stats
by Jacob Keller
· 9 years ago
1b00c6c
fm10k: no need to continue in fm10k_down if __FM10K_DOWN already set
by Jacob Keller
· 9 years ago
e5de25d
drivers/net: fixup comments after "Future-proof tunnel offload handlers"
by Sabrina Dubroca
· 9 years ago
0a38c17
fm10k: Remove create_workqueue
by Bhaktipriya Shridhar
· 9 years ago
3487588
fm10k: fix incorrect index calculation in fm10k_write_reta
by Jacob Keller
· 9 years ago
fb5677a
fm10k: Align Rx buffers to 512B blocks
by Alexander Duyck
· 9 years ago
124579d
fm10k: don't use BIT() macro where the value isn't a bitmask
by Jacob Keller
· 9 years ago
f174cdb
fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
by Alexander Duyck
· 9 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
41419b9
fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lock
by Hannes Frederic Sowa
· 9 years ago
dc1b4c2
fm10k: fix incorrect IPv6 extended header checksum
by Jacob Keller
· 9 years ago
8664109
fm10k: consistently use Intel(R) for driver names
by Jacob Keller
· 9 years ago
540a5d8
fm10k: fix possible null pointer deref after kcalloc
by Jacob Keller
· 9 years ago
11ec36a
fm10k: Reset multicast mode when deleting lport
by Ngai-Mint Kwan
· 9 years ago
fb6515c
fm10k: update comment regarding reserved bits check
by Jacob Keller
· 9 years ago
5c69df8
fm10k: use different name than FM10K_VLAN_CLEAR for override bit
by Jacob Keller
· 9 years ago
d057d9a
fm10k: use 8bit notation instead of 10bit notation for diagram
by Jacob Keller
· 9 years ago
4e160f2
fm10k: fix documentation of fm10k_tlv_parse_attr
by Jacob Keller
· 9 years ago
3417415
fm10k: do not disable PCI device in fm10k_io_error_detected
by Jacob Keller
· 9 years ago
a7a7783
fm10k: correctly handle LPORT_MAP error
by Jacob Keller
· 9 years ago
8998763
fm10k: Fix multicast mode sync issues
by Ngai-Mint Kwan
· 9 years ago
9de6a1a
fm10k: drop 1588 support
by Jacob Keller
· 9 years ago
1e4c32f
fm10k: prevent RCU issues during AER events
by Jacob Keller
· 9 years ago
2d0f76b
fm10k: use DRV_SUMMARY to reduce code duplication
by Jacob Keller
· 9 years ago
144d830
fm10k: Add support for bulk Tx cleanup & cleanup boolean logic
by Alexander Duyck
· 9 years ago
3ef2f56
fm10k: remove debug-statistics support
by Jacob Keller
· 9 years ago
09401ae
fm10k: add helper functions to set strings and data for ethtool stats
by Jacob Keller
· 9 years ago
f808c5d
fm10k: fix multi-bit VLAN update requests from VF
by Jacob Keller
· 9 years ago
0ea7fae
fm10k: use ethtool_rxfh_indir_default for default redirection table
by Jacob Keller
· 9 years ago
d8ec92f
fm10k: fix a minor typo in some comments
by Jacob Keller
· 9 years ago
4be37c4
fm10k: correctly clean up when init_queueing_scheme fails
by Jacob Keller
· 9 years ago
c4114e3
fm10k: prevent possibly uninitialized variable
by Bruce Allan
· 9 years ago
d2e0721
fm10k: add helper functions to set strings and data for ethtool stats
by Jacob Keller
· 9 years ago
c8ed563
fm10k: free MBX IRQ before clearing interrupt scheme
by Jacob Keller
· 9 years ago
61e0217
fm10k: print error message when stop_hw fails
by Jacob Keller
· 9 years ago
b352569
fm10k: base queue scheme covered by RSS
by Jacob Keller
· 9 years ago
e72319b
fm10k: don't initialize service task until later in probe
by Jacob Keller
· 9 years ago
de66c61
fm10k: prevent null pointer dereference of msix_entries table
by Jacob Keller
· 9 years ago
11c49f7
fm10k: use ether_addr_copy to copy MAC address
by Bruce Allan
· 9 years ago
1905add
fm10k: cleanup SPACE_BEFORE_TAB checkpatch warning
by Bruce Allan
· 9 years ago
838e610
fm10k: demote BUG_ON() to WARN_ON() where appropriate
by Bruce Allan
· 9 years ago
fcdb0a9
fm10k: cleanup remaining right-bit-shifted 1
by Bruce Allan
· 9 years ago
1aab144
fm10k: Move constants to the right of binary operators
by Bruce Allan
· 9 years ago
1200b68
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
fe896d1
mm: introduce page reference manipulation functions
by Joonsoo Kim
· 9 years ago
5eb4dce
net: relax setup_tc ndo op handle restriction
by John Fastabend
· 9 years ago
16e5cc6
net: rework setup_tc ndo op to consume general tc operand
by John Fastabend
· 9 years ago
e4c6734
net: rework ndo tc op to consume additional qdisc handle parameter
by John Fastabend
· 9 years ago
1012014
fm10k: don't reinitialize RSS flow table when RXFH configured
by Keller, Jacob E
· 9 years ago
0d722ec
fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
by Bruce Allan
· 9 years ago
f632fed
fm10k: cleanup mailbox code comments etc
by Bruce Allan
· 9 years ago
f355bb5
fm10k: use true/false for boolean get_host_state
by Bruce Allan
· 9 years ago
e6f244d
fm10k: remove unused struct element
by Bruce Allan
· 9 years ago
f329ad7
fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
by Bruce Allan
· 9 years ago
4e458cf
fm10k: address operator not needed when declaring function pointers
by Bruce Allan
· 9 years ago
6186ddf
fm10k: use ether_addr_equal instead of memcmp
by Jacob Keller
· 9 years ago
09f8a82
fm10k: Cleanup exception handling for changing queues
by Alexander Duyck
· 9 years ago
8c2a029
fm10k: correctly pack TLV structures and explain reasoning
by Jacob Keller
· 9 years ago
07146e2
fm10k: don't initialize fm10k_workqueue at global level
by Bruce Allan
· 9 years ago
a188222
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
by Tom Herbert
· 9 years ago
504b0fd
fm10k: initialize xps at driver load
by Jacob Keller
· 9 years ago
3d02b3d
fm10k: cleanup overly long lines
by Bruce Allan
· 9 years ago
bb269e8
fm10k: cleanup namespace pollution
by Bruce Allan
· 9 years ago
3e51564
fm10k: use BIT() macro instead of open-coded bit-shifting
by Bruce Allan
· 9 years ago
a4fcad6
fm10k: whitespace cleanups
by Bruce Allan
· 9 years ago
e214d85
fm10k: do not inline fm10k_iov_select_vid()
by Bruce Allan
· 9 years ago
e00e23b
fm10k: Cleanup exception handling for mailbox interrupt
by Alexander Duyck
· 9 years ago
587731e
fm10k: Cleanup MSI-X interrupts in case of failure
by Alexander Duyck
· 9 years ago
5682366
fm10k: conditionally compile DCB and DebugFS support
by Jacob Keller
· 9 years ago
e3b6e95
fm10k: bump driver version
by Jacob Keller
· 9 years ago
aa502b4
fm10k: consistently refer to VLANs and VLAN IDs
by Jacob Keller
· 9 years ago
b80b1a5
fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
by Jacob Keller
· 9 years ago
4ab0f79
fm10k: remove unnecessary else block from if statements with return
by Jacob Keller
· 9 years ago
40423dd
fm10k: do not use CamelCase
by Jacob Keller
· 9 years ago
f0cf5c9
fm10k: use ether_addr_copy to copy MAC address
by Jacob Keller
· 9 years ago
03d13a5
fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
by Jacob Keller
· 9 years ago
c7bc952
fm10k: TRIVIAL fix typo of hardware
by Jacob Keller
· 9 years ago
dbf4284
fm10k: change default Tx ITR to 25usec
by Jacob Keller
· 9 years ago
436ea95
fm10k: use macro for default Tx and Rx ITR values
by Jacob Keller
· 9 years ago
242722d
fm10k: Update adaptive ITR algorithm
by Jacob Keller
· 9 years ago
584373f
fm10k: introduce ITR_IS_ADAPTIVE macro
by Jacob Keller
· 9 years ago
20076fa
fm10k: Add support for ITR scaling based on PCIe link speed
by Jacob Keller
· 9 years ago
5680ea6
fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
by Jacob Keller
· 9 years ago
17d39fa
fm10k: add statistics for actual DWORD count of mbmem mailbox
by Jacob Keller
· 9 years ago
cdf32c9
fm10k: explicitly typecast vlan values to u16
by Jacob Keller
· 9 years ago
9d4955b
fm10k: Correct typecast in fm10k_update_xc_addr_pf
by Jacob Keller
· 9 years ago
875328e
fm10k: reinitialize queuing scheme after calling init_hw
by Jacob Keller
· 9 years ago
1343c65
fm10k: always check init_hw for errors
by Jacob Keller
· 9 years ago
0e8d5b5
fm10k: reset max_queues on init_hw_vf failure
by Jacob Keller
· 9 years ago
e024490
fm10k: set netdev features in one location
by Jacob Keller
· 9 years ago
f188b95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
de125aa
fm10k: use napi_schedule_irqoff()
by Alexander Duyck
· 9 years ago
Next »