index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: advertise our vlan features
Edward Cree
2020-10-31
1
-0
/
+2
*
sfc: only use fixed-id if the skb asks for it
Edward Cree
2020-10-31
2
-7
/
+8
*
sfc: implement encap TSO on EF100
Edward Cree
2020-10-31
2
-21
/
+37
*
sfc: extend bitfield macros to 17 fields
Edward Cree
2020-10-31
1
-5
/
+37
*
sfc: move initialisation of efx->filter_sem to efx_init_struct()
Edward Cree
2020-10-21
2
-1
/
+1
*
net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()
Sebastian Andrzej Siewior
2020-09-29
1
-1
/
+1
*
net: sfc: Replace in_interrupt() usage
Edward Cree
2020-09-29
4
-10
/
+26
*
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-09-26
4
-2
/
+9
*
sfc: fix kdoc warning
Jesse Brandeburg
2020-09-26
2
-1
/
+2
*
drivers/net/ethernet: clean up unused assignments
Jesse Brandeburg
2020-09-26
1
-18
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-23
1
-0
/
+1
|
\
|
*
sfc: Fix error code in probe
Dan Carpenter
2020-09-21
1
-0
/
+1
*
|
sfc: advertise encapsulated offloads on EF10
Edward Cree
2020-09-12
4
-0
/
+104
*
|
sfc: implement encapsulated TSO on EF10
Edward Cree
2020-09-12
2
-14
/
+46
*
|
sfc: de-indirect TSO handling
Edward Cree
2020-09-12
9
-37
/
+46
*
|
sfc: select inner-csum-offload TX queues for skbs that need it
Edward Cree
2020-09-12
3
-2
/
+29
*
|
sfc: create inner-csum queues on EF10 if supported
Edward Cree
2020-09-12
2
-11
/
+28
*
|
sfc: define inner/outer csum offload TXQ types
Edward Cree
2020-09-12
7
-11
/
+13
*
|
sfc: decouple TXQ type from label
Edward Cree
2020-09-12
11
-43
/
+64
*
|
sfc: cleanups around efx_alloc_channel
Edward Cree
2020-09-11
2
-5
/
+2
*
|
sfc: remove spurious unreachable return statement
Edward Cree
2020-09-11
1
-1
/
+0
*
|
sfc: remove duplicate call to efx_init_channels from EF100 probe
Edward Cree
2020-09-11
1
-4
/
+0
*
|
sfc: coding style cleanups in mcdi_port_common.c
Edward Cree
2020-09-09
2
-12
/
+13
*
|
sfc: simplify DMA mask setting
Edward Cree
2020-09-07
1
-11
/
+1
*
|
sfc: remove EFX_DRIVER_VERSION
Edward Cree
2020-09-07
3
-5
/
+1
*
|
sfc: handle limited FEC support
Edward Cree
2020-09-07
2
-14
/
+36
*
|
sfc: add ethtool ops and miscellaneous ndos to EF100
Edward Cree
2020-09-07
3
-1
/
+51
*
|
sfc: remove phy_op indirection
Edward Cree
2020-09-07
9
-712
/
+601
*
|
sfc: don't double-down() filters in ef100_reset()
Edward Cree
2020-09-07
1
-12
/
+0
*
|
sfc: remove efx_tx_queue_partner
Edward Cree
2020-09-05
1
-10
/
+0
*
|
sfc: rewrite efx_tx_may_pio
Edward Cree
2020-09-05
2
-29
/
+27
*
|
sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapath
Edward Cree
2020-09-05
3
-16
/
+7
*
|
sfc: use tx_queue->old_read_count in EF100 TX path
Edward Cree
2020-09-05
2
-2
/
+20
*
|
sfc: make ef100 xmit_more handling look more like ef10's
Edward Cree
2020-09-05
2
-12
/
+11
*
|
sfc: add and use efx_tx_send_pending in tx.c
Edward Cree
2020-09-05
6
-41
/
+44
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-05
7
-22
/
+22
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-09-04
1
-4
/
+4
|
|
\
|
|
*
sfc: fix boolreturn.cocci warning and rename function
Edward Cree
2020-08-25
1
-4
/
+4
|
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
6
-18
/
+18
|
|
/
*
|
sfc: return errors from efx_mcdi_set_id_led, and de-indirect
Edward Cree
2020-08-31
6
-12
/
+4
*
|
sfc: fix kernel-doc on struct efx_loopback_state
Edward Cree
2020-08-31
1
-1
/
+1
*
|
sfc: fix unused-but-set-variable warning in efx_farch_filter_remove_safe
Edward Cree
2020-08-31
1
-2
/
+0
*
|
sfc: fix W=1 warnings in efx_farch_handle_rx_not_ok
Edward Cree
2020-08-31
1
-5
/
+2
|
/
*
sfc: fix build warnings on 32-bit
Edward Cree
2020-08-20
1
-4
/
+4
*
sfc: don't free_irq()s if they were never requested
Edward Cree
2020-08-18
2
-0
/
+6
*
sfc: null out channel->rps_flow_id after freeing it
Edward Cree
2020-08-18
1
-0
/
+1
*
sfc: take correct lock in ef100_reset()
Edward Cree
2020-08-18
1
-4
/
+4
*
sfc: really check hash is valid before using it
Edward Cree
2020-08-18
1
-0
/
+2
*
sfc: check hash is valid before using it
Edward Cree
2020-08-14
5
-1
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-14
1
-1
/
+2
|
\
[next]