index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-30
1
-1
/
+2
|
\
|
*
net: sfc: avoid -Wtype-limits warning
Arnd Bergmann
2016-06-16
1
-1
/
+2
*
|
sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flag
Andrew Rybchenko
2016-06-15
3
-5
/
+74
*
|
sfc: Update MCDI protocol definitions
Edward Cree
2016-06-15
1
-48
/
+1279
*
|
sfc: Disable VLAN filtering by default if not strictly required
Andrew Rybchenko
2016-06-15
1
-1
/
+9
*
|
sfc: VLAN filters must only be created if the firmware supports this.
Martin Habets
2016-06-15
2
-0
/
+25
*
|
sfc: Fix dup unknown multicast/unicast filters after datapath reset
Andrew Rybchenko
2016-06-15
1
-11
/
+69
*
|
sfc: Refactor checks for invalid filter ID
Edward Cree
2016-06-15
1
-26
/
+13
*
|
sfc: Take mac_lock before calling efx_ef10_filter_table_probe
Martin Habets
2016-06-15
3
-2
/
+11
*
|
sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacks
Andrew Rybchenko
2016-06-15
3
-2
/
+124
*
|
sfc: Implement list of VLANs added over interface
Andrew Rybchenko
2016-06-15
2
-35
/
+295
*
|
sfc: Make EF10 filter management helper functions VLAN-aware
Andrew Rybchenko
2016-06-15
1
-29
/
+41
*
|
sfc: Store unicast and multicast promisc flag with address cache
Andrew Rybchenko
2016-06-15
1
-15
/
+15
*
|
sfc: Move filter IDs to per-VLAN data structure
Andrew Rybchenko
2016-06-15
1
-37
/
+51
*
|
sfc: Forget filter ID when the filter is marked old
Andrew Rybchenko
2016-06-15
1
-20
/
+33
*
|
sfc: Assert filter_sem write locked when required
Edward Cree
2016-06-15
2
-1
/
+24
*
|
sfc: Add efx_nic member with fixed netdev features
Andrew Rybchenko
2016-06-15
2
-4
/
+17
*
|
sfc: Move last mc_promisc flag to EF10 filter table state
Andrew Rybchenko
2016-06-15
2
-4
/
+5
*
|
sfc: Define macro with EF10 offload feature
Andrew Rybchenko
2016-06-15
1
-4
/
+8
|
/
*
sfc: report supported link speeds on SFP connections
Bert Kenward
2016-06-08
1
-3
/
+4
*
sfc: Track RPS flow IDs per channel instead of per function
Jon Cooper
2016-05-31
3
-17
/
+56
*
sfc: use flow dissector helpers for aRFS
Edward Cree
2016-05-29
1
-54
/
+21
*
sfc: on MC reset, clear PIO buffer linkage in TXQs
Edward Cree
2016-05-25
1
-0
/
+16
*
sfc: disable RSS when unsupported
Jon Cooper
2016-04-28
1
-2
/
+13
*
net: relax setup_tc ndo op handle restriction
John Fastabend
2016-03-03
1
-1
/
+1
*
net: rework setup_tc ndo op to consume general tc operand
John Fastabend
2016-02-17
2
-4
/
+8
*
net: rework ndo tc op to consume additional qdisc handle parameter
John Fastabend
2016-02-17
2
-2
/
+5
*
sfc: implement IPv6 NFC (and IPV4_USER_FLOW)
Edward Cree
2016-02-11
1
-0
/
+184
*
sfc: Downgrade or remove some error messages
Bert Kenward
2015-12-23
2
-9
/
+18
*
sfc: Downgrade EPERM messages from MCDI to debug
Tomáš Pilař
2015-12-23
1
-3
/
+4
*
sfc: Make failed filter removal less noisy
Bert Kenward
2015-12-23
1
-17
/
+31
*
sfc: Handle MCDI proxy authorisation
Bert Kenward
2015-12-23
2
-8
/
+155
*
sfc: Retry MCDI after NO_EVB_PORT error on a VF
Bert Kenward
2015-12-23
2
-15
/
+85
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-17
4
-14
/
+19
|
\
|
*
sfc: fix a timeout loop
Dan Carpenter
2015-12-15
1
-1
/
+1
|
*
sfc: only use RSS filters if we're using RSS
Bert Kenward
2015-12-12
3
-13
/
+18
*
|
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
2015-12-15
1
-1
/
+1
*
|
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
2015-12-15
1
-1
/
+1
*
|
sfc: check warm_boot_count after other functions have been reset
Daniel Pieczko
2015-12-05
1
-2
/
+13
*
|
sfc: use ALIGN macro for aligning frame sizes
Jarod Wilson
2015-12-02
1
-1
/
+2
*
|
sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
Bert Kenward
2015-12-01
1
-0
/
+6
*
|
sfc: make TSO version a per-queue parameter
Bert Kenward
2015-12-01
3
-9
/
+14
*
|
net: provide generic busy polling to all NAPI drivers
Eric Dumazet
2015-11-18
1
-1
/
+0
*
|
net: move skb_mark_napi_id() into core networking stack
Eric Dumazet
2015-11-18
1
-1
/
+0
|
/
*
sfc: constify pci_error_handlers structures
Julia Lawall
2015-11-16
1
-1
/
+1
*
sfc: don't call dma_supported
Christoph Hellwig
2015-11-10
1
-5
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-11-04
6
-91
/
+126
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-11-03
4
-4
/
+36
|
|
\
|
|
*
sfc: push partner queue for skb->xmit_more
Martin Habets
2015-11-02
4
-4
/
+36
|
*
|
sfc: replace spinlocks with bit ops for busy poll locking
Bert Kenward
2015-10-27
2
-75
/
+58
[next]