summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-19net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior1-2/+9
2021-06-03net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin1-1/+2
2021-06-03net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin1-4/+22
2021-05-14gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin1-4/+4
2021-04-21gro: ensure frag0 meets IP header alignmentEric Dumazet1-1/+2
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi1-1/+1
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang1-0/+42
2021-02-17net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet1-5/+6
2021-01-27net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan1-0/+5
2020-09-26net: Fix bridge enslavement failureIdo Schimmel1-1/+1
2020-09-12net: disable netpoll on fresh napisJakub Kicinski1-1/+2
2020-09-09net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin1-4/+5
2020-07-31dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan1-1/+1
2020-06-30net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet1-0/+2
2020-06-30net: fix memleak in register_netdevice()Yang Yingliang1-0/+7
2020-06-24net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish1-22/+18
2020-06-24sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner1-1/+1
2020-06-03__netif_receive_skb_core: pass skb by referenceBoris Sukholitko1-5/+15
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-04-21net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-04-08net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-2/+2
2020-03-05net: export netdev_next_lower_dev_rcu()Taehee Yoo1-3/+3
2020-03-05Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni1-20/+2
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-01-29net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy1-31/+33
2020-01-29net-sysfs: Fix reference count leakJouni Hogander1-1/+3
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet1-10/+19
2020-01-23net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang1-12/+0
2020-01-09net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet1-1/+1
2019-12-18inet: protect against too small mtu values.Eric Dumazet1-1/+2
2019-11-01net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-1/+1
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-19/+0
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo1-21/+209
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-84/+43
2019-10-24net: core: limit nested device depthTaehee Yoo1-45/+227
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal1-2/+2
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+10
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni1-6/+10
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-09-12net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan1-0/+2
2019-08-17net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy1-2/+13
2019-08-08net: use listified RX for handling GRO_NORMAL skbsEdward Cree1-3/+41
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+12
2019-08-05net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer1-5/+10
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-29net: fix ifindex collision during namespace removalJiri Pirko1-0/+2
2019-07-08skbuff: increase verbosity when dumping skb dataWillem de Bruijn1-12/+4
2019-06-28net: sched: refactor reinsert actionJohn Hurley1-3/+1