summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin
2024-11-08net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long
2024-10-17net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet
2024-10-17net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet
2024-06-16net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet
2024-03-26packet: annotate data-races around ignore_outgoingEric Dumazet
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2024-01-05net: check dev->gso_max_size in gso_features_check()Eric Dumazet
2024-01-05net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit
2023-06-21Remove DECnet support from kernelStephen Hemminger
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
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