summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: check dev->gso_max_size in gso_features_check()Eric Dumazet2024-01-081-0/+3
* net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit2024-01-081-0/+5
* net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann2023-10-101-1/+1
* net: add atomic_long_t to net_device_stats fieldsEric Dumazet2023-10-101-11/+3
* 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: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet2023-03-111-1/+3
* 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-261-0/+2
* net: Prevent infinite while loop in skb_tx_hash()Michael Chan2021-11-021-0/+6
* gro: ensure frag0 meets IP header alignmentEric Dumazet2021-08-041-1/+2
* net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-07-201-2/+9
* can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-301-1/+1
* net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan2021-01-271-0/+5
* net: disable netpoll on fresh napisJakub Kicinski2020-09-121-1/+2
* 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: place xmit recursion in softnet dataFlorian Westphal2020-06-301-7/+3
* 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-251-22/+18
* sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner2020-06-251-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-131-0/+2
* core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen2020-02-241-2/+2
* 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: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer2020-01-271-5/+10
* net: core: support XDP generic on stacked devices.Stephen Hemminger2020-01-271-46/+12
* net: core: limit nested device depthTaehee Yoo2020-01-091-45/+227
* inet: protect against too small mtu values.Eric Dumazet2019-12-211-1/+2
* net: do not abort bulk send on BQL statusEric Dumazet2019-12-011-1/+1
* net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer2019-11-241-0/+14
* netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-11-101-1/+1
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-191-0/+2
* net: fix ifindex collision during namespace removalJiri Pirko2019-08-091-0/+2
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-3/+3
* net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-06-041-1/+1
* net: avoid weird emergency messageEric Dumazet2019-05-251-1/+1
* failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-271-1/+15
* net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin2019-04-171-1/+3
* net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-231-2/+2
* net: set default network namespace in init_dummy_netdev()Josh Elsasser2019-02-061-0/+3
* net: fix XPS static_key accountingSabrina Dubroca2018-12-171-21/+24