index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
net_driver.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-29
net: sfc: Replace in_interrupt() usage
Edward Cree
1
-0
/
+5
2020-09-25
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
1
-1
/
+1
2020-09-11
sfc: implement encapsulated TSO on EF10
Edward Cree
1
-0
/
+5
2020-09-11
sfc: de-indirect TSO handling
Edward Cree
1
-5
/
+0
2020-09-11
sfc: define inner/outer csum offload TXQ types
Edward Cree
1
-3
/
+5
2020-09-11
sfc: decouple TXQ type from label
Edward Cree
1
-14
/
+19
2020-09-07
sfc: remove EFX_DRIVER_VERSION
Edward Cree
1
-2
/
+0
2020-09-07
sfc: remove phy_op indirection
Edward Cree
1
-47
/
+0
2020-09-05
sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapath
Edward Cree
1
-4
/
+0
2020-09-05
sfc: use tx_queue->old_read_count in EF100 TX path
Edward Cree
1
-0
/
+14
2020-09-05
sfc: add and use efx_tx_send_pending in tx.c
Edward Cree
1
-2
/
+2
2020-08-31
sfc: return errors from efx_mcdi_set_id_led, and de-indirect
Edward Cree
1
-2
/
+0
2020-08-18
sfc: don't free_irq()s if they were never requested
Edward Cree
1
-0
/
+2
2020-08-14
sfc: check hash is valid before using it
Edward Cree
1
-0
/
+2
2020-08-03
sfc_ef100: TX path for EF100 NICs
Edward Cree
1
-0
/
+21
2020-07-27
sfc: skeleton EF100 PF driver
Edward Cree
1
-0
/
+16
2020-07-27
sfc_ef100: register accesses on EF100
Edward Cree
1
-0
/
+2
2020-07-23
sfc: convert to new udp_tunnel infrastructure
Jakub Kicinski
1
-10
/
+1
2020-07-02
sfc: assign TXQs without gaps
Edward Cree
1
-1
/
+4
2020-07-02
sfc: make tx_queues_per_channel variable at runtime
Edward Cree
1
-21
/
+13
2020-07-02
sfc: remove max_interrupt_mode
Edward Cree
1
-3
/
+0
2020-07-02
sfc: support setting MTU even if not privileged to configure MAC fully
Edward Cree
1
-1
/
+1
2020-06-29
sfc: track which BAR is mapped
Edward Cree
1
-0
/
+3
2020-06-29
sfc: don't try to create more channels than we can have VIs
Edward Cree
1
-0
/
+1
2020-05-11
sfc: make firmware-variant printing a nic_type function
Edward Cree
1
-0
/
+3
2020-05-11
sfc: move 'must restore' flags out of ef10-specific nic_data
Edward Cree
1
-0
/
+2
2020-05-11
sfc: make capability checking a nic_type function
Tom Zhao
1
-0
/
+3
2020-05-11
sfc: move vport_id to struct efx_nic
Edward Cree
1
-0
/
+2
2020-03-16
sfc: fix XDP-redirect in this driver
Jesper Dangaard Brouer
1
-0
/
+6
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+0
2020-03-05
sfc: complete the next packet when we receive a timestamp
Tom Zhao
1
-3
/
+0
2020-02-26
sfc: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-01-10
sfc: move RPS code
Alex Maftei (amaftei)
1
-3
/
+3
2020-01-08
sfc: add new headers in preparation for code split
Alex Maftei (amaftei)
1
-1
/
+12
2020-01-02
sfc: Remove unnecessary dependencies on I2C
Ben Hutchings
1
-1
/
+0
2019-12-20
sfc: fix channel allocation with brute force
Edward Cree
1
-3
/
+1
2019-11-22
sfc: do ARFS expiry work occasionally even without NAPI poll
Edward Cree
1
-1
/
+1
2019-11-22
sfc: add statistics for ARFS
Edward Cree
1
-0
/
+4
2019-11-22
sfc: change ARFS expiry mechanism
Edward Cree
1
-6
/
+8
2019-10-31
sfc: add XDP counters to ethtool stats
Charles McLachlan
1
-0
/
+8
2019-10-31
sfc: allocate channels for XDP tx queues
Charles McLachlan
1
-3
/
+31
2019-10-31
sfc: perform XDP processing on received packets
Charles McLachlan
1
-0
/
+12
2019-10-31
sfc: support encapsulation of xdp_frames in efx_tx_buffer
Charles McLachlan
1
-2
/
+8
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-07-04
sfc: batch up RX delivery
Edward Cree
1
-0
/
+3
2018-04-24
sfc: ARFS filter IDs
Edward Cree
1
-0
/
+36
2018-04-14
sfc: limit ARFS workitems in flight per channel
Edward Cree
1
-0
/
+25
2018-03-27
sfc: protect list of RSS contexts under a mutex
Edward Cree
1
-0
/
+2
2018-03-27
sfc: use a semaphore to lock farch filters too
Edward Cree
1
-2
/
+0
2018-03-27
sfc: give ef10 its own rwsem in the filter table instead of filter_lock
Edward Cree
1
-1
/
+1
[next]