summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2023-05-30net: Catch invalid index in XPS mappingNick Child
2023-05-30net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-03-17skbuff: Fix nfct leak on napi stolenTao Liu
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-14net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2023-01-14net: add inline function skb_csum_is_sctpXin Long
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-08-31net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima
2022-08-31net: Fix a data-race around netdev_budget.Kuniyuki Iwashima
2022-08-31net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima
2022-08-31net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima
2022-08-31net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2022-07-29net: inline rollback_registered_many()Jakub Kicinski
2022-07-29net: move rollback_registered_many()Jakub Kicinski
2022-07-29net: inline rollback_registered()Jakub Kicinski
2022-07-29net: move net_set_todo inside rollback_registered()Jakub Kicinski
2022-07-29net: make sure devices go through netdev_wait_all_refsJakub Kicinski
2022-07-29net: make free_netdev() more lenient with unregistering devicesJakub Kicinski
2022-06-09net: remove two BUG() from skb_checksum_help()Eric Dumazet
2022-01-27xdp: check prog type before updating BPF linkToke Høiland-Jørgensen
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet
2021-11-18net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-11-18net: 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-28skbuff: Fix build with SKB extensions disabledFlorian Fainelli
2021-07-28skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey
2021-07-28xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo
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-30net: check all name nodes in __dev_alloc_nameJiri Bohac
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang
2021-02-23net/sched: fix miss init the mru in qdisc_skb_cbwenxu
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-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen
2020-11-24net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau
2020-10-18net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo
2020-10-13net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-29net: Add netif_rx_any_context()Sebastian Andrzej Siewior
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo