summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-03-15net: dsa: ksz9477: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: dsa: seville_vsc9953: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: dsa: lan9303: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: dsa: lantiq_gswip: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-03-15nfc: trf7970a: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-03-15net: ni: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: samsung: sxgbe: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: marvell: pxa168_eth: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: stmmac: generic: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: stmmac: qcom: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: dsa: microchip: add ETS Qdisc support for KSZ9477 seriesOleksij Rempel
2023-03-15net: dsa: microchip: add ksz_setup_tc_mode() functionOleksij Rempel
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-03-15net: lan966x: Change lan966x_police_del return typeHoratiu Vultur
2023-03-13net: Use of_property_present() for testing DT property presenceRob Herring
2023-03-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-03-13bnxt: avoid overflow in bnxt_get_nvram_directory()Maxim Korotkov
2023-03-13net: virtio_net: implement exact header length guest featureJiri Pirko
2023-03-13net: phy: smsc: use device_property_present in smsc_phy_probeHeiner Kallweit
2023-03-13net: phy: dp83867: Disable IRQs on suspendAlexander Stein
2023-03-13net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841Horatiu Vultur
2023-03-10qede: remove linux/version.h and linux/compiler.hMuhammad Usama Anjum
2023-03-10sfc: support offloading TC VLAN push/pop actions to the MAEEdward Cree
2023-03-10net: ethernet: ti: am65-cpsw: Update name of Serdes PHYSiddharth Vadapalli
2023-03-10ptp_ocp: add force_irq to xilinx_spi configurationVadim Fedorenko
2023-03-10Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-03-10net: sfp: only use soft polling if we have A2h accessRussell King (Oracle)
2023-03-10net: sfp: add A2h presence flagRussell King (Oracle)
2023-03-10tap: add support for IOCB_NOWAITJens Axboe
2023-03-10tun: flag the device as supporting FMODE_NOWAITJens Axboe
2023-03-10net: lan966x: Add support for IS1 VCAP ethernet protocol typesHoratiu Vultur
2023-03-10net: lan966x: Add TC filter chaining support for IS1 and IS2 VCAPsHoratiu Vultur
2023-03-10net: lan966x: Add TC support for IS1 VCAPHoratiu Vultur
2023-03-10net: lan966x: Add IS1 VCAP keyset configuration for lan966xHoratiu Vultur
2023-03-10net: lan966x: Add IS1 VCAP modelHoratiu Vultur
2023-03-10net: mvpp2: Defer probe if MAC address source is not yet readyMiquel Raynal
2023-03-09net: restore alpha order to Ethernet devices in configBjorn Helgaas
2023-03-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2023-03-09net: ethernet: ti: am65-cpsw: Convert to devm_of_phy_optional_get()Geert Uytterhoeven
2023-03-09net: phy: smsc: use phy_set_bits in smsc_phy_config_initHeiner Kallweit
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-09i40e: add support for XDP multi-buffer RxTirthendu Sarkar
2023-03-09i40e: add xdp_buff to i40e_ring structTirthendu Sarkar
2023-03-09i40e: introduce next_to_process to i40e_ringTirthendu Sarkar
2023-03-09i40e: use frame_sz instead of recalculating truesize for building skbTirthendu Sarkar
2023-03-09i40e: Change size to truesize when using i40e_rx_buffer_flip()Tirthendu Sarkar
2023-03-09i40e: add pre-xdp page_count in rx_bufferTirthendu Sarkar
2023-03-09i40e: change Rx buffer size for legacy-rx to support XDP multi-bufferTirthendu Sarkar
2023-03-09i40e: consolidate maximum frame size calculation for vsiTirthendu Sarkar
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds