summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2023-06-21Remove DECnet support from kernelStephen Hemminger
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
2023-05-30net: Catch invalid index in XPS mappingNick Child
2023-05-30net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-03-11net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet
2023-02-22net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann
2023-01-18net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-09-05net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima
2022-09-05net: Fix a data-race around netdev_budget.Kuniyuki Iwashima
2022-09-05net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima
2022-09-05net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet
2021-11-17net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-11-17net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc
2021-11-02net: Prevent infinite while loop in skb_tx_hash()Michael Chan
2021-07-19net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior
2021-06-03net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin
2021-06-03net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin
2021-05-14gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin
2021-04-21gro: ensure frag0 meets IP header alignmentEric Dumazet
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang
2021-02-17net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet
2021-01-27net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan
2020-09-26net: Fix bridge enslavement failureIdo Schimmel
2020-09-12net: disable netpoll on fresh napisJakub Kicinski
2020-09-09net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin
2020-07-31dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan
2020-06-30net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet
2020-06-30net: fix memleak in register_netdevice()Yang Yingliang
2020-06-24net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish
2020-06-24sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner
2020-06-03__netif_receive_skb_core: pass skb by referenceBoris Sukholitko
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang
2020-04-21net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov
2020-04-08net: Fix Tx hash bound checkingAmritha Nambiar
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-03-05net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-03-05Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen
2020-01-29net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy
2020-01-29net-sysfs: Fix reference count leakJouni Hogander
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2020-01-23net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang
2020-01-09net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2019-12-18inet: protect against too small mtu values.Eric Dumazet
2019-11-01net: fix installing orphaned programsJakub Kicinski
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo