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-03-24
docs: netdev: add note about Changes Requested and revising commit messages
Jakub Kicinski
1
-0
/
+29
2023-03-24
bnx2: remove deadcode in bnx2_init_cpus()
Maxim Korotkov
1
-23
/
+8
2023-03-24
net: ipa: add IPA v5.0 to ipa_version_string()
Alex Elder
1
-0
/
+2
2023-03-24
ynl: allow to encode u8 attr
Jiri Pirko
1
-0
/
+2
2023-03-24
docs: networking: document NAPI
Jakub Kicinski
7
-13
/
+269
2023-03-23
net/sched: act_api: use the correct TCA_ACT attributes in dump
Pedro Tammela
1
-4
/
+4
2023-03-23
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
David S. Miller
5
-26
/
+37
2023-03-23
Merge branch 'ipv4-address-protocol'
David S. Miller
2
-34
/
+134
2023-03-23
selftests: rtnetlink: Add an address proto test
Petr Machata
1
-0
/
+91
2023-03-23
selftests: rtnetlink: Make the set of tests to run configurable
Petr Machata
1
-42
/
+48
2023-03-23
net: ipv4: Allow changing IPv4 address protocol
Petr Machata
1
-0
/
+3
2023-03-23
Merge branch 'net-ipa-fully-support-ipa-v5-0'
Jakub Kicinski
11
-9
/
+1385
2023-03-23
net: ipa: add IPA v5.0 configuration data
Alex Elder
4
-3
/
+489
2023-03-23
net: ipa: add IPA v5.0 GSI register definitions
Alex Elder
5
-3
/
+324
2023-03-23
net: ipa: add IPA v5.0 register definitions
Alex Elder
4
-5
/
+574
2023-03-23
Merge branch 'quirk-for-oem-sfp-2-5g-t-copper-module'
Jakub Kicinski
2
-4
/
+22
2023-03-23
net: sfp: add quirk for 2.5G copper SFP
Russell King (Oracle)
1
-0
/
+18
2023-03-23
net: sfp-bus: allow SFP quirks to override Autoneg and pause bits
Russell King (Oracle)
1
-4
/
+4
2023-03-23
Merge branch 'net-remove-some-skb_mac_header-assumptions'
Jakub Kicinski
4
-9
/
+9
2023-03-23
net/sched: remove two skb_mac_header() uses
Eric Dumazet
2
-2
/
+2
2023-03-23
sch_cake: do not use skb_mac_header() in cake_overhead()
Eric Dumazet
1
-3
/
+3
2023-03-23
net: do not use skb_mac_header() in qdisc_pkt_len_init()
Eric Dumazet
1
-4
/
+4
2023-03-23
Merge branch 'remove-phylink_state-s-an_enabled-member'
Jakub Kicinski
4
-26
/
+26
2023-03-23
net: phylink: remove an_enabled
Russell King (Oracle)
2
-22
/
+17
2023-03-23
net: pcs: xpcs: use Autoneg bit rather than an_enabled
Russell King (Oracle)
1
-3
/
+7
2023-03-23
net: dpaa2-mac: use Autoneg bit rather than an_enabled
Russell King (Oracle)
1
-1
/
+2
2023-03-23
netdev: Enforce index cap in netdev_get_tx_queue
Nick Child
1
-0
/
+1
2023-03-23
net: Catch invalid index in XPS mapping
Nick Child
1
-0
/
+2
2023-03-23
Merge branch 'add-cpswxg-sgmii-support-for-j7200-and-j721e'
Jakub Kicinski
1
-9
/
+33
2023-03-23
net: ethernet: ti: am65-cpsw: Enable SGMII mode for J721E
Siddharth Vadapalli
1
-1
/
+1
2023-03-23
net: ethernet: ti: am65-cpsw: Enable SGMII mode for J7200
Siddharth Vadapalli
1
-1
/
+1
2023-03-23
net: ethernet: ti: am65-cpsw: Add support for SGMII mode
Siddharth Vadapalli
1
-1
/
+10
2023-03-23
net: ethernet: ti: am65-cpsw: Simplify setting supported interface
Siddharth Vadapalli
1
-6
/
+21
2023-03-23
liquidio: remove unused IQ_INSTR_MODE_64B function
Tom Rix
1
-9
/
+0
2023-03-23
Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...
Jakub Kicinski
12
-228
/
+553
2023-03-23
dt-bindings: net: Drop unneeded quotes
Rob Herring
43
-79
/
+79
2023-03-23
Merge branch 'net-dsa-b53-configure-6318-and-63268-rgmii-ports'
Jakub Kicinski
5
-8
/
+53
2023-03-23
net: dsa: b53: add BCM63268 RGMII configuration
Álvaro Fernández Rojas
2
-1
/
+6
2023-03-23
net: dsa: b53: mmap: allow passing a chip ID
Álvaro Fernández Rojas
3
-10
/
+44
2023-03-23
net: dsa: b53: mmap: add more 63xx SoCs
Álvaro Fernández Rojas
1
-0
/
+3
2023-03-23
dt-bindings: net: dsa: b53: add more 63xx SoCs
Álvaro Fernández Rojas
1
-0
/
+3
2023-03-23
ethernet: remove superfluous clearing of phydev
Wolfram Sang
5
-10
/
+2
2023-03-23
Merge branch 'bnxt-ptp-optimizations'
Jakub Kicinski
3
-33
/
+42
2023-03-23
bnxt: Enforce PTP software freq adjustments only when in non-RTC mode
Pavan Chebbi
1
-4
/
+10
2023-03-23
bnxt: Defer PTP initialization to after querying function caps
Pavan Chebbi
2
-1
/
+4
2023-03-23
bnxt: Change fw_cap to u64 to accommodate more capability bits
Pavan Chebbi
1
-28
/
+28
2023-03-22
selftests/net: Add SHA256 computation over data sent in tcp_mmap
Xiaoyan Li
2
-12
/
+92
2023-03-22
net-zerocopy: Reduce compound page head access
Xiaoyan Li
1
-3
/
+11
2023-03-22
sh_eth: remove open coded netif_running()
Wolfram Sang
2
-6
/
+1
2023-03-22
net: ethernet: ti: am65-cpts: adjust estf following ptp changes
Grygorii Strashko
1
-10
/
+24
[next]