summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-4/+4
|\
| * gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin2021-04-191-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-251-1/+5
|\ \
| * | net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi2021-04-221-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-1/+2
|\ \ \ | | |/ | |/|
| * | gro: ensure frag0 meets IP header alignmentEric Dumazet2021-04-131-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-1/+2
|\| |
| * | net: fix hangup on napi_disable for threaded napiPaolo Abeni2021-04-091-1/+2
* | | net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2021-04-071-5/+5
* | | net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin2021-04-051-7/+17
| |/ |/|
* | net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov2021-03-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-2/+31
|\|
| * net: check all name nodes in __dev_alloc_nameJiri Bohac2021-03-181-0/+12
| * net: fix race between napi kthread mode and busy pollWei Wang2021-03-171-1/+18
| * can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-161-1/+1
* | net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso2021-03-241-0/+46
* | net: make unregister netdev warning timeout configurableDmitry Vyukov2021-03-231-1/+5
* | net: set initial device refcount to 1Eric Dumazet2021-03-221-3/+6
* | net: make xps_needed and xps_rxqs_needed staticVladimir Oltean2021-03-221-4/+2
* | net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet2021-03-191-0/+10
* | net: NULL the old xps map entries when freeing themAntoine Tenart2021-03-181-0/+1
* | net: fix use after free in xpsAntoine Tenart2021-03-181-5/+12
* | net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart2021-03-181-6/+9
* | net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart2021-03-181-20/+25
* | net: move the xps maps to an arrayAntoine Tenart2021-03-181-42/+31
* | net: remove the xps possible_maskAntoine Tenart2021-03-181-27/+13
* | net: embed nr_ids in the xps mapsAntoine Tenart2021-03-181-24/+21
* | net: embed num_tc in the xps mapsAntoine Tenart2021-03-181-22/+41
* | net: export dev_set_threaded symbolLorenzo Bianconi2021-03-151-0/+1
* | gro: give 'hash' variable in dev_gro_receive() a less confusing nameAlexander Lobakin2021-03-141-6/+6
* | gro: consistentify napi->gro_hash[x] access in dev_gro_receive()Alexander Lobakin2021-03-141-11/+11
* | gro: simplify gro_list_prepare()Alexander Lobakin2021-03-141-8/+4
* | net: core: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-18/+14
|\
| * bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer2021-02-131-18/+14
* | skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin2021-02-131-8/+1
* | skbuff: remove __kfree_skb_flush()Alexander Lobakin2021-02-131-6/+1
* | net: fix dev_ifsioc_locked() race conditionCong Wang2021-02-111-0/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-5/+6
|\ \
| * | net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet2021-02-051-5/+6
* | | net: add sysfs attribute to control napi threaded modeWei Wang2021-02-091-2/+46
* | | net: implement threaded-able napi poll loop supportWei Wang2021-02-091-0/+112
* | | net: extract napi poll functionality to __napi_poll()Felix Fietkau2021-02-091-12/+24
* | | net/core: move gro function declarations to separate headerLeon Romanovsky2021-02-041-6/+1
* | | net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long2021-01-291-1/+12
* | | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-221-1/+1
* | | net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2021-01-201-0/+2
* | | net: inline rollback_registered_many()Jakub Kicinski2021-01-201-14/+8
* | | net: move rollback_registered_many()Jakub Kicinski2021-01-201-93/+95
* | | net: inline rollback_registered()Jakub Kicinski2021-01-201-11/+6