index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
gcc-plugins
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-02
net: batch zerocopy_fill_skb_from_iter accounting
Pavel Begunkov
1
-13
/
+18
2024-07-02
net: split __zerocopy_sg_from_iter()
Pavel Begunkov
1
-9
/
+13
2024-07-02
net: always try to set ubuf in skb_zerocopy_iter_stream
Pavel Begunkov
1
-2
/
+1
2024-07-02
net: phy: fix potential use of NULL pointer in phy_suspend()
Russell King (Oracle)
1
-2
/
+2
2024-07-01
net: ethtool: Fix the panic caused by dev being null when dumping coalesce
Heng Qi
1
-2
/
+3
2024-07-01
bnxt_en: Remove atomic operations on ptp->tx_avail
Pavan Chebbi
3
-22
/
+31
2024-07-01
bnxt_en: Increase the max total outstanding PTP TX packets to 4
Pavan Chebbi
4
-30
/
+68
2024-07-01
bnxt_en: Let bnxt_stamp_tx_skb() return error code
Pavan Chebbi
1
-5
/
+11
2024-07-01
bnxt_en: Remove an impossible condition check for PTP TX pending SKB
Pavan Chebbi
3
-13
/
+4
2024-07-01
bnxt_en: Refactor all PTP TX timestamp fields into a struct
Pavan Chebbi
3
-28
/
+40
2024-07-01
bnxt_en: Add BCM5760X specific PHC registers mapping
Pavan Chebbi
3
-5
/
+25
2024-07-01
bnxt_en: Add TX timestamp completion logic
Michael Chan
4
-11
/
+64
2024-07-01
bnxt_en: Allow some TX packets to be unprocessed in NAPI
Michael Chan
1
-6
/
+15
2024-07-01
bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bd
Michael Chan
2
-2
/
+7
2024-07-01
bnxt_en: Add new TX timestamp completion definitions
Michael Chan
1
-0
/
+26
2024-07-01
octeontx2-af: Sync NIX and NPA contexts from NDC to LLC/DRAM
Nithin Dabilpuram
6
-3
/
+102
2024-07-01
net: tn40xx: add initial ethtool_ops support
FUJITA Tomonori
1
-0
/
+14
2024-07-01
tcp_metrics: add netlink protocol spec in YAML
Jakub Kicinski
3
-0
/
+186
2024-07-01
tcp_metrics: add UAPI to the header guard
Jakub Kicinski
1
-3
/
+3
2024-07-01
net: phy: realtek: Add support for PHY LEDs on RTL8211F
Marek Vasut
1
-0
/
+106
2024-06-29
sfc: remove get_rxfh_context dead code
Edward Cree
1
-36
/
+2
2024-06-29
net: ethtool: use the tracking array for get_rxfh on custom RSS contexts
Edward Cree
1
-5
/
+21
2024-06-29
sfc: use new rxfh_context API
Edward Cree
13
-219
/
+212
2024-06-29
net: ethtool: add a mutex protecting RSS contexts
Edward Cree
3
-0
/
+15
2024-06-29
net: ethtool: add an extack parameter to new rxfh_context APIs
Edward Cree
3
-7
/
+13
2024-06-29
net: ethtool: let the core choose RSS context IDs
Edward Cree
3
-13
/
+79
2024-06-29
net: ethtool: record custom RSS contexts in the XArray
Edward Cree
2
-1
/
+87
2024-06-29
net: ethtool: attach an XArray of custom RSS contexts to a netdevice
Edward Cree
2
-0
/
+69
2024-06-29
net: move ethtool-related netdev state into its own struct
Edward Cree
11
-14
/
+29
2024-06-29
selftests: drv-net: rss_ctx: convert to defer()
Jakub Kicinski
1
-132
/
+103
2024-06-29
selftests: drv-net: add ability to schedule cleanup with defer()
Jakub Kicinski
2
-0
/
+55
2024-06-29
selftests: net: ksft: avoid continue when handling results
Jakub Kicinski
1
-15
/
+15
2024-06-29
enic: add ethtool get_channel support
Jon Kohler
1
-0
/
+23
2024-06-29
selftests/net: Add test coverage for UDP GSO software fallback
Jakub Sitnicki
2
-3
/
+55
2024-06-29
udp: Allow GSO transmit from devices with no checksum offload
Jakub Sitnicki
3
-4
/
+10
2024-06-28
can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
Marc Kleine-Budde
1
-44
/
+27
2024-06-28
can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
Marc Kleine-Budde
3
-26
/
+43
2024-06-28
can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fd
Marc Kleine-Budde
3
-3
/
+33
2024-06-28
can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratum
Marc Kleine-Budde
3
-47
/
+56
2024-06-28
can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate fun...
Marc Kleine-Budde
1
-16
/
+32
2024-06-28
can: mcp251xfd: clarify the meaning of timestamp
Marc Kleine-Budde
5
-38
/
+43
2024-06-28
can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_s...
Marc Kleine-Budde
3
-5
/
+11
2024-06-28
can: mcp251xfd: update errata references
Marc Kleine-Budde
1
-5
/
+7
2024-06-28
can: mcp251xfd: properly indent labels
Marc Kleine-Budde
4
-20
/
+20
2024-06-28
ice: do not init struct ice_adapter more times than needed
Przemek Kitszel
1
-32
/
+28
2024-06-28
ice: Distinguish driver reset and removal for AQ shutdown
Piotr Gardocki
3
-12
/
+15
2024-06-28
ice: Allow different FW API versions based on MAC type
Paul Greenwalt
2
-7
/
+19
2024-06-28
ice: Check all ice_vsi_rebuild() errors in function
Eric Joyner
1
-2
/
+11
2024-06-28
ice: Add get/set hw address for VFs using devlink commands
Karthik Sundaravel
3
-10
/
+91
2024-06-28
MAINTAINERS: update Intel Ethernet maintainers
Jesse Brandeburg
1
-1
/
+1
[next]