summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2021-05-14net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin
2021-05-14net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-22net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi
2021-04-19gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-13gro: ensure frag0 meets IP header alignmentEric Dumazet
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-09net: fix hangup on napi_disable for threaded napiPaolo Abeni
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin
2021-03-25net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov
2021-03-22net: set initial device refcount to 1Eric Dumazet
2021-03-22net: make xps_needed and xps_rxqs_needed staticVladimir Oltean
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet
2021-03-18net: NULL the old xps map entries when freeing themAntoine Tenart
2021-03-18net: fix use after free in xpsAntoine Tenart
2021-03-18net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart
2021-03-18net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart
2021-03-18net: move the xps maps to an arrayAntoine Tenart
2021-03-18net: remove the xps possible_maskAntoine Tenart
2021-03-18net: embed nr_ids in the xps mapsAntoine Tenart
2021-03-18net: embed num_tc in the xps mapsAntoine Tenart
2021-03-18net: check all name nodes in __dev_alloc_nameJiri Bohac
2021-03-17net: 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-14gro: give 'hash' variable in dev_gro_receive() a less confusing nameAlexander Lobakin
2021-03-14gro: consistentify napi->gro_hash[x] access in dev_gro_receive()Alexander Lobakin
2021-03-14gro: simplify gro_list_prepare()Alexander Lobakin
2021-03-10net: core: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-13skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin
2021-02-13skbuff: remove __kfree_skb_flush()Alexander Lobakin
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-09net: add sysfs attribute to control napi threaded modeWei Wang
2021-02-09net: implement threaded-able napi poll loop supportWei Wang
2021-02-09net: extract napi poll functionality to __napi_poll()Felix Fietkau
2021-02-05net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky
2021-01-29net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu
2021-01-20net: inline rollback_registered_many()Jakub Kicinski