index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-29
af_unix: Avoid Tarjan's algorithm if unnecessary.
Kuniyuki Iwashima
1
-1
/
+27
2024-03-29
af_unix: Skip GC if no cycle exists.
Kuniyuki Iwashima
1
-1
/
+47
2024-03-29
af_unix: Save O(n) setup of Tarjan's algo.
Kuniyuki Iwashima
2
-12
/
+15
2024-03-29
af_unix: Fix up unix_edge.successor for embryo socket.
Kuniyuki Iwashima
3
-2
/
+21
2024-03-29
af_unix: Save listener for embryo socket.
Kuniyuki Iwashima
2
-1
/
+5
2024-03-29
af_unix: Detect Strongly Connected Components.
Kuniyuki Iwashima
2
-2
/
+47
2024-03-29
af_unix: Iterate all vertices by DFS.
Kuniyuki Iwashima
2
-0
/
+76
2024-03-29
af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb.
Kuniyuki Iwashima
1
-11
/
+7
2024-03-29
af_unix: Link struct unix_edge when queuing skb.
Kuniyuki Iwashima
5
-3
/
+100
2024-03-29
af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.
Kuniyuki Iwashima
4
-0
/
+19
2024-03-29
af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
Kuniyuki Iwashima
5
-0
/
+63
2024-03-29
tcp/dccp: bypass empty buckets in inet_twsk_purge()
Eric Dumazet
1
-2
/
+7
2024-03-29
net: dsa: hellcreek: Convert to gettimex64()
Kurt Kanzenbach
1
-10
/
+15
2024-03-29
net/smc: make smc_hash_sk/smc_unhash_sk static
Zhengchao Shao
2
-7
/
+2
2024-03-29
net: sched: make skip_sw actually skip software
Asbjørn Sloth Tønnesen
4
-0
/
+38
2024-03-29
net: sched: cls_api: add filter counter
Asbjørn Sloth Tønnesen
2
-0
/
+21
2024-03-29
net: sched: cls_api: add skip_sw counter
Asbjørn Sloth Tønnesen
2
-0
/
+5
2024-03-28
bnxt_en: Support adding ntuple rules on RSS contexts
Pavan Chebbi
3
-9
/
+51
2024-03-28
bnxt_en: Refactor bnxt_cfg_rfs_ring_tbl_idx()
Pavan Chebbi
1
-2
/
+4
2024-03-28
bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh()
Pavan Chebbi
3
-8
/
+196
2024-03-28
bnxt_en: Refactor bnxt_set_rxfh()
Michael Chan
1
-13
/
+27
2024-03-28
bnxt_en: Add a new_rss_ctx parameter to bnxt_rfs_capable()
Pavan Chebbi
2
-4
/
+7
2024-03-28
bnxt_en: Simplify bnxt_rfs_capable()
Michael Chan
1
-15
/
+6
2024-03-28
bnxt_en: Refactor RSS indir alloc/set functions
Pavan Chebbi
2
-10
/
+23
2024-03-28
bnxt_en: Introduce rss ctx structure, alloc/free functions
Pavan Chebbi
3
-0
/
+80
2024-03-28
bnxt_en: Refactor VNIC alloc and cfg functions
Pavan Chebbi
3
-72
/
+75
2024-03-28
bnxt_en: Add helper function bnxt_hwrm_vnic_rss_cfg_p5()
Pavan Chebbi
2
-11
/
+21
2024-03-28
bnxt_en: Retry PTP TX timestamp from FW for 1 second
Pavan Chebbi
2
-1
/
+19
2024-03-28
bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query()
Michael Chan
2
-4
/
+13
2024-03-28
net: pcs: rzn1-miic: Init RX clock early if MAC requires it
Romain Gantois
1
-0
/
+28
2024-03-28
net: phy: qcom: at803x: Avoid hibernating if MAC requires RX clock
Russell King (Oracle)
1
-1
/
+2
2024-03-28
net: stmmac: Signal to PHY/PCS drivers to keep RX clock on
Romain Gantois
1
-0
/
+7
2024-03-28
net: stmmac: Support a generic PCS field in mac_device_info
Romain Gantois
3
-9
/
+6
2024-03-28
net: stmmac: don't rely on lynx_pcs presence to check for a PHY
Maxime Chevallier
1
-2
/
+1
2024-03-28
net: phylink: add rxc_always_on flag to phylink_pcs
Romain Gantois
2
-0
/
+53
2024-03-28
net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flags
Russell King (Oracle)
3
-1
/
+14
2024-03-28
idpf: sprinkle __counted_by{,_le}() in the virtchnl2 header
Alexander Lobakin
1
-10
/
+10
2024-03-28
idpf: make virtchnl2.h self-contained
Alexander Lobakin
2
-2
/
+4
2024-03-28
compiler_types: add Endianness-dependent __counted_by_{le,be}
Alexander Lobakin
3
-0
/
+14
2024-03-28
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
13
-36
/
+18
2024-03-28
qed: Drop useless pci_params.pm_cap
Bjorn Helgaas
2
-4
/
+1
2024-03-28
gve: Add counter adminq_get_ptype_map_cnt to stats report
John Fraker
1
-1
/
+2
2024-03-28
ravb: Add support for an optional MDIO mode
Niklas Söderlund
1
-1
/
+8
2024-03-28
dt-bindings: net: renesas,etheravb: Add optional MDIO bus node
Niklas Söderlund
1
-2
/
+10
2024-03-28
doc/netlink/specs: Add vlan attr in rt_link spec
Hangbin Liu
1
-2
/
+78
2024-03-28
ynl: support hex display_hint for integer
Hangbin Liu
1
-1
/
+4
2024-03-28
selftests: forwarding: Add a test for testing lib.sh functionality
Petr Machata
2
-0
/
+209
2024-03-28
selftests: forwarding: router_mpath_nh_lib: Don't skip, xfail on veth
Petr Machata
2
-11
/
+15
2024-03-28
selftests: forwarding: Mark performance-sensitive tests
Petr Machata
3
-14
/
+17
2024-03-28
selftests: forwarding: Support for performance sensitive tests
Petr Machata
1
-1
/
+22
[next]