summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+1
2022-08-31net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix a data-race around netdev_budget.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima1-4/+4
2022-08-31net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima1-2/+2
2022-08-31net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima1-1/+1
2022-07-29net: inline rollback_registered_many()Jakub Kicinski1-14/+8
2022-07-29net: move rollback_registered_many()Jakub Kicinski1-93/+95
2022-07-29net: inline rollback_registered()Jakub Kicinski1-11/+6
2022-07-29net: move net_set_todo inside rollback_registered()Jakub Kicinski1-8/+3
2022-07-29net: make sure devices go through netdev_wait_all_refsJakub Kicinski1-10/+4
2022-07-29net: make free_netdev() more lenient with unregistering devicesJakub Kicinski1-0/+11
2022-06-09net: remove two BUG() from skb_checksum_help()Eric Dumazet1-2/+6
2022-01-27xdp: check prog type before updating BPF linkToke Høiland-Jørgensen1-0/+6
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-1/+4
2021-11-18net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski1-0/+2
2021-11-18net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc1-1/+2
2021-11-02net: Prevent infinite while loop in skb_tx_hash()Michael Chan1-0/+6
2021-07-28skbuff: Fix build with SKB extensions disabledFlorian Fainelli1-1/+2
2021-07-28skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey1-0/+13
2021-07-28xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo1-4/+10
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-30net: check all name nodes in __dev_alloc_nameJiri Bohac1-0/+12
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang1-0/+42
2021-02-23net/sched: fix miss init the mru in qdisc_skb_cbwenxu1-0/+2
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-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen1-2/+20
2020-11-25net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel1-6/+2
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau1-0/+4
2020-10-19net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo1-1/+1
2020-10-14net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit1-0/+34
2020-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-3/+12
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann1-3/+12
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-42/+122
2020-09-30net: Add netif_rx_any_context()Sebastian Andrzej Siewior1-0/+15
2020-09-29net: core: add nested_level variable in net_deviceTaehee Yoo1-13/+72
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-22/+37
2020-09-29net: core: add __netdev_upper_dev_unlink()Taehee Yoo1-10/+16
2020-09-24net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab1-2/+2
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+8
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-19net: core: delete duplicated wordsRandy Dunlap1-2/+2
2020-09-18net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri1-2/+10
2020-09-16bpf: Mutex protect used_maps array and countYiFei Zhu1-3/+8