Age | Commit message (Expand) | Author | Files | Lines |
2022-02-14 | net: mscc: ocelot: add ability to perform bulk reads | Colin Foster | 2 | -0/+18 |
2022-02-14 | net: ocelot: align macros for consistency | Colin Foster | 1 | -15/+29 |
2022-02-14 | net: mscc: ocelot: remove unnecessary stat reading from ethtool | Colin Foster | 1 | -17/+16 |
2022-02-14 | ipv6: Add reasons for skb drops to __udp6_lib_rcv | David Ahern | 1 | -2/+9 |
2022-02-14 | Merge branch 'dm9051' | David S. Miller | 5 | -0/+1516 |
2022-02-14 | net: Add dm9051 driver | Joseph CHAMG | 4 | -0/+1454 |
2022-02-14 | dt-bindings: net: Add Davicom dm9051 SPI ethernet controller | Joseph CHAMG | 1 | -0/+62 |
2022-02-14 | net/smc: Add comment for smc_tx_pending | Tony Lu | 1 | -1/+6 |
2022-02-14 | Generate netlink notification when default IPv6 route preference changes | Kalash Nainwal | 1 | -1/+5 |
2022-02-14 | net/sched: act_police: more accurate MTU policing | Davide Caratti | 2 | -1/+67 |
2022-02-13 | etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overead | Kees Cook | 1 | -3/+2 |
2022-02-13 | net: lan966x: Fix when CONFIG_IPV6 is not set | Horatiu Vultur | 1 | -1/+2 |
2022-02-13 | net: lan966x: Fix when CONFIG_PTP_1588_CLOCK is compiled as module | Horatiu Vultur | 1 | -0/+1 |
2022-02-13 | Merge branch 'lan743x-enhancements' | David S. Miller | 3 | -39/+305 |
2022-02-13 | net: lan743x: Add support for Clause-45 MDIO PHY management | Raju Lakkaraju | 2 | -3/+122 |
2022-02-13 | net: lan743x: Add support for SGMII interface | Raju Lakkaraju | 2 | -0/+65 |
2022-02-13 | net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion timers to 10 | Raju Lakkaraju | 2 | -10/+28 |
2022-02-13 | net: lan743x: Add support for 4 Tx queues | Raju Lakkaraju | 3 | -24/+79 |
2022-02-13 | net: lan743x: Add PCI11010 / PCI11414 device IDs | Raju Lakkaraju | 2 | -2/+11 |
2022-02-13 | net: wwan: iosm: Enable M.2 7360 WWAN card support | M Chetan Kumar | 10 | -78/+1033 |
2022-02-11 | Revert "net: ethernet: cavium: use div64_u64() instead of do_div()" | Jakub Kicinski | 1 | -2/+2 |
2022-02-11 | net: moxa: use GFP_KERNEL | Julia Lawall | 1 | -2/+2 |
2022-02-11 | octeontx2-af: fix array bound error | Hariprasad Kelam | 1 | -2/+3 |
2022-02-11 | Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 151 | -3809/+6331 |
2022-02-11 | Merge branch 'ipv6-loopback' | David S. Miller | 5 | -72/+64 |
2022-02-11 | ipv4: add (struct uncached_list)->quarantine list | Eric Dumazet | 1 | -3/+9 |
2022-02-11 | ipv6: add (struct uncached_list)->quarantine list | Eric Dumazet | 1 | -3/+14 |
2022-02-11 | ipv6: give an IPv6 dev to blackhole_netdev | Eric Dumazet | 2 | -59/+40 |
2022-02-11 | ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncache | Eric Dumazet | 3 | -7/+1 |
2022-02-11 | dsa: mv88e6xxx: make serdes SGMII/Fiber tx amplitude configurable | Holger Brunck | 4 | -0/+70 |
2022-02-11 | dt-bindings: phy: Add `tx-p2p-microvolt` property binding | Marek BehĂșn | 1 | -0/+103 |
2022-02-11 | ipv6: Reject routes configurations that specify dsfield (tos) | Guillaume Nault | 2 | -0/+19 |
2022-02-11 | Merge branch 'dsa-cleanup' | David S. Miller | 2 | -57/+1 |
2022-02-11 | net: dsa: remove lockdep class for DSA slave address list | Vladimir Oltean | 1 | -12/+0 |
2022-02-11 | net: dsa: remove lockdep class for DSA master address list | Vladimir Oltean | 1 | -4/+0 |
2022-02-11 | net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_id | Vladimir Oltean | 1 | -41/+1 |
2022-02-11 | Merge branch 'smc-optimizations' | David S. Miller | 9 | -4/+233 |
2022-02-11 | net/smc: Add global configure for handshake limitation by netlink | D. Wythe | 6 | -0/+79 |
2022-02-11 | net/smc: Dynamic control handshake limitation by socket options | D. Wythe | 4 | -1/+74 |
2022-02-11 | net/smc: Limit SMC visits when handshake workqueue congested | D. Wythe | 3 | -1/+20 |
2022-02-11 | net/smc: Limit backlog connections | D. Wythe | 2 | -1/+50 |
2022-02-11 | net/smc: Make smc_tcp_listen_work() independent | D. Wythe | 1 | -2/+11 |
2022-02-11 | dt-bindings: net: dsa: realtek: convert to YAML schema, add MDIO | Luiz Angelo Daros de Luca | 2 | -240/+394 |
2022-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 328 | -1720/+4072 |
2022-02-10 | Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 50 | -155/+318 |
2022-02-10 | Merge tag 'linux-kselftest-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 6 | -15/+43 |
2022-02-10 | Merge tag 'linux-kselftest-kunit-fixes-5.17-rc4' of git://git.kernel.org/pub/... | Linus Torvalds | 2 | -2/+2 |
2022-02-10 | net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregister | Vladimir Oltean | 1 | -2/+2 |
2022-02-10 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | Jakub Kicinski | 5 | -16/+53 |
2022-02-10 | net: mscc: ocelot: fix mutex lock error during ethtool stats read | Colin Foster | 1 | -4/+7 |