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
2020-04-20
r8169: inline rtl8169_mark_as_last_descriptor
Heiner Kallweit
1
-6
/
+2
2020-04-20
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
7
-234
/
+233
2020-04-20
net: qed: Remove unneeded cast from memory allocation
Aishwarya Ramakrishnan
1
-9
/
+8
2020-04-20
net: sun: Remove unneeded cast from memory allocation
Aishwarya Ramakrishnan
1
-1
/
+1
2020-04-20
net: ethernet: dnet: convert to devm_platform_get_and_ioremap_resource
Dejin Zheng
1
-2
/
+1
2020-04-20
selftests: pmtu: implement IPIP, SIT and ip6tnl PMTU discovery tests
Lourdes Pedrajas
1
-0
/
+122
2020-04-20
net: phy: mscc: use mdiobus_get_phy()
Michael Walle
1
-4
/
+3
2020-04-20
Merge branch 'mlxsw-Two-small-changes'
David S. Miller
2
-3
/
+7
2020-04-20
mlxsw: reg: Increase register field length to 13 bits
Ido Schimmel
1
-1
/
+1
2020-04-20
mlxsw: spectrum_router: Re-increase scale of IPv6 nexthop groups
Ido Schimmel
1
-2
/
+6
2020-04-20
net: phy: Propagate error from bus->reset
Florian Fainelli
1
-3
/
+6
2020-04-20
Merge branch 'net-phy-realtek-move-PHY-resume-delay-from-MAC-to-PHY-driver'
David S. Miller
2
-4
/
+13
2020-04-20
r8169: remove PHY resume delay that is handled in the PHY driver now
Heiner Kallweit
1
-2
/
+0
2020-04-20
net: phy: realtek: add delay to resume path of certain internal PHY's
Heiner Kallweit
1
-2
/
+13
2020-04-20
net: hns: use true,false for bool variables
Jason Yan
1
-2
/
+2
2020-04-20
ptp: idt82p33: Make two variables static
YueHaibing
1
-2
/
+2
2020-04-20
ptp_kvm: Make kvm_ptp_lock static
YueHaibing
1
-1
/
+1
2020-04-20
net: dsa: sja1105: enable internal pull-down for RX_DV/CRS_DV/RX_CTL and RX_ER
Vladimir Oltean
3
-7
/
+54
2020-04-19
igc: Add debug messages to MAC filter code
Andre Guedes
1
-2
/
+22
2020-04-19
igc: Refactor igc_del_mac_filter()
Andre Guedes
1
-26
/
+19
2020-04-19
igc: Refactor igc_mac_entry_can_be_used()
Andre Guedes
1
-33
/
+47
2020-04-19
igc: Remove igc_*_mac_steering_filter() wrappers
Andre Guedes
3
-32
/
+16
2020-04-19
igc: Remove IGC_MAC_STATE_QUEUE_STEERING
Andre Guedes
2
-15
/
+20
2020-04-19
igc: Remove 'queue' check in igc_del_mac_filter()
Andre Guedes
1
-14
/
+11
2020-04-19
igc: Improve address check in igc_del_mac_filter()
Andre Guedes
1
-1
/
+1
2020-04-19
igc: Refactor igc_rar_set_index()
Andre Guedes
1
-31
/
+42
2020-04-19
igc: Fix igc_uc_unsync()
Andre Guedes
1
-3
/
+1
2020-04-19
igc: Change igc_add_mac_filter() returning value
Andre Guedes
2
-7
/
+2
2020-04-19
igc: Check unsupported flag in igc_add_mac_filter()
Andre Guedes
1
-0
/
+2
2020-04-19
igc: Remove duplicate code in MAC filtering logic
Andre Guedes
1
-99
/
+13
2020-04-19
e1000e: fix S0ix flows for cable connected case
Vitaly Lifshits
2
-0
/
+57
2020-04-19
igc: Add new device IDs for i225 part
Sasha Neftin
3
-0
/
+9
2020-04-19
Merge branch 'r8169-series-with-improvements'
David S. Miller
1
-24
/
+51
2020-04-19
r8169: add workaround for RTL8168evl TSO hw issues
Heiner Kallweit
1
-0
/
+34
2020-04-19
r8169: improve rtl8169_tso_csum_v2
Heiner Kallweit
1
-10
/
+5
2020-04-19
r8169: use rtl8169_set_features in rtl8169_init_one
Heiner Kallweit
1
-4
/
+3
2020-04-19
r8169: preserve VLAN setting on RTL8125 in rtl_init_rxcfg
Heiner Kallweit
1
-2
/
+5
2020-04-19
r8169: remove NETIF_F_HIGHDMA from vlan_features
Heiner Kallweit
1
-2
/
+1
2020-04-19
r8169: move setting OCP base to generic init code
Heiner Kallweit
1
-6
/
+3
2020-04-19
enetc: permit configuration of rx-vlan-filter with ethtool
Vladimir Oltean
1
-28
/
+16
2020-04-19
net: mscc: ocelot: deal with problematic MAC_ETYPE VCAP IS2 rules
Vladimir Oltean
3
-4
/
+106
2020-04-19
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
9
-222
/
+605
2020-04-19
net: phy: broadcom: Add support for BCM53125 internal PHYs
Florian Fainelli
2
-0
/
+15
2020-04-19
net: phy: mdio-bcm-iproc: Do not show kernel pointer
Florian Fainelli
1
-1
/
+1
2020-04-19
net: dsa: b53: per-port interrupts are optional
Florian Fainelli
1
-1
/
+1
2020-04-19
net: phy: at803x: add support for AR8032 PHY
David Bauer
1
-0
/
+17
2020-04-17
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
23
-152
/
+830
2020-04-17
igc: Fix default MAC address filter override
Andre Guedes
1
-0
/
+2
2020-04-17
igc: Remove dead code related to flower filter
Andre Guedes
2
-4
/
+0
2020-04-17
igc: Fix NFC queue redirection support
Andre Guedes
2
-4
/
+12
[prev]
[next]