summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca2018-12-171-7/+9
* net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-171-4/+4
* net: don't keep lonely packets forever in the gro hashPaolo Abeni2018-12-051-2/+5
* net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-231-0/+4
* net: Properly unlink GRO packets on overflow.David S. Miller2018-11-041-0/+1
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-101-2/+26
* notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0
* net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin2018-08-091-5/+15
* net: check extack._msg before printLi RongQing2018-08-051-1/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-7/+10
|\
| * net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan2018-07-261-7/+10
* | net/tc: introduce TC_ACT_REINSERT.Paolo Abeni2018-07-301-1/+5