summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-08-09bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai
2023-08-09bpf, sockmap: Fix map type error in sock_map_del_linkXu Kuohai
2023-08-09xsk: fix refcount underflow in error pathMagnus Karlsson
2023-08-09ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski
2023-08-09Merge tag 'wireless-2023-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-08-09nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel
2023-08-09nexthop: Make nexthop bucket dump more efficientIdo Schimmel
2023-08-09nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel
2023-08-09vlan: Fix VLAN 0 memory leakVlad Buslov
2023-08-09batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel
2023-08-09wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()Keith Yeo
2023-08-09netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal
2023-08-09net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer
2023-08-09net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer
2023-08-08net/unix: use consistent error code in SO_PEERPIDFDDavid Rheinsberg
2023-08-07net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()Andrew Kanner
2023-08-06net: tls: avoid discarding data on record closeJakub Kicinski
2023-08-05batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel
2023-08-04dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet
2023-08-04mptcp: fix disconnect vs accept racePaolo Abeni
2023-08-04mptcp: avoid bogus reset on fallback closePaolo Abeni
2023-08-04tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal
2023-08-04net/packet: annotate data-races around tp->statusEric Dumazet
2023-08-04mptcp: fix the incorrect judgment for msk->cb_flagsXiang Yang
2023-08-04Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03Merge tag 'wireless-2023-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-08-03tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet
2023-08-03tcp_metrics: fix addr_same() helperEric Dumazet
2023-08-02udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells
2023-08-02ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing
2023-08-02libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov
2023-08-01net: dcb: choose correct policy to parse DCB_ATTR_BCNLin Ma
2023-08-01xfrm: don't skip free of empty state in acquire policyLeon Romanovsky
2023-08-01xfrm: delete offloaded policyLeon Romanovsky
2023-08-01bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar
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-31net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima
2023-07-31xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma
2023-07-31xfrm: add NULL check in xfrm_update_ae_paramsLin Ma
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