Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
dc97a89e726c4e1830320d1db8215ef77ecebae0
/
drivers
/
net
/
ethernet
/
intel
/
i40e
0266ac4
i40e: don't truncate match_method assignment
by Keller, Jacob E
· 9 years ago
489a326
i40e: move all updates for VLAN mode into i40e_sync_vsi_filters
by Jacob Keller
· 9 years ago
9af52f6
i40e: use (add|rm)_vlan_all_mac helper functions when changing PVID
by Jacob Keller
· 9 years ago
490a4ad
i40e: factor out addition/deletion of VLAN per each MAC address
by Jacob Keller
· 9 years ago
7569702
i40e: delete filter after adding its replacement when converting
by Jacob Keller
· 9 years ago
ac9e239
i40e: refactor i40e_update_filter_state to avoid passing aq_err
by Jacob Keller
· 9 years ago
3832621
i40e: recalculate vsi->active_filters from hash contents
by Jacob Keller
· 9 years ago
1e28e86
i40e: defeature support for PTP L4 frame detection on XL710
by Jacob Keller
· 9 years ago
9108903
i40e: lock service task correctly
by Mitch Williams
· 9 years ago
f62ba91
i40e: Add functions which apply correct PHY access method for read and write operation
by Michal Kosiarz
· 9 years ago
60f000a
i40e: Add FEC for 25g
by Carolyn Wyborny
· 9 years ago
3123237
i40e: Add support for 25G devices
by Carolyn Wyborny
· 9 years ago
5951cf9
i40e: use unsigned printf format specifier for active_filters count
by Jacob Keller
· 9 years ago
3602386
Changed version from 1.6.21 to 1.6.25
by Bimmy Pujari
· 9 years ago
4f9b430
i40e: Blink LED on 1G BaseT boards
by Henry Tieman
· 9 years ago
3c7cbd4
i40e: remove code to handle dev_addr specially
by Jacob Keller
· 9 years ago
6beb84a
i40e/i40evf: napi_poll must return the work done
by Alexander Duyck
· 9 years ago
1596b5d
i40e: restore workaround for removing default MAC filter
by Jacob Keller
· 9 years ago
4293d5f
i40e: simplify txd use count calculation
by Mitch Williams
· 9 years ago
7ec9ba1
i40e: Driver prints log message on link speed change
by Filip Sadowski
· 9 years ago
23bb6dc
i40e: change message to only appear when extra debug info is wanted
by Carolyn Wyborny
· 9 years ago
e5d3220
i40e/i40evf: replace for memcpy with single memcpy call in ethtool
by Jacob Keller
· 9 years ago
435c084
i40e: set broadcast promiscuous mode for each active VLAN
by Jacob Keller
· 9 years ago
4ad9f4f
i40e: Fix for ethtool Supported link modes
by Harshitha Ramamurthy
· 9 years ago
e586bb6
i40e: Pass unknown PHY type for unknown PHYs
by Henry Tieman
· 9 years ago
27e5f25
i40e: Remove unreachable code
by Henry Tieman
· 9 years ago
2f7679e
i40e: fix panic on SPARC while changing num of desc
by Tushar Dave
· 9 years ago
64f5ead
i40e: Add protocols over MCTP to i40e_aq_discover_capabilities
by Piotr Raczynski
· 9 years ago
0b7c8b5
i40e: fix trivial typo in naming of i40e_sync_filters_subtask
by Jacob Keller
· 9 years ago
91dc1e5
i40e: Add Clause22 implementation
by Michal Kosiarz
· 9 years ago
d182a5c
i40e: avoid duplicate private flags definitions
by Jacob Keller
· 9 years ago
6a112785
i40e: remove second check of VLAN_N_VID in i40e_vlan_rx_add_vid
by Jacob Keller
· 9 years ago
7429c0b
i40e: remove error_param_int label from i40e_vc_config_promiscuous_mode_msg
by Jacob Keller
· 9 years ago
f114dca
i40e: Be much more verbose about what we can and cannot offload
by Alexander Duyck
· 9 years ago
3aa7b74
i40e: removed unreachable code
by Filip Sadowski
· 9 years ago
81fa7c9
i40e: Implementation of ERROR state for NVM update state machine
by Maciej Sosin
· 9 years ago
999b315
i40e: Fix for division by zero
by Michal Kosiarz
· 9 years ago
13fd3f9c
i40e: clear mac filter count on reset
by Mitch Williams
· 9 years ago
1dc8b53
i40e: Reorder logic for coalescing RS bits
by Alexander Duyck
· 9 years ago
4b81644
i40e: Add common function for finding VSI by type
by Alexander Duyck
· 9 years ago
1249050
i40e: replace PTP Rx timestamp hang logic
by Jacob Keller
· 9 years ago
1955126
i40e: use a mutex instead of spinlock in PTP user entry points
by Jacob Keller
· 9 years ago
144ed17
i40e: correct check for reading TSYNINDX from the receive descriptor
by Jacob Keller
· 9 years ago
0093631
i40e: remove duplicate add/delete adminq command code for filters
by Jacob Keller
· 9 years ago
cbebb85
i40e: avoid looping to check whether we're in VLAN mode
by Jacob Keller
· 9 years ago
84f5ca6
i40e: fix MAC filters when removing VLANs
by Alan Brady
· 9 years ago
4a2ce27
i40e: properly cleanup on allocation failure in i40e_sync_vsi_filters
by Jacob Keller
· 9 years ago
278e7d0
i40e: store MAC/VLAN filters in a hash with the MAC Address as key
by Jacob Keller
· 9 years ago
290d255
i40e: implement __i40e_del_filter and use where applicable
by Jacob Keller
· 9 years ago
57b341d
i40e: When searching all MAC/VLAN filters, ignore removed filters
by Jacob Keller
· 9 years ago
5feb3d7
i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlan
by Jacob Keller
· 9 years ago
35ec2ff
i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
by Jacob Keller
· 9 years ago
6622f5c
i40e: make use of __dev_uc_sync and __dev_mc_sync
by Jacob Keller
· 9 years ago
1bc87e8
i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter
by Jacob Keller
· 9 years ago
ff00f3a
i40e: Add missing \n to end of dev_err message
by Colin Ian King
· 9 years ago
27058af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
5d4ca23
i40e: Clean up handling of msglevel flags and debug parameter
by Alexander Duyck
· 9 years ago
c17ef43
i40e: Fix bit logic error in failure case
by David Ertman
· 9 years ago
cf465fe
i40e/i40evf: Changed version from 1.6.19 to 1.6.21
by Bimmy Pujari
· 9 years ago
53cb6e9
i40e: Removal of workaround for simple MAC address filter deletion
by Filip Sadowski
· 9 years ago
ab425cb
i40e: Fix for long link down notification time
by Carolyn Wyborny
· 9 years ago
99dad8b
i40e: Drop redundant Rx descriptor processing code
by Alexander Duyck
· 9 years ago
1281505
i40e: fix confusing dmesg info for ethtool -L option
by Lihong Yang
· 9 years ago
fe180a5
i40e: Make struct i40e_stats const
by Joe Perches
· 9 years ago
4adbb64
i40e/i40evf: Changed version from 1.6.16 to 1.6.19
by Bimmy Pujari
· 9 years ago
96db776
i40e/i40evf: fix interrupt affinity bug
by Alan Brady
· 9 years ago
6d6fd1b
i40e: group base mode VF offload flags
by Preethi Banala
· 9 years ago
7be96322
i40e: reopen client after reset
by Mitch Williams
· 9 years ago
e1da71c
i40e: Drop code for unsupported flow types
by Alexander Duyck
· 9 years ago
dc76212
i40e: Remove unused function i40e_vsi_lookup
by Alexander Duyck
· 9 years ago
7ed3573
i40e: Bit test mask correction
by Filip Sadowski
· 9 years ago
ed24540
i40e: Rewrite Flow Director busy wait loop
by Alexander Duyck
· 9 years ago
c73d2e8
i40e: Fix client interaction
by Carolyn Wyborny
· 9 years ago
599b076
i40e: fix call of ndo_dflt_bridge_getlink()
by Huaibin Wang
· 9 years ago
4c95aa5
i40e: disable MSI-X interrupts if we cannot reserve enough vectors
by Guilherme G Piccoli
· 9 years ago
ea6acb7
i40e: Fix configure TCs after initial DCB disable
by David Ertman
· 9 years ago
91c527a
ethernet/intel: use core min/max MTU checking
by Jarod Wilson
· 9 years ago
edfc23ee
i40e: avoid NULL pointer dereference and recursive errors on early PCI error
by Guilherme G Piccoli
· 9 years ago
abd97a9
i40e: fix sideband flow director vector allocation
by Stefan Assmann
· 9 years ago
4ce20ab
i40e: fix MSI-X vector redistribution if hw limit is reached
by Stefan Assmann
· 9 years ago
9ca57e9
i40e: check if vectors are already depleted when doing VMDq allocation
by Stefan Assmann
· 9 years ago
65e87c0
i40evf: support queue-specific settings for interrupt moderation
by Jacob Keller
· 9 years ago
a4fa59c
i40e: don't configure zero-size RSS table
by Mitch Williams
· 9 years ago
1eb846a
i40e: Strip out debugfs hook for Flow Director filter programming
by Alexander Duyck
· 9 years ago
5e02f28
i40e: Split Flow Director descriptor config into separate function
by Alexander Duyck
· 9 years ago
e486bdf
i40e/i40evf: Add txring_txq function to match fm10k and ixgbe
by Alexander Duyck
· 9 years ago
64bfd68
i40e: Fix Flow Director raw_buf cleanup
by Alexander Duyck
· 9 years ago
7ac4b5c
i40e: Increase minimum number of allocated VSI
by Akeem Abodunrin
· 9 years ago
fa90efa
i40e/i40evf: Changed version to 1.6.16
by Bimmy Pujari
· 9 years ago
ac9c5c6
i40e: removing unreachable code
by Henry Tieman
· 9 years ago
a3417d2
i40e: check conflicting ntuple/sideband rules when re-enabling ATR
by Jacob Keller
· 9 years ago
234dc4e
i40e: cleanup ATR auto_disable_flags use
by Jacob Keller
· 9 years ago
2199254
i40e: add encap csum VF offload flag
by Preethi Banala
· 9 years ago
a6cb914
i40e: fix deleting mac filters
by Alan Brady
· 9 years ago
f2c7c1d
i40e: Remove 100 Mbps SGMII support for X722
by Harshitha Ramamurthy
· 9 years ago
834d964
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 9 years ago
79aab09
net: Update API for VF vlan protocol 802.1ad support
by Moshe Shemesh
· 9 years ago
841493a
i40e: Limit TX descriptor count in cases where frag size is greater than 16K
by Alexander Duyck
· 9 years ago
b3f5c7b
i40e: Fix for extra byte swap in tunnel setup
by Carolyn Wyborny
· 9 years ago
d4a0658
i40e: Fix to check for NULL
by Carolyn Wyborny
· 9 years ago
Next »