index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
net: dccp: Fix ccid2_rtt_estimator() kernel-doc
Jeff Johnson
1
-0
/
+1
2024-05-08
net: phy: marvell: add support for MV88E6250 family internal PHYs
Matthias Schiffer
2
-1
/
+82
2024-05-08
net: phy: marvell: constify marvell_hw_stats
Matthias Schiffer
1
-1
/
+1
2024-05-07
virtio_net: Remove rtnl lock protection of command buffers
Daniel Jurgens
1
-20
/
+4
2024-05-07
virtio_net: Add a lock for per queue RX coalesce
Daniel Jurgens
1
-12
/
+41
2024-05-07
virtio_net: Do DIM update for specified queue only
Daniel Jurgens
1
-25
/
+15
2024-05-07
virtio_net: Add a lock for the command VQ.
Daniel Jurgens
1
-1
/
+10
2024-05-07
virtio_net: Remove command data from control_buf
Daniel Jurgens
1
-39
/
+85
2024-05-07
virtio_net: Store RSS setting in virtnet_info
Daniel Jurgens
1
-20
/
+20
2024-05-07
net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO bus
Arınç ÜNAL
1
-1
/
+2
2024-05-07
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
6
-8
/
+7
2024-05-07
rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()
Eric Dumazet
1
-5
/
+7
2024-05-07
rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()
Eric Dumazet
2
-8
/
+11
2024-05-07
rtnetlink: do not depend on RTNL for many attributes
Eric Dumazet
1
-20
/
+31
2024-05-07
net: write once on dev->allmulti and dev->promiscuity
Eric Dumazet
1
-16
/
+20
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_TXQLEN output
Eric Dumazet
4
-5
/
+5
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_IFNAME output
Eric Dumazet
1
-2
/
+6
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_QDISC output
Eric Dumazet
1
-3
/
+3
2024-05-07
net: qede: use return from qede_flow_parse_ports()
Asbjørn Sloth Tønnesen
1
-4
/
+9
2024-05-07
net: qede: use return from qede_flow_spec_validate_unused()
Asbjørn Sloth Tønnesen
1
-3
/
+4
2024-05-07
net: qede: use return from qede_parse_actions() for flow_spec
Asbjørn Sloth Tønnesen
1
-2
/
+5
2024-05-07
mptcp: fix typos in comments
Shi-Sheng Yang
1
-2
/
+2
2024-05-07
octeontx2-pf: Treat truncation of IRQ name as an error
Simon Horman
1
-2
/
+10
2024-05-07
atm/fore200e: Delete unused 'fore200e_boards'
Dr. David Alan Gilbert
2
-4
/
+0
2024-05-07
gve: Implement queue api
Shailend Chand
5
-24
/
+189
2024-05-06
net: add heuristic for enabling TCP fraglist GRO
Felix Fietkau
2
-0
/
+67
2024-05-06
net: create tcp_gro_header_pull helper function
Felix Fietkau
3
-27
/
+50
2024-05-06
net: create tcp_gro_lookup helper function
Felix Fietkau
2
-16
/
+26
2024-05-06
net: add code for TCP fraglist GRO
Felix Fietkau
2
-0
/
+30
2024-05-06
net: add support for segmenting TCP fraglist GSO packets
Felix Fietkau
2
-0
/
+125
2024-05-06
net: move skb_gro_receive_list from udp to core
Felix Fietkau
3
-27
/
+28
2024-05-06
net: microchip: lan743x: Reduce PTP timeout on HW failure
Rengarajan S
2
-1
/
+2
2024-05-05
gve: Alloc and free QPLs with the rings
Shailend Chand
7
-331
/
+171
2024-05-05
gve: Account for stopped queues when reading NIC stats
Shailend Chand
1
-6
/
+35
2024-05-05
gve: Reset Rx ring state in the ring-stop funcs
Shailend Chand
2
-30
/
+120
2024-05-05
gve: Avoid rescheduling napi if on wrong cpu
Shailend Chand
2
-2
/
+32
2024-05-05
gve: Make gve_turnup work for nonempty queues
Shailend Chand
1
-0
/
+14
2024-05-05
gve: Make gve_turn(up|down) ignore stopped queues
Shailend Chand
1
-0
/
+10
2024-05-05
gve: Add adminq funcs to add/remove a single Rx queue
Shailend Chand
2
-27
/
+54
2024-05-05
gve: Make the GQ RX free queue funcs idempotent
Shailend Chand
1
-10
/
+19
2024-05-05
queue_api: define queue api
Mina Almasry
2
-0
/
+34
2024-05-04
Revert "net: mirror skb frag ref/unref helpers"
Mina Almasry
6
-44
/
+51
2024-05-04
bnxt: fix bnxt_get_avail_msix() returning negative values
David Wei
2
-13
/
+5
2024-05-04
net: no longer acquire RTNL in threaded_show()
Eric Dumazet
3
-7
/
+7
2024-05-04
tools: ynl: add --list-ops and --list-msgs to CLI
Jakub Kicinski
2
-0
/
+11
2024-05-04
rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()
Eric Dumazet
1
-37
/
+22
2024-05-04
rtnetlink: change rtnl_stats_dump() return value
Eric Dumazet
1
-1
/
+1
2024-05-03
ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
5
-3
/
+7
2024-05-03
appletalk: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-05-03
netfilter: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
7
-21
/
+5
[next]