Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-01sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET
2022-09-13sfc: introduce shutdown entry point in efx pci driverPieter Jansen van Vuuren
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper
2022-06-29sfc: Separate efx_nic memory from net_device memoryJonathan Cooper
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper
2022-06-29sfc: Change BUG_ON to WARN_ON and recovery code.Jonathan Cooper
2022-06-29sfc: Remove netdev init from efx_init_structJonathan Cooper
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-05-04sfc: Disable Siena supportMartin Habets
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-24sfc: use DEVICE_ATTR_*() macroYueHaibing
2021-05-15sfc: don't use netif_info et al before net_device is registeredHeiner Kallweit
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-09-12sfc: advertise encapsulated offloads on EF10Edward Cree
2020-09-08sfc: remove EFX_DRIVER_VERSIONEdward Cree
2020-09-08sfc: remove phy_op indirectionEdward Cree
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-27sfc: skeleton EF100 PF driverEdward Cree
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski
2020-07-03sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree
2020-07-03sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree
2020-07-03sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree
2020-07-03sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree
2020-06-30sfc: commonise efx->[rt]xq_entries initialisationEdward Cree
2020-06-30sfc: commonise miscellaneous efx functionsEdward Cree
2020-06-30sfc: commonise PCI error handlersEdward Cree
2020-06-30sfc: track which BAR is mappedEdward Cree
2020-06-30sfc: commonise FC advertisingEdward Cree
2020-02-20sfc: remove unused variable 'efx_default_channel_type'YueHaibing
2020-01-16sfc: remove duplicated include from efx.cYueHaibing
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)
2020-01-10sfc: move yet more functionsAlex Maftei (amaftei)
2020-01-10sfc: move RSS codeAlex Maftei (amaftei)
2020-01-10sfc: move various functionsAlex Maftei (amaftei)
2020-01-09sfc: move MCDI logging device attributeAlex Maftei (amaftei)
2020-01-09sfc: move some port link state/caps codeAlex Maftei (amaftei)
2020-01-09sfc: move common rx codeAlex Maftei (amaftei)
2020-01-09sfc: move event queue management codeAlex Maftei (amaftei)
2020-01-09sfc: move channel interrupt management codeAlex Maftei (amaftei)
2020-01-09sfc: move channel alloc/removal codeAlex Maftei (amaftei)