index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-27
sfc: add decrement ipv6 hop limit by offloading set hop limit actions
Pieter Jansen van Vuuren
1
-0
/
+59
2023-08-27
sfc: add decrement ttl by offloading set ipv4 ttl actions
Pieter Jansen van Vuuren
3
-4
/
+79
2023-08-27
sfc: add mac source and destination pedit action offload
Pieter Jansen van Vuuren
1
-2
/
+207
2023-08-27
sfc: introduce ethernet pedit set action infrastructure
Pieter Jansen van Vuuren
4
-11
/
+202
2023-08-26
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
11
-64
/
+210
2023-08-26
doc/netlink: Add delete operation to ovs_vport spec
Donald Hunter
1
-1
/
+12
2023-08-26
tools: ynl-gen: fix uAPI generation after tempfile changes
Jakub Kicinski
1
-10
/
+20
2023-08-26
Merge branch 'stmmac-cleanups'
Jakub Kicinski
9
-39
/
+70
2023-08-26
net: stmmac: convert half-duplex support to positive logic
Russell King (Oracle)
1
-6
/
+7
2023-08-26
net: stmmac: move priv->phylink_config.mac_managed_pm
Russell King (Oracle)
1
-1
/
+1
2023-08-26
net: stmmac: move xgmac specific phylink caps to dwxgmac2 core
Russell King (Oracle)
2
-10
/
+10
2023-08-26
net: stmmac: move gmac4 specific phylink capabilities to gmac4
Russell King (Oracle)
2
-3
/
+9
2023-08-26
net: stmmac: provide stmmac_mac_phylink_get_caps()
Russell King (Oracle)
2
-0
/
+7
2023-08-26
net: stmmac: use phylink_limit_mac_speed()
Russell King (Oracle)
1
-21
/
+14
2023-08-26
net: stmmac: use "mdio_bus_data" local variable
Russell King (Oracle)
1
-2
/
+4
2023-08-26
net: stmmac: clean up passing fwnode to phylink
Russell King (Oracle)
1
-4
/
+5
2023-08-26
net: stmmac: convert plat->phylink_node to fwnode
Russell King (Oracle)
4
-5
/
+6
2023-08-26
net: phylink: add phylink_limit_mac_speed()
Russell King (Oracle)
2
-0
/
+20
2023-08-26
veth: Avoid NAPI scheduling on failed SKB forwarding
Liang Chen
1
-3
/
+2
2023-08-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
104
-4212
/
+3719
2023-08-26
Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
150
-1155
/
+2232
2023-08-26
Merge tag 'for-net-next-2023-08-24' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
16
-307
/
+818
2023-08-25
Merge branch 'bpf-refcount-followups-3-bpf_mem_free_rcu-refcounted-nodes'
Alexei Starovoitov
7
-14
/
+165
2023-08-25
selftests/bpf: Add tests for rbtree API interaction in sleepable progs
Dave Marchevsky
2
-0
/
+99
2023-08-25
bpf: Allow bpf_spin_{lock,unlock} in sleepable progs
Dave Marchevsky
2
-6
/
+5
2023-08-25
bpf: Consider non-owning refs to refcounted nodes RCU protected
Dave Marchevsky
2
-2
/
+14
2023-08-25
bpf: Reenable bpf_refcount_acquire
Dave Marchevsky
2
-4
/
+27
2023-08-25
bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodes
Dave Marchevsky
1
-1
/
+5
2023-08-25
bpf: Consider non-owning refs trusted
Dave Marchevsky
1
-1
/
+1
2023-08-25
bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_a...
Dave Marchevsky
1
-0
/
+14
2023-08-25
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
40
-268
/
+195
2023-08-25
wifi: rtlwifi: rtl8723: Remove unused function rtl8723_cmd_send_packet()
Jinjie Ruan
2
-30
/
+0
2023-08-25
wifi: rtw88: usb: kill and free rx urbs on probe failure
Sascha Hauer
1
-1
/
+4
2023-08-25
wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar()
Nathan Chancellor
1
-0
/
+1
2023-08-25
wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG
Cheng-Chieh Hsieh
9
-64
/
+325
2023-08-25
wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips
Ping-Ke Shih
8
-11
/
+61
2023-08-25
wifi: rtw89: mac: define register address of rx_filter to generalize code
Ping-Ke Shih
8
-7
/
+35
2023-08-25
wifi: rtw89: mac: define internal memory address for WiFi 7 chip
Ping-Ke Shih
3
-0
/
+56
2023-08-25
wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory
Ping-Ke Shih
4
-21
/
+42
2023-08-25
wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register add...
Ping-Ke Shih
12
-133
/
+165
2023-08-25
wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code
Li Zetao
1
-12
/
+1
2023-08-25
wifi: rtw89: initialize multi-channel handling
Zong-Zhe Yang
6
-23
/
+219
2023-08-25
wifi: rtw89: provide functions to configure NoA for beacon update
Zong-Zhe Yang
4
-0
/
+102
2023-08-25
wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif
Zong-Zhe Yang
6
-22
/
+45
2023-08-25
wifi: rtw89: sar: let caller decide the center frequency to query
Zong-Zhe Yang
4
-21
/
+27
2023-08-25
wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band()
Zong-Zhe Yang
1
-2
/
+1
2023-08-25
wifi: rtw89: add function prototype for coex request duration
Zong-Zhe Yang
3
-0
/
+42
2023-08-25
Fix nomenclature for USB and PCI wireless devices
Alan Stern
22
-57
/
+57
2023-08-25
kunit: Fix checksum tests on big endian CPUs
Christophe Leroy
1
-16
/
+38
2023-08-25
net: fec: add statistics for XDP_TX
Wei Fang
1
-1
/
+4
[next]