Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dc43f46a9b6988a40d4e11d05b8107d4546c61b9
/
drivers
/
net
/
ethernet
/
sfc
/
ef10.c
148cbab
sfc: don't insert mc_list on low-latency firmware if it's too long
by Edward Cree
· 8 years ago
6d43131
sfc: fix IPID endianness in TSOv2
by Edward Cree
· 8 years ago
d0346b0
sfc: avoid max() in array size
by Edward Cree
· 8 years ago
9c568fd
sfc: do not device_attach if a reset is pending
by Peter Dunning
· 8 years ago
105eac6
sfc: forget filters from sw table if hw replies ENOENT on removing them
by Bert Kenward
· 8 years ago
0ccb998
sfc: fix filter_id misinterpretation in edge case
by Jon Cooper
· 8 years ago
6f9f6ec
sfc: MSI-X is the only interrupt mode for EF10 VFs
by Andrew Rybchenko
· 8 years ago
90d2ea9
sfc: fix swapped arguments to efx_ef10_handle_rx_event_errors
by Edward Cree
· 8 years ago
e5fbd97
sfc: configure UDP tunnel offload ports
by Jon Cooper
· 8 years ago
da50ae2
sfc: set csum_level for encapsulated packets
by Jon Cooper
· 8 years ago
a0ee354
sfc: process RX event inner checksum flags
by Jon Cooper
· 8 years ago
ee467fb
sfc: fix an off by one bug
by Dan Carpenter
· 8 years ago
e990499
sfc: fix an off-by-one compare on an array size
by Colin Ian King
· 8 years ago
9b41080
sfc: insert catch-all filters for encapsulated traffic
by Edward Cree
· 8 years ago
34e7aef
sfc: refactor debug-or-warnings printks
by Jon Cooper
· 8 years ago
2d3d4ec
sfc: fixes to filter restore handling
by Jon Cooper
· 8 years ago
6eacfb5
sfc: reduce severity of PIO buffer alloc failures
by Tomáš Pilař
· 8 years ago
a707d18
sfc: read back RX hash config from the NIC when querying it with ethtool -x
by Edward Cree
· 8 years ago
f74d199
sfc: support setting RSS hash key through ethtool API
by Edward Cree
· 8 years ago
c634700
sfc: get PIO buffer size from the NIC
by Edward Cree
· 8 years ago
de1deff
sfc: allow PIO more often
by Edward Cree
· 8 years ago
0d71a84
sfc: stop setting dev_port
by Bert Kenward
· 8 years ago
08a7b29b
sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOV
by Bert Kenward
· 8 years ago
4fdda95
sfc: don't report RX hash keys to ethtool when RSS wasn't enabled
by Edward Cree
· 8 years ago
e01b16a
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
by Edward Cree
· 8 years ago
46d1efd
sfc: remove Software TSO
by Edward Cree
· 8 years ago
e638ee1
sfc: handle failure to allocate TSOv2 contexts
by Edward Cree
· 8 years ago
e9117e5
sfc: Firmware-Assisted TSO version 2
by Bert Kenward
· 8 years ago
b718c88
sfc: report 4-tuple UDP hashing to ethtool, if it's enabled
by Edward Cree
· 8 years ago
a33a4c7
sfc: enable 4-tuple RSS hashing for UDP
by Edward Cree
· 8 years ago
6abdd5f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
942e298
sfc: work around TRIGGER_INTERRUPT command not working on SFC9140
by Jon Cooper
· 8 years ago
df0562c
sfc: remove duplicate assignment
by Edward Cree
· 8 years ago
69b365c
sfc: include size-binned TX stats on sfn8542q
by Edward Cree
· 8 years ago
e70c70c3
sfc: fix potential stack corruption from running past stat bitmask
by Andrew Rybchenko
· 8 years ago
c7b256f
sfc: avoid division by zero
by Edward Cree
· 8 years ago
d95e329
sfc: get timer configuration from adapter
by Bert Kenward
· 8 years ago
539de7c
sfc: set interrupt moderation via MCDI
by Bert Kenward
· 8 years ago
a995560
sfc: use new performance based event queue init
by Bert Kenward
· 8 years ago
ca889a05
sfc: retrieve second word of datapath capabilities
by Bert Kenward
· 8 years ago
38d27f3
sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flag
by Andrew Rybchenko
· 8 years ago
e4478ad
sfc: VLAN filters must only be created if the firmware supports this.
by Martin Habets
· 8 years ago
7ac0dd9
sfc: Fix dup unknown multicast/unicast filters after datapath reset
by Andrew Rybchenko
· 8 years ago
8c91562
sfc: Refactor checks for invalid filter ID
by Edward Cree
· 8 years ago
d248953
sfc: Take mac_lock before calling efx_ef10_filter_table_probe
by Martin Habets
· 8 years ago
4a53ea8
sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacks
by Andrew Rybchenko
· 8 years ago
34813fe
sfc: Implement list of VLANs added over interface
by Andrew Rybchenko
· 8 years ago
b3a3c03
sfc: Make EF10 filter management helper functions VLAN-aware
by Andrew Rybchenko
· 8 years ago
afa4ce1
sfc: Store unicast and multicast promisc flag with address cache
by Andrew Rybchenko
· 8 years ago
dc3273e
sfc: Move filter IDs to per-VLAN data structure
by Andrew Rybchenko
· 8 years ago
6a37958
sfc: Forget filter ID when the filter is marked old
by Andrew Rybchenko
· 8 years ago
dd98708
sfc: Assert filter_sem write locked when required
by Edward Cree
· 8 years ago
b071c3a
sfc: Move last mc_promisc flag to EF10 filter table state
by Andrew Rybchenko
· 8 years ago
100a9db
sfc: Define macro with EF10 offload feature
by Andrew Rybchenko
· 8 years ago
c0795bf
sfc: on MC reset, clear PIO buffer linkage in TXQs
by Edward Cree
· 9 years ago
dcb4123
sfc: disable RSS when unsupported
by Jon Cooper
· 9 years ago
09a0420
sfc: Downgrade or remove some error messages
by Bert Kenward
· 9 years ago
e65a510
sfc: Make failed filter removal less noisy
by Bert Kenward
· 9 years ago
b3e0d3d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
f1c2ef4
sfc: only use RSS filters if we're using RSS
by Bert Kenward
· 9 years ago
abd86a5
sfc: check warm_boot_count after other functions have been reset
by Daniel Pieczko
· 9 years ago
93171b1
sfc: make TSO version a per-queue parameter
by Bert Kenward
· 9 years ago
73186df
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
b2663a4
sfc: push partner queue for skb->xmit_more
by Martin Habets
· 9 years ago
c577e59
sfc: fully reset if MC_REBOOT event received without warm_boot_count increment
by Daniel Pieczko
· 9 years ago
b0fbdae
sfc: Allow driver to cope with a lower number of VIs than it needs for RSS
by Shradha Shah
· 9 years ago
0d36938
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
fbe4307
sfc: only use vadaptor stats if firmware is capable
by Bert Kenward
· 9 years ago
774ad03
sfc: MC allocations must be restored following an entity reset
by Daniel Pieczko
· 9 years ago
2732482
sfc: allow ethtool selftest and MC reboot to complete on an unprivileged function
by Daniel Pieczko
· 9 years ago
12fb0da
sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_mode
by Edward Cree
· 9 years ago
ab8b1f7c
sfc: support cascaded multicast filters
by Daniel Pieczko
· 9 years ago
822b96f
sfc: re-factor efx_ef10_filter_sync_rx_mode()
by Daniel Pieczko
· 9 years ago
b6f568e
sfc: Insert multicast filters as well as mismatch filters in promiscuous mode
by Jon Cooper
· 9 years ago
5a55a72
sfc: warn if other functions have been reset by MCFW
by Daniel Pieczko
· 9 years ago
34ccfe6
sfc: add output flag decoding to efx_mcdi_set_workaround
by Daniel Pieczko
· 9 years ago
832dc9e
sfc: cope with ENOSYS from efx_mcdi_get_workarounds()
by Edward Cree
· 9 years ago
46e612b
sfc: enable cascaded multicast filters in MCFW
by Daniel Pieczko
· 9 years ago
535a617
sfc: suppress handled MCDI failures when changing the MAC address
by Daniel Pieczko
· 9 years ago
7a186f4
sfc: add legacy method for changing a PF's MAC address
by Daniel Pieczko
· 9 years ago
9e9f665
sfc: refactor code in efx_ef10_set_mac_address()
by Daniel Pieczko
· 9 years ago
6598dad
sfc: leak vports if a VF is assigned during PF unload
by Daniel Pieczko
· 9 years ago
f00bf23
sfc: don't update stats on VF when called in atomic context
by Daniel Pieczko
· 9 years ago
d94619c
sfc: suppress vadaptor stats when EVB is not present
by Daniel Pieczko
· 9 years ago
6dd4859
sfc: suppress ENOENT error messages from MC_CMD_MAC_STATS
by Daniel Pieczko
· 9 years ago
0fc95fc
sfc: update netdevice statistics to use vadaptor stats
by Daniel Pieczko
· 9 years ago
d778819
sfc: DMA the VF stats only when requested
by Daniel Pieczko
· 9 years ago
3c36a2a
sfc: display vadaptor statistics for all interfaces
by Daniel Pieczko
· 9 years ago
e80ca013
sfc: add "port_" prefix to MAC stats
by Daniel Pieczko
· 9 years ago
1d051e0
sfc: Implement ndo_gets_phys_port_id() for EF10 VFs
by Shradha Shah
· 9 years ago
0f5c084
sfc: Add sysfs entry for flags (link control and primary)
by Shradha Shah
· 9 years ago
c9012e0
sfc: Add paranthesis correctly on all branches of the if statement
by Shradha Shah
· 9 years ago
8be4132
sfc: Add code to export port_num in netdev->dev_port
by Shradha Shah
· 9 years ago
75aba2a
sfc: add tracing of MCDI commands
by Edward Cree
· 10 years ago
910c878
sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MAC
by Shradha Shah
· 10 years ago
4392dc6
sfc: add ndo_set_vf_link_state() function for EF10
by Edward Cree
· 10 years ago
087e902
sfc: Change entity reset on MC reboot to a new datapath-only reset.
by Jon Cooper
· 10 years ago
aa09a3d
sfc: Initialise MCDI buffers to 0 on declaration.
by Jon Cooper
· 10 years ago
0d5e0fb
sfc: Enable a VF to get its own MAC address
by Daniel Pieczko
· 10 years ago
0d32241
sfc: protect filter table against use-after-free
by Edward Cree
· 10 years ago
Next »