Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
00dabd57e8207c6c7f3a5decc2c56e54951d568a
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
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
97c71e3
fm10k: Remove redundant rx_errors in ethtool
by Jeff Kirsher
· 10 years ago
f4e25f6
fm10k: Corrected an error in Tx statistics
by Jeff Kirsher
· 10 years ago
843293e
ptp: fm10k: convert to the 64 bit get/set time methods.
by Richard Cochran
· 10 years ago
eca3204
fm10k: Resolve various spelling errors and checkpatch warnings
by Matthew Vick
· 10 years ago
5bf33dc
fm10k: Implement ndo_features_check
by Matthew Vick
· 10 years ago
8c1a90a
fm10k: Modify tunnel length header check when offloading
by Matthew Vick
· 10 years ago
f4a80f1
fm10k: Resolve compile warnings with W=1
by Matthew Vick
· 10 years ago
33a44c2
fm10k: Validate VLAN ID in fm10k_update_xc_addr_pf
by Matthew Vick
· 10 years ago
b4a9d6f
fm10k: Increase the timeout for the data path reset
by Matthew Vick
· 10 years ago
b66b6d9
fm10k: Check tunnel header length in encap offload
by Joe Stringer
· 10 years ago
e2929e4
net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation feature mask
by Or Gerlitz
· 10 years ago
ba5b8dcd
fm10k: Clean-up page reuse code
by Alexander Duyck
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
124b74c
fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads
by Alexander Duyck
· 10 years ago
67fd893
ethernet/intel: Use napi_alloc_skb
by Alexander Duyck
· 10 years ago
892311f
ethtool: Support for configurable RSS hash function
by Eyal Perry
· 10 years ago
a94d9e2
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
by Alexander Duyck
· 10 years ago
c41a4fb
fm10k: use netdev_rss_key_fill() helper
by Eric Dumazet
· 10 years ago
42b17f0
fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page
by Alexander Duyck
· 10 years ago
f6b03c1
fm10k: Add CONFIG_FM10K_VXLAN configuration option
by Andy Zhou
· 10 years ago
13cb2da
fm10k: Unlock mailbox on VLAN addition failures
by Matthew Vick
· 10 years ago
4d41915
fm10k: Check the host state when bringing the interface up
by Matthew Vick
· 10 years ago
2c2b2f0
fm10k: Add skb->xmit_more support
by Alexander Duyck
· 10 years ago
42b0270
fm10k: fix race accessing page->_count
by Eric Dumazet
· 10 years ago
c9d4994
fm10k: Correctly set the number of Tx queues
by Alexander Duyck
· 10 years ago
fd33396
fm10k: Reduce buffer size when pages are larger than 4K
by Alexander Duyck
· 10 years ago
eb51bba
fm10k: using vmalloc requires including linux/vmalloc.h
by Stephen Rothwell
· 10 years ago
a211e01
fm10k: Add support for PTP
by Alexander Duyck
· 10 years ago
5f226dd
fm10k: Add support for ptp to hw specific files
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
c265386
fm10k: Add support for SR-IOV to PF core files
by Alexander Duyck
· 10 years ago
5cb8db4
fm10k: Add support for VF
by Alexander Duyck
· 10 years ago
b651957
fm10k: Add support for PF <-> VF mailbox
by Alexander Duyck
· 10 years ago
5cd5e2e
fm10k: Add support for MACVLAN acceleration
by Alexander Duyck
· 10 years ago
76a540d
fm10k: Add support for netdev offloads
by Alexander Duyck
· 10 years ago
aa3ac82
fm10k: Add support for multiple queues
by Alexander Duyck
· 10 years ago
19ae1b3
fm10k: Add support for PCI power management and error handling
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
401b538
fm10k: Add support for configuring PF interface
by Alexander Duyck
· 10 years ago
b6fec18
fm10k: Add support for PF
by Alexander Duyck
· 10 years ago
1337e6b
fm10k: Implement PF <-> SM mailbox operations
by Alexander Duyck
· 10 years ago
6b1f201
fm10k: Add support for mailbox
by Alexander Duyck
· 10 years ago
04a5aef
fm10k: Add support for basic interaction with hardware
by Alexander Duyck
· 10 years ago
ae17db0ee
fm10k: Add support for TLV message parsing and generation
by Alexander Duyck
· 10 years ago
6d2ce90
fm10k: Add register defines and basic structures
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