aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-09net: add napi_get_frags_check() helperEric Dumazet1-0/+18
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet1-1/+1
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet1-9/+9
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-5/+5
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-70/+162
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+0
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld1-3/+0
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-05-16net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet1-2/+3
2022-05-16net: add skb_defer_max sysctlEric Dumazet1-0/+1
2022-05-16net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet1-1/+1
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet1-2/+5
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck1-1/+1
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-3/+4
2022-05-12net: update the register_netdevice() kdocJakub Kicinski1-14/+6
2022-05-11net: add more debug info in skb_checksum_help()Eric Dumazet1-4/+6
2022-05-11net: remove two BUG() from skb_checksum_help()Eric Dumazet1-2/+6
2022-05-10net: fix kdoc on __dev_queue_xmit()Jakub Kicinski1-20/+15
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-2/+2
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski1-0/+35
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-0/+12
2022-05-03netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski1-3/+3
2022-04-30net: inline dev_queue_xmit()Pavel Begunkov1-13/+2
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+6
2022-04-28net: make sure net_rx_action() calls skb_defer_free_flush()Eric Dumazet1-1/+2
2022-04-26net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior1-9/+5
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet1-0/+31
2022-04-19net: sched: use queue_mapping to pick tx queueTonghao Zhang1-2/+29
2022-04-11net: skb: rename SKB_DROP_REASON_PTYPE_ABSENTMenglong Dong1-5/+3
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji1-0/+1
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski1-0/+1
2022-04-07net: unexport a handful of dev_* functionsJakub Kicinski1-6/+0
2022-04-06net: ethernet: mtk_eth_soc: implement flow offloading to WED devicesFelix Fietkau1-0/+4
2022-04-05net: ensure net_todo_list is processed quicklyJohannes Berg1-1/+1
2022-03-28net: move net_unlink_todo() out of the headerJohannes Berg1-0/+10
2022-03-21net: Revert the softirq will run annotation in ____napi_schedule().Sebastian Andrzej Siewior1-2/+1
2022-03-18net: set default rss queues num to physical cores / 2Íñigo Huguet1-4/+16
2022-03-14net: Add lockdep asserts to ____napi_schedule().Sebastian Andrzej Siewior1-1/+4
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-9/+42
2022-03-11net: remove exports for netdev_name_node_alt_create() and destroyJakub Kicinski1-2/+0
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong1-3/+5
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong1-1/+1
2022-03-04net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong1-1/+1
2022-03-04net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong1-1/+4
2022-03-04net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong1-2/+3
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong1-1/+1
2022-03-04net: dev: Use netif_rx().Sebastian Andrzej Siewior1-3/+3
2022-03-03net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...Martin KaFai Lau1-6/+2
2022-03-03net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau1-2/+6
2022-03-03net: Clear mono_delivery_time bit in __skb_tstamp_tx()Martin KaFai Lau1-2/+2
2022-03-03net: Handle delivery_time in skb->tstamp during network tapping with af_packetMartin KaFai Lau1-1/+3
2022-03-03net: dev: Add hardware stats supportPetr Machata1-1/+266
2022-02-23net: Correct wrong BH disable in hard-interrupt.Sebastian Andrzej Siewior1-3/+8
2022-02-19net: get rid of rtnl_lock_unregistering()Eric Dumazet1-42/+0
2022-02-18net: avoid quadratic behavior in netdev_wait_allrefs_any()Eric Dumazet1-3/+1
2022-02-17net: allow out-of-order netdev unregistrationJakub Kicinski1-27/+37
2022-02-17net: transition netdev reg state earlier in run_todoJakub Kicinski1-9/+9
2022-02-14net: dev: Make rps_lock() disable interrupts.Sebastian Andrzej Siewior1-34/+42
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-38/+29
2022-02-14net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal().Sebastian Andrzej Siewior1-4/+1
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet1-7/+4
2022-02-08net: remove default_device_exit()Eric Dumazet1-8/+14
2022-02-08net: add dev->dev_registered_trackerEric Dumazet1-2/+4
2022-02-06net: initialize init_net earlierEric Dumazet1-2/+1
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet1-1/+1
2022-02-03net: minor __dev_alloc_name() optimizationEric Dumazet1-2/+2
2022-01-11xdp: check prog type before updating BPF linkToke Høiland-Jørgensen1-0/+6
2022-01-09net: skb: introduce kfree_skb_reason()Menglong Dong1-1/+2
2022-01-06gro: add ability to control gro max packet sizeCoco Li1-0/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey1-4/+4
2021-12-14net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior1-1/+1
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-12-13net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+5
2021-12-06net: add net device refcount tracker to struct netdev_adjacentEric Dumazet1-3/+4
2021-12-06net: add net device refcount tracker infrastructureEric Dumazet1-0/+3
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2021-12-01net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-1/+4
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior1-8/+8
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski1-22/+4
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-11-20dev_addr: add a modification checkJakub Kicinski1-0/+1
2021-11-16net: gro: populate net/core/gro.cEric Dumazet1-667/+1
2021-11-10net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin1-2/+5
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2021-10-26net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay1-0/+5
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc1-1/+2
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan1-0/+6
2021-10-20net-core: use netdev_* calls for kernel messagesJesse Brandeburg1-12/+10
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+15
2021-10-14netfilter: Introduce egress hookLukas Wunner1-2/+13
2021-10-14netfilter: Generalize ingress hook include fileLukas Wunner1-1/+1
2021-10-14netfilter: Rename ingress hook include fileLukas Wunner1-1/+1
2021-10-10net: make dev_get_port_parent_id slightly more readableAntoine Tenart1-5/+2
2021-10-08net: introduce a function to check if a netdev name is in useAntoine Tenart1-4/+10
2021-10-02net:dev: Change napi_gro_complete return type to voidGyumin Hwang1-3/+2
2021-09-27net: make napi_disable() symmetric with enableJakub Kicinski1-6/+12
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+10
2021-09-20napi: fix race inside napi_enableXuan Zhuo1-6/+10
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski1-0/+2
2021-08-13net: in_irq() cleanupChangbin Du1-1/+1
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+13
2021-08-09net, core: Allow netdev_lower_get_next_private_rcu in bh contextJussi Maki1-1/+1
2021-08-09net, core: Add support for XDP redirection to slave deviceJussi Maki1-1/+12
2021-08-05net: Remove redundant if statementsYajun Deng1-4/+2
2021-08-04net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-04net: add netif_set_real_num_queues() for device reconfigJakub Kicinski1-0/+44
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann1-125/+0
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni1-1/+1
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-3/+2
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni1-0/+2
2021-07-29net: optimize GRO for the common case.Paolo Abeni1-8/+22
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+26
2021-07-20memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin1-3/+3
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-50/+53
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+10
2021-07-15net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu1-4/+16
2021-07-13xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo1-4/+10
2021-07-09net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart1-0/+2
2021-07-08skbuff: Fix build with SKB extensions disabledFlorian Fainelli1-1/+2
2021-07-07bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi1-18/+0
2021-07-07bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi1-2/+1
2021-07-07net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi1-31/+53
2021-07-06skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey1-0/+13
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-11/+45
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-06-28net: update netdev_rx_csum_fault() print dump only onceTanner Love1-5/+9
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin1-2/+25
2021-06-21net/netif_receive_skb_core: Use migrate_disable()Sebastian Andrzej Siewior1-2/+2
2021-06-18sched: Change task_struct::statePeter Zijlstra1-1/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+24
2021-05-14net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin1-1/+2
2021-05-14net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin1-4/+22
2021-05-13net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior1-2/+9
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+5
2021-04-22net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi1-1/+5
2021-04-19gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin1-4/+4
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-04-13gro: ensure frag0 meets IP header alignmentEric Dumazet1-1/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-04-09net: fix hangup on napi_disable for threaded napiPaolo Abeni1-1/+2
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin1-5/+5
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin1-7/+17
2021-03-25net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov1-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+31
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso1-0/+46
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov1-1/+5
2021-03-22net: set initial device refcount to 1Eric Dumazet1-3/+6
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