summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22net: make xps_needed and xps_rxqs_needed staticVladimir Oltean1-4/+2
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet1-0/+10
2021-03-18net: NULL the old xps map entries when freeing themAntoine Tenart1-0/+1
2021-03-18net: fix use after free in xpsAntoine Tenart1-5/+12
2021-03-18net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart1-6/+9
2021-03-18net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart1-20/+25
2021-03-18net: move the xps maps to an arrayAntoine Tenart1-42/+31
2021-03-18net: remove the xps possible_maskAntoine Tenart1-27/+13
2021-03-18net: embed nr_ids in the xps mapsAntoine Tenart1-24/+21
2021-03-18net: embed num_tc in the xps mapsAntoine Tenart1-22/+41
2021-03-18net: check all name nodes in __dev_alloc_nameJiri Bohac1-0/+12
2021-03-17net: fix race between napi kthread mode and busy pollWei Wang1-1/+18
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi1-1/+1
2021-03-15net: export dev_set_threaded symbolLorenzo Bianconi1-0/+1
2021-03-14gro: give 'hash' variable in dev_gro_receive() a less confusing nameAlexander Lobakin1-6/+6
2021-03-14gro: consistentify napi->gro_hash[x] access in dev_gro_receive()Alexander Lobakin1-11/+11
2021-03-14gro: simplify gro_list_prepare()Alexander Lobakin1-8/+4
2021-03-10net: core: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-18/+14
2021-02-13skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin1-8/+1
2021-02-13skbuff: remove __kfree_skb_flush()Alexander Lobakin1-6/+1
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer1-18/+14
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang1-0/+42
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+6
2021-02-09net: add sysfs attribute to control napi threaded modeWei Wang1-2/+46
2021-02-09net: implement threaded-able napi poll loop supportWei Wang1-0/+112
2021-02-09net: extract napi poll functionality to __napi_poll()Felix Fietkau1-12/+24
2021-02-05net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet1-5/+6
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky1-6/+1
2021-01-29net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long1-1/+12
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+1
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu1-0/+2
2021-01-20net: inline rollback_registered_many()Jakub Kicinski1-14/+8
2021-01-20net: move rollback_registered_many()Jakub Kicinski1-93/+95
2021-01-20net: inline rollback_registered()Jakub Kicinski1-11/+6
2021-01-20net: move net_set_todo inside rollback_registered()Jakub Kicinski1-8/+3
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2021-01-19net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan1-0/+5
2021-01-19net: add inline function skb_csum_is_sctpXin Long1-1/+1
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan1-0/+33
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-13/+11
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+24
2021-01-14net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan1-3/+9
2021-01-13net: core: use eth_type_vlan in __netif_receive_skb_coreMenglong Dong1-4/+2
2021-01-09net-gro: remove GRO_DROPEric Dumazet1-11/+0
2021-01-08net: make sure devices go through netdev_wait_all_refsJakub Kicinski1-10/+4
2021-01-08net: make free_netdev() more lenient with unregistering devicesJakub Kicinski1-0/+11
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-11/+9
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-4/+4
2021-01-07udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski1-1/+1