summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Remove DECnet support from kernelStephen Hemminger2023-06-211-3/+1
* rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2023-06-141-2/+4
* net: Catch invalid index in XPS mappingNick Child2023-05-301-0/+2
* net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-301-1/+1
* net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet2023-03-111-1/+3
* net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann2023-02-221-1/+1
* net: add atomic_long_t to net_device_stats fieldsEric Dumazet2023-01-181-11/+3
* bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-09-051-0/+1
* net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima2022-09-051-4/+4
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-09-051-1/+1
* net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-081-1/+4
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-171-0/+2
* net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-11-171-1/+2
* net: Prevent infinite while loop in skb_tx_hash()Michael Chan2021-11-021-0/+6
* net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-07-191-2/+9
* net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2021-06-031-1/+2
* net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-06-031-4/+22
* gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin2021-05-141-4/+4
* gro: ensure frag0 meets IP header alignmentEric Dumazet2021-04-211-1/+2
* can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-301-1/+1
* net: fix dev_ifsioc_locked() race conditionCong Wang2021-03-071-0/+42
* net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet2021-02-171-5/+6
* net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan2021-01-271-0/+5
* net: Fix bridge enslavement failureIdo Schimmel2020-09-261-1/+1
* net: disable netpoll on fresh napisJakub Kicinski2020-09-121-1/+2
* net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin2020-09-091-4/+5
* dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-311-1/+1
* net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-301-0/+2
* net: fix memleak in register_netdevice()Yang Yingliang2020-06-301-0/+7
* net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish2020-06-241-22/+18
* sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner2020-06-241-1/+1
* __netif_receive_skb_core: pass skb by referenceBoris Sukholitko2020-06-031-5/+15
* net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang2020-05-201-1/+3
* net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov2020-04-211-1/+2
* net: Fix Tx hash bound checkingAmritha Nambiar2020-04-081-0/+2
* net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-04-011-2/+2
* net: export netdev_next_lower_dev_rcu()Taehee Yoo2020-03-051-3/+3
* Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni2020-03-051-20/+2
* core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen2020-02-241-2/+2
* net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy2020-01-291-31/+33
* net-sysfs: Fix reference count leakJouni Hogander2020-01-291-1/+3
* net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2020-01-291-10/+19
* net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang2020-01-231-12/+0
* net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet2020-01-091-1/+1
* inet: protect against too small mtu values.Eric Dumazet2019-12-181-1/+2
* net: fix installing orphaned programsJakub Kicinski2019-11-011-1/+2
* netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-251-1/+1
* net: remove unnecessary variables and callbackTaehee Yoo2019-10-241-19/+0