Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
db13f54fc864908cf339ef603d477285e474a807
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
« Previous
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
9f87298
fm10k: Fix handling of NAPI budget when multiple queues are enabled per vector
by Alexander Duyck
· 9 years ago
8c7ee6d
fm10k: Correct MTU for jumbo frames
by Jacob Keller
· 9 years ago
1340181f
fm10k: do not assume VF always has 1 queue
by Jacob Keller
· 9 years ago
6f97532
fm10k: fix memory leak
by stephen hemminger
· 9 years ago
32b3e08
drivers/net/intel: use napi_complete_done()
by Jesse Brandeburg
· 9 years ago
47ea032
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
by Ivan Vecera
· 9 years ago
b4a5127
fm10k: do not use enum as boolean
by Jacob Keller
· 9 years ago
f6f19f8
fm10k: use snprintf() instead of sprintf() to avoid buffer overflow
by Jacob Keller
· 9 years ago
80043f3
fm10k: add support for extra debug statistics
by Jacob Keller
· 9 years ago
15aa49c
fm10k: TRIVIAL remove unnecessary comma
by Jacob Keller
· 9 years ago
afadfd2
fm10k: create "correct" header for the remote end on connect
by Jacob Keller
· 9 years ago
4b09728e
fm10k: drop transmitted messages in Tx FIFO as part of reset_work
by Jacob Keller
· 9 years ago
8427672
fm10k: remove comment about rtnl_lock around mbx operations
by Jacob Keller
· 9 years ago
9adbac5
fm10k: fix iov_msg_mac_vlan_pf VID checks
by Jacob Keller
· 9 years ago
ac98100
fm10k: Only trigger data path reset if fabric is up
by Alexander Duyck
· 9 years ago
95f4f8d
fm10k: re-enable VF after a full reset on detection of a Malicious event
by Jacob Keller
· 9 years ago
5c2d642
fm10k: TRIVIAL fix typo in fm10k_netdev.c
by Jacob Keller
· 9 years ago
e71c931
fm10k: send traffic on default VID to VLAN device if we have one
by Jacob Keller
· 9 years ago
6fbc6b3
fm10k: TRIVIAL fix up ordering of __always_unused and style
by Jacob Keller
· 9 years ago
855c40f
fm10k: remove is_slot_appropriate
by Jacob Keller
· 9 years ago
b655a5c
fm10k: don't store sw_vid at reset
by Jacob Keller
· 9 years ago
3f0bdb2
fm10k: allow creation of VLAN interfaces even while down
by Jacob Keller
· 9 years ago
0ff3667
fm10k: Report MAC address on driver load
by Alexander Duyck
· 9 years ago
aae072e
fm10k: Don't assume page fragments are page size
by Alexander Duyck
· 9 years ago
bdc7f59
fm10k: update netdev perm_addr during reinit, instead of at up
by Jacob Keller
· 9 years ago
106c07a
fm10k: update fm10k_slot_warn to use pcie_get_minimum link
by Jacob Keller
· 9 years ago
56f0569
fm10k: only prevent removal of default VID rules
by Jacob Keller
· 9 years ago
e402966
fm10k: disable service task during suspend
by Jacob Keller
· 9 years ago
2f064f3
mm: make page pfmemalloc check more robust
by Michal Hocko
· 9 years ago
986eec4
fm10k: Fix missing braces after if statement
by Alexander Duyck
· 9 years ago
ee4373e7
fm10k: fix iov_msg_lport_state_pf issue
by Jacob Keller
· 9 years ago
d18c438
fm10k: remove err_no reference in fm10k_mbx.c
by Jacob Keller
· 9 years ago
646725a
fm10k: fix incorrect DIR_NEVATIVE bit in 1588 code
by Jacob Keller
· 9 years ago
7fef393
fm10k: pack TLV overlay structures
by Jacob Keller
· 9 years ago
fba341d
fm10k: re-map all possible VF queues after a VFLR
by Jacob Keller
· 9 years ago
a38488f
fm10k: force LPORT delete when updating VLAN or MAC address
by Jacob Keller
· 9 years ago
c04ae58
fm10k: use dma_set_mask_and_coherent in fm10k_probe
by Jacob Keller
· 9 years ago
0197cde
fm10k: trivial fixup message style to include a colon
by Jacob Keller
· 9 years ago
f1f3322
fm10k: remove extraneous NULL check on l2_accel
by Jacob Keller
· 9 years ago
c0e58e9
fm10k: use an unsigned int for i in ethtool_get_strings
by Jacob Keller
· 9 years ago
ec6acb8
fm10k: add call to fm10k_clean_all_rx_rings in fm10k_down
by Jacob Keller
· 9 years ago
c23544b
fm10k: fix incorrect free on skb in ts_tx_enqueue
by Jacob Keller
· 9 years ago
e075996
fm10k: move setting shinfo inside ts_tx_enqueue
by Jacob Keller
· 9 years ago
608bb14
fm10k: use correct ethernet driver Tx timestamp function
by Jacob Keller
· 9 years ago
745136a
fm10k: ignore invalid multicast address entries
by Jacob Keller
· 9 years ago
1a8782e
fm10k: fold fm10k_pull_tail into fm10k_add_rx_frag
by Alexander Duyck
· 10 years ago
5948632
fm10k: Do not assume budget will never be 0 for NAPI
by Alexander Duyck
· 10 years ago
f4f88c6
fm10k: Bump driver version to 0.15.2
by Jeff Kirsher
· 10 years ago
b32d15b
fm10k: corrected VF multicast update
by Jeff Kirsher
· 10 years ago
da61b36
fm10k: mbx_update_max_size does not drop all oversized messages
by Jeff Kirsher
· 10 years ago
78288e3
fm10k: reset head instead of calling update_max_size
by Jeff Kirsher
· 10 years ago
750c607
fm10k: renamed mbx_tx_dropped to mbx_tx_oversized
by Jeff Kirsher
· 10 years ago
a7731cc
fm10k: update xcast mode before synchronizing multicast addresses
by Jeff Kirsher
· 10 years ago
54b3c9c
fm10k: start service timer on probe
by Jeff Kirsher
· 10 years ago
4185756
fm10k: fix function header comment
by Jeff Kirsher
· 10 years ago
ada2411
fm10k: comment next_vf_mbx flow
by Jeff Kirsher
· 10 years ago
9de15bd
fm10k: don't handle mailbox events in iov_event path and always process mailbox
by Jeff Kirsher
· 10 years ago
b382bb1
fm10k: use separate workqueue for fm10k driver
by Jeff Kirsher
· 10 years ago
ded8b20
fm10k: Set PF queues to unlimited bandwidth during virtualization
by Jeff Kirsher
· 10 years ago
e05546e
fm10k: expose tx_timeout_count as an ethtool stat
by Jeff Kirsher
· 10 years ago
10df06f
fm10k: only increment tx_timeout_count in Tx hang path
by Jeff Kirsher
· 10 years ago
5deaf50
fm10k: remove extraneous "Reset interface" message
by Jeff Kirsher
· 10 years ago
fbdb159
fm10k: separate PF only stats so that VF does not display them
by Jeff Kirsher
· 10 years ago
c0e6178
fm10k: use hw->mac.max_queues for stats
by Jeff Kirsher
· 10 years ago
29a928e
fm10k: only show actual queues, not the maximum in hardware
by Jeff Kirsher
· 10 years ago
661b206
fm10k: allow creation of VLAN on default vid
by Jeff Kirsher
· 10 years ago
de44519
fm10k: fix unused warnings
by Jeff Kirsher
· 10 years ago
8b4a98c
fm10k: Add netconsole support
by Jeff Kirsher
· 10 years ago
4c16cea
fm10k: Have the VF get the default VLAN during init
by Jeff Kirsher
· 10 years ago
a4bcea8
fm10k: Correct spelling mistake
by Jeff Kirsher
· 10 years ago
Next »