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
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet
2021-03-19net: NULL the old xps map entries when freeing themAntoine Tenart
2021-03-19net: fix use after free in xpsAntoine Tenart
2021-03-19net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart
2021-03-19net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart
2021-03-19net: move the xps maps to an arrayAntoine Tenart
2021-03-19net: remove the xps possible_maskAntoine Tenart
2021-03-19net: embed nr_ids in the xps mapsAntoine Tenart
2021-03-19net: embed num_tc in the xps mapsAntoine Tenart
2021-03-19net: check all name nodes in __dev_alloc_nameJiri Bohac
2021-03-18net: fix race between napi kthread mode and busy pollWei Wang
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi
2021-03-15net: export dev_set_threaded symbolLorenzo Bianconi
2021-03-15gro: give 'hash' variable in dev_gro_receive() a less confusing nameAlexander Lobakin
2021-03-15gro: consistentify napi->gro_hash[x] access in dev_gro_receive()Alexander Lobakin
2021-03-15gro: simplify gro_list_prepare()Alexander Lobakin
2021-03-10net: core: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-14skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin
2021-02-14skbuff: remove __kfree_skb_flush()Alexander Lobakin
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer
2021-02-12net: fix dev_ifsioc_locked() race conditionCong Wang
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-10net: add sysfs attribute to control napi threaded modeWei Wang
2021-02-10net: implement threaded-able napi poll loop supportWei Wang
2021-02-10net: extract napi poll functionality to __napi_poll()Felix Fietkau
2021-02-06net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet
2021-02-05net/core: move gro function declarations to separate headerLeon Romanovsky
2021-01-30net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long
2021-01-23tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2021-01-21net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu
2021-01-21net: inline rollback_registered_many()Jakub Kicinski
2021-01-21net: move rollback_registered_many()Jakub Kicinski
2021-01-21net: inline rollback_registered()Jakub Kicinski
2021-01-21net: move net_set_todo inside rollback_registered()Jakub Kicinski
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-20net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan
2021-01-20net: add inline function skb_csum_is_sctpXin Long
2021-01-19net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-14net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan
2021-01-14net: core: use eth_type_vlan in __netif_receive_skb_coreMenglong Dong
2021-01-10net-gro: remove GRO_DROPEric Dumazet
2021-01-09net: make sure devices go through netdev_wait_all_refsJakub Kicinski
2021-01-09net: make free_netdev() more lenient with unregistering devicesJakub Kicinski
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-07udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan