summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-10netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-08-10netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso
2023-08-10netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso
2023-08-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
2023-08-09netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal
2023-07-31Merge branch 'net-sched-bind-logic-fixes-for-cls_fw-cls_u32-and-cls_route'Jakub Kicinski
2023-07-31net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis
2023-07-31net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis
2023-07-31net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis
2023-07-31octeon_ep: initialize mbox mutexesMichal Schmidt
2023-07-31bnxt: don't handle XDP in netpollJakub Kicinski
2023-07-31ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski
2023-07-31sfc: fix field-spanning memcpy in selftestEdward Cree
2023-07-31net: usb: qmi_wwan: add Quectel EM05GV2Martin Kohn
2023-07-31net: usb: lan78xx: reorder cleanup operations to avoid UAF bugsDuoming Zhou
2023-07-31dt-bindings: net: mediatek,net: fixup MAC bindingRafał Miłecki
2023-07-31net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima
2023-07-29Merge branch 'net-data-races'David S. Miller
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet
2023-07-29net: add missing data-race annotation for sk_ll_usecEric Dumazet
2023-07-29net: add missing data-race annotations around sk->sk_peek_offEric Dumazet
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-29net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet
2023-07-29net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet
2023-07-29net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet
2023-07-29net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet
2023-07-29net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet
2023-07-29net: annotate data-race around sk->sk_txrehashEric Dumazet
2023-07-29net: annotate data-races around sk->sk_reserved_memEric Dumazet
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert
2023-07-29qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko
2023-07-29net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundariesLukasz Majewski
2023-07-29net: stmmac: tegra: Properly allocate clock bulk dataThierry Reding
2023-07-28mISDN: hfcpci: Fix potential deadlock on &hc->lockChengfeng Ye
2023-07-28net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim
2023-07-28dt-bindings: net: rockchip-dwmac: fix {tx|rx}-delay defaults/range in schemaEugen Hristev
2023-07-27Merge tag 'mlx5-fixes-2023-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-07-27net: dsa: fix value check in bcm_sf2_sw_probe()Yuanjun Gong
2023-07-27net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Eric Dumazet
2023-07-27MAINTAINERS: stmmac: retire Giuseppe CavallaroJakub Kicinski
2023-07-27net: dsa: fix older DSA drivers using phylinkRussell King (Oracle)
2023-07-27rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-27Merge tag 'soundwire-6.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-27Merge tag 'phy-fixes-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds
2023-07-27Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-27Merge tag 'fixes-2023-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-27mm: lock_vma_under_rcu() must check vma->anon_vma under vma lockJann Horn
2023-07-27tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin
2023-07-27af_unix: Terminate sun_path when bind()ing pathname socket.Kuniyuki Iwashima