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
2021-10-09
net: tg3: fix redundant check of true expression
Jean Sacren
1
-2
/
+1
2021-10-08
qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario
Prabhakar Kushwaha
1
-0
/
+12
2021-10-08
net: phy: micrel: ksz9131 led errata workaround
Francesco Dolcini
1
-0
/
+24
2021-10-08
Merge branch 'netdev-name-in-use'
David S. Miller
4
-7
/
+14
2021-10-08
ppp: use the correct function to check if a netdev name is in use
Antoine Tenart
1
-1
/
+1
2021-10-08
bonding: use the correct function to check for netdev name collision
Antoine Tenart
1
-2
/
+2
2021-10-08
net: introduce a function to check if a netdev name is in use
Antoine Tenart
2
-4
/
+11
2021-10-08
Merge branch 'enetc-swtso'
David S. Miller
4
-20
/
+317
2021-10-08
net: enetc: add support for software TSO
Ioana Ciornei
4
-24
/
+311
2021-10-08
net: enetc: declare NETIF_F_HW_CSUM and do it in software
Ioana Ciornei
3
-5
/
+15
2021-10-08
Merge branch 'ip6gre-tests'
David S. Miller
11
-32
/
+1109
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip: Send a full-length key
Amit Cohen
1
-2
/
+4
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip: Remove code duplication
Amit Cohen
1
-27
/
+11
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip: Align topology drawing correctly
Amit Cohen
1
-3
/
+3
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip6: Add test case for IPv6 decap_error
Amit Cohen
1
-0
/
+250
2021-10-08
selftests: forwarding: Add IPv6 GRE hierarchical tests
Amit Cohen
4
-1
/
+364
2021-10-08
selftests: forwarding: Add IPv6 GRE flat tests
Amit Cohen
4
-0
/
+465
2021-10-08
testing: selftests: tc_common: Add tc_check_at_least_x_packets()
Amit Cohen
1
-0
/
+10
2021-10-08
testing: selftests: forwarding.config.sample: Add tc flag
Amit Cohen
1
-0
/
+3
2021-10-08
vsock: Enable y2038 safe timeval for timeout
Richard Palethorpe
4
-22
/
+55
2021-10-08
vsock: Refactor vsock_*_getsockopt to resemble sock_getsockopt
Richard Palethorpe
1
-37
/
+28
2021-10-08
ath11k: fix m68k and xtensa build failure in ath11k_peer_assoc_h_smps()
Kalle Valo
1
-2
/
+2
2021-10-08
net-sysfs: try not to restart the syscall if it will fail eventually
Antoine Tenart
1
-0
/
+55
2021-10-08
net: phylib: ensure phy device drivers do not match by DT
Russell King (Oracle)
1
-0
/
+10
2021-10-08
net: mdio: ensure the type of mdio devices match mdio drivers
Russell King (Oracle)
1
-0
/
+6
2021-10-08
net/sched: sch_ets: properly init all active DRR list handles
Davide Caratti
1
-3
/
+9
2021-10-08
qed: Initialize debug string array
Tim Gardner
1
-3
/
+0
2021-10-08
net: dsa: rtl8366rb: remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-10-08
Merge branch 'dev_addr-helpers'
David S. Miller
6
-7
/
+25
2021-10-08
ethernet: use platform_get_ethdev_address()
Jakub Kicinski
4
-6
/
+4
2021-10-08
eth: platform: add a helper for loading netdev->dev_addr
Jakub Kicinski
2
-0
/
+21
2021-10-08
ethernet: un-export nvmem_get_mac_address()
Jakub Kicinski
1
-1
/
+0
2021-10-08
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
25
-94
/
+1899
2021-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
265
-1902
/
+2787
2021-10-08
Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
4
-12
/
+18
2021-10-08
Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
64
-578
/
+662
2021-10-07
Merge tag 'asahi-soc-fixes-5.15' of https://github.com/AsahiLinux/linux into ...
Arnd Bergmann
1
-0
/
+3
2021-10-07
Merge tag 'scmi-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
2
-14
/
+32
2021-10-07
Merge tag 'omap-for-v5.15/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Arnd Bergmann
4
-13
/
+22
2021-10-07
Merge tag 'misc-fixes-20211007' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-5
/
+4
2021-10-07
Merge tag 'perf-tools-fixes-for-v5.15-2021-10-07' of git://git.kernel.org/pub...
Linus Torvalds
8
-54
/
+445
2021-10-07
ice: add port representor ethtool ops and stats
Wojciech Drewek
6
-7
/
+118
2021-10-07
ice: switchdev slow path
Grzegorz Nitka
6
-1
/
+156
2021-10-07
ice: rebuild switchdev when resetting all VFs
Grzegorz Nitka
6
-1
/
+130
2021-10-07
ice: enable/disable switchdev when managing VFs
Grzegorz Nitka
4
-2
/
+63
2021-10-07
ice: introduce new type of VSI for switchdev
Grzegorz Nitka
6
-3
/
+92
2021-10-07
ice: set and release switchdev environment
Grzegorz Nitka
6
-13
/
+453
2021-10-07
ice: allow changing lan_en and lb_en on dflt rules
Michal Swiatkowski
4
-1
/
+94
2021-10-07
ice: manage VSI antispoof and destination override
Michal Swiatkowski
2
-0
/
+73
2021-10-07
ice: allow process VF opcodes in different ways
Michal Swiatkowski
3
-37
/
+225
[next]