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.13.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
2022-06-24
ipmr: convert /proc handlers to rcu_read_lock()
Eric Dumazet
2
-8
/
+8
2022-06-24
ipmr: adopt rcu_read_lock() in mr_dump()
Eric Dumazet
4
-9
/
+7
2022-06-24
ip6mr: switch ip6mr_get_route() to rcu_read_lock()
Eric Dumazet
1
-5
/
+5
2022-06-24
ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()
Eric Dumazet
1
-9
/
+1
2022-06-24
ip6mr: do not acquire mrt_lock before calling ip6mr_cache_unresolved
Eric Dumazet
1
-6
/
+6
2022-06-24
ip6mr: do not acquire mrt_lock in ioctl(SIOCGETMIFCNT_IN6)
Eric Dumazet
1
-20
/
+22
2022-06-24
ip6mr: do not acquire mrt_lock in pim6_rcv()
Eric Dumazet
1
-3
/
+2
2022-06-24
ip6mr: ip6mr_cache_report() changes
Eric Dumazet
1
-15
/
+20
2022-06-24
ipmr: do not acquire mrt_lock in ipmr_get_route()
Eric Dumazet
1
-2
/
+0
2022-06-24
ipmr: do not acquire mrt_lock while calling ip_mr_forward()
Eric Dumazet
1
-7
/
+2
2022-06-24
ipmr: do not acquire mrt_lock before calling ipmr_cache_unresolved()
Eric Dumazet
1
-17
/
+8
2022-06-24
ipmr: do not acquire mrt_lock in ioctl(SIOCGETVIFCNT)
Eric Dumazet
1
-20
/
+22
2022-06-24
ipmr: do not acquire mrt_lock in __pim_rcv()
Eric Dumazet
1
-5
/
+5
2022-06-24
ipmr: ipmr_cache_report() changes
Eric Dumazet
1
-16
/
+29
2022-06-24
ipmr: change igmpmsg_netlink_event() prototype
Eric Dumazet
1
-2
/
+2
2022-06-24
ipmr: add rcu protection over (struct vif_device)->dev
Eric Dumazet
4
-77
/
+111
2022-06-24
ip6mr: do not get a device reference in pim6_rcv()
Eric Dumazet
1
-2
/
+0
2022-06-24
Merge branch 'dsa-microchip-common-spi-probe'
David S. Miller
14
-680
/
+598
2022-06-24
net: dsa: microchip: common ksz_spi_probe for ksz switches
Arun Ramadoss
4
-183
/
+69
2022-06-24
net: dsa: microchip: remove the ksz8/ksz9477_switch_register
Arun Ramadoss
7
-19
/
+4
2022-06-24
net: dsa: microchip: move ksz_dev_ops to ksz_common.c
Arun Ramadoss
6
-164
/
+271
2022-06-24
net: dsa: microchip: common menuconfig for ksz series switch
Arun Ramadoss
3
-25
/
+13
2022-06-24
net: dsa: microchip: ksz9477: separate phylink mode from switch register
Arun Ramadoss
2
-26
/
+7
2022-06-24
net: dsa: microchip: common dsa_switch_ops for ksz switches
Arun Ramadoss
4
-190
/
+89
2022-06-24
net: dsa: microchip: move start of switch to ksz_setup
Arun Ramadoss
5
-5
/
+20
2022-06-24
net: dsa: microchip: move multicast enable to ksz_setup
Arun Ramadoss
6
-6
/
+19
2022-06-24
net: dsa: microchip: move broadcast rate limit to ksz_setup
Arun Ramadoss
6
-32
/
+30
2022-06-24
net: dsa: microchip: move setup function to ksz_common
Arun Ramadoss
4
-41
/
+41
2022-06-24
net: dsa: microchip: add the enable_stp_addr pointer in ksz_dev_ops
Arun Ramadoss
3
-9
/
+52
2022-06-24
net: dsa: microchip: add config_cpu_port to struct ksz_dev_ops
Arun Ramadoss
3
-2
/
+5
2022-06-24
net: dsa: microchip: rename shutdown to reset in ksz_dev_ops
Arun Ramadoss
5
-9
/
+9
2022-06-24
Merge branch 'bonding-per-port-priorities'
David S. Miller
8
-2
/
+98
2022-06-24
Bonding: add per-port priority for failover re-selection
Hangbin Liu
8
-0
/
+90
2022-06-24
bonding: add slave_dev field for bond_opt_value
Hangbin Liu
1
-2
/
+8
2022-06-24
cxgb4/cxgb4vf: Fix typo in comments
Jiang Jian
1
-1
/
+1
2022-06-24
bnxt: Fix typo in comments
Jiang Jian
1
-1
/
+1
2022-06-24
net: phy: mxl-gpy: add temperature sensor
Michael Walle
2
-0
/
+108
2022-06-24
Merge branch 'net-use-new-hwmon_sanitize_name'
Jakub Kicinski
2
-15
/
+6
2022-06-24
net: phy: nxp-tja11xx: use devm_hwmon_sanitize_name()
Michael Walle
1
-8
/
+3
2022-06-24
net: sfp: use hwmon_sanitize_name()
Michael Walle
1
-7
/
+3
2022-06-24
Merge branch 'broadcom-ptp-phy-support'
Jakub Kicinski
5
-4
/
+998
2022-06-24
net: phy: Add support for 1PPS out and external timestamps
Jonathan Lemon
1
-0
/
+226
2022-06-24
net: phy: broadcom: Add PTP support for some Broadcom PHYs.
Jonathan Lemon
3
-0
/
+724
2022-06-24
net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-lib
Jonathan Lemon
2
-4
/
+48
2022-06-24
Merge branch 'net-dsa-mv88e6xxx-get-rid-of-speed_max'
Jakub Kicinski
4
-50
/
+30
2022-06-24
net: dsa: mv88e6xxx: get rid of SPEED_MAX setting
Russell King
3
-33
/
+30
2022-06-24
net: dsa: mv88e6xxx: remove mv88e6065 dead code
Russell King (Oracle)
2
-17
/
+0
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
293
-2561
/
+3685
2022-06-23
Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
47
-215
/
+617
2022-06-23
Merge tag 'mmc-v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
2
-8
/
+14
[next]