Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d2901b0739a42a5669ae33356206591a6bd3a64c
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
/
fm10k.h
dda9d57
fm10k: remove ndo_poll_controller
by Eric Dumazet
· 6 years ago
51dce24
net: intel: Cleanup the copyright/license headers
by Jeff Kirsher
· 7 years ago
ae06c70
intel: add SPDX identifiers to all the Intel drivers
by Jeff Kirsher
· 7 years ago
3e256ac
fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bw
by Jacob Keller
· 7 years ago
fc91736
fm10k: introduce a message queue for MAC/VLAN messages
by Jacob Keller
· 8 years ago
b4fcd43
fm10k: use spinlock to implement mailbox lock
by Jacob Keller
· 8 years ago
0b40f45
fm10k: prepare_for_reset() when we lose PCIe Link
by Jacob Keller
· 8 years ago
b4fd8ff
fm10k: allow service task to reschedule itself
by Jacob Keller
· 8 years ago
4692955
fm10k: future-proof state bitmaps using DECLARE_BITMAP
by Jacob Keller
· 8 years ago
3ee7b3a
fm10k: use a BITMAP for flags to avoid race conditions
by Jacob Keller
· 8 years ago
0035ddf
fm10k: remove FM10K_FLAG_DEBUG_STATS
by Jacob Keller
· 8 years ago
b5db29f
fm10k: report the receive timestamp in FM10K_CB(skb)->tstamp
by Jacob Keller
· 8 years ago
79aab09
net: Update API for VF vlan protocol 802.1ad support
by Moshe Shemesh
· 8 years ago
1ad7829
fm10k: add support for Rx offloads on one Geneve tunnel
by Jacob Keller
· 9 years ago
f92e0e4
fm10k: rework vxlan_port offload before adding geneve support
by Jacob Keller
· 8 years ago
88cdcfe
fm10k: remove fm10k_get_reta_size from namespace
by Jacob Keller
· 9 years ago
5b9e443
fm10k: use software values when checking for Tx hangs in hot path
by Jacob Keller
· 9 years ago
9487776
fm10k: wait for queues to drain if stop_hw() fails once
by Jacob Keller
· 9 years ago
9d73ede
fm10k: prevent multiple threads updating statistics
by Jacob Keller
· 9 years ago
124579d
fm10k: don't use BIT() macro where the value isn't a bitmask
by Jacob Keller
· 9 years ago
8664109
fm10k: consistently use Intel(R) for driver names
by Jacob Keller
· 9 years ago
a7a7783
fm10k: correctly handle LPORT_MAP error
by Jacob Keller
· 9 years ago
9de6a1a
fm10k: drop 1588 support
by Jacob Keller
· 9 years ago
0ea7fae
fm10k: use ethtool_rxfh_indir_default for default redirection table
by Jacob Keller
· 9 years ago
fcdb0a9
fm10k: cleanup remaining right-bit-shifted 1
by Bruce Allan
· 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
3e51564
fm10k: use BIT() macro instead of open-coded bit-shifting
by Bruce Allan
· 9 years ago
5682366
fm10k: conditionally compile DCB and DebugFS support
by Jacob Keller
· 9 years ago
aa502b4
fm10k: consistently refer to VLANs and VLAN IDs
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
e024490
fm10k: set netdev features in one location
by Jacob Keller
· 9 years ago
8c7ee6d
fm10k: Correct MTU for jumbo frames
by Jacob Keller
· 9 years ago
80043f3
fm10k: add support for extra debug statistics
by Jacob Keller
· 10 years ago
b382bb1
fm10k: use separate workqueue for fm10k driver
by Jeff Kirsher
· 10 years ago
8b4a98c
fm10k: Add netconsole support
by Jeff Kirsher
· 10 years ago
97c71e3
fm10k: Remove redundant rx_errors in ethtool
by Jeff Kirsher
· 10 years ago
5bf33dc
fm10k: Implement ndo_features_check
by Matthew Vick
· 10 years ago
fd33396
fm10k: Reduce buffer size when pages are larger than 4K
by Alexander Duyck
· 10 years ago
a211e01
fm10k: Add support for PTP
by Alexander Duyck
· 10 years ago
7461fd9
fm10k: Add support for debugfs
by Alexander Duyck
· 10 years ago
9f801ab
fm10k: Add support for IEEE DCBx
by Alexander Duyck
· 10 years ago
883a9cc
fm10k: Add support for SR-IOV to driver
by Alexander Duyck
· 10 years ago
5cb8db4
fm10k: Add support for VF
by Alexander Duyck
· 10 years ago
5cd5e2e
fm10k: Add support for MACVLAN acceleration
by Alexander Duyck
· 10 years ago
aa3ac82
fm10k: Add support for multiple queues
by Alexander Duyck
· 10 years ago
82dd0f7
fm10k: Add ethtool support
by Alexander Duyck
· 10 years ago
b101c96
fm10k: Add transmit and receive fastpath and interrupt handlers
by Alexander Duyck
· 10 years ago
3abaae4
fm10k: Add Tx/Rx hardware ring bring-up/tear-down
by Alexander Duyck
· 10 years ago
b7d8514
fm10k: Add service task to handle delayed events
by Alexander Duyck
· 10 years ago
e27ef59
fm10k: add support for Tx/Rx rings
by Alexander Duyck
· 10 years ago
18283ca
fm10k: Add interrupt support
by Alexander Duyck
· 10 years ago
504c5ea
fm10k: Add support for ndo_open/stop
by Alexander Duyck
· 10 years ago
8f5e20d
fm10k: Add support for L2 filtering
by Alexander Duyck
· 10 years ago
0e7b364
fm10k: Add netdev
by Alexander Duyck
· 10 years ago
04a5aef
fm10k: Add support for basic interaction with hardware
by Alexander Duyck
· 10 years ago
b3890e3
fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface Driver
by Alexander Duyck
· 10 years ago