summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-05kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida1-0/+2
2023-09-05net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2-6/+18
2023-09-04Merge branch 'af_unix-data-races'David S. Miller3-7/+7
2023-09-04af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima1-1/+1
2023-09-04af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima1-2/+2
2023-09-04af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima1-1/+1
2023-09-04af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima1-3/+3
2023-09-04af_unix: Fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT.Kuniyuki Iwashima1-5/+9
2023-09-04docs: netdev: update the netdev infra URLsJakub Kicinski1-2/+2
2023-09-04docs: netdev: document patchwork patch statesJakub Kicinski1-1/+31
2023-09-04net: phy: micrel: Correct bit assignments for phy_device flagsOleksij Rempel1-3/+3
2023-09-04net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie1-1/+1
2023-09-04veth: Fixing transmit return status for dropped packetsLiang Chen1-1/+3
2023-09-04gve: fix frag_list chainingEric Dumazet1-1/+4
2023-09-04net: deal with integer overflows in kmalloc_reserve()Eric Dumazet1-2/+8
2023-09-03igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-09-01sfc: check for zero length in EF10 RX prefixEdward Cree1-5/+15
2023-09-01Merge branch 'dst-hint-multipath'David S. Miller7-3/+164
2023-09-01selftests: fib_tests: Add multipath list receive testsSriram Yagnaraman1-1/+154
2023-09-01ipv6: ignore dst hint for multipath routesSriram Yagnaraman3-1/+6
2023-09-01ipv4: ignore dst hint for multipath routesSriram Yagnaraman3-1/+4
2023-09-01skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella1-14/+20
2023-09-01Merge branch 'net-data-race-annotations'David S. Miller16-55/+76
2023-09-01net: annotate data-races around sk->sk_bind_phcEric Dumazet2-3/+3
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet13-32/+40
2023-09-01mptcp: annotate data-races around msk->rmem_fwd_allocEric Dumazet1-6/+13
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet5-14/+20
2023-09-01net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet1-1/+1
2023-09-01net/handshake: fix null-ptr-deref in handshake_nl_done_doit()Eric Dumazet1-12/+6
2023-09-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski17-97/+468
2023-08-31selftests/bpf: Include build flavors for install targetBjörn Töpel1-0/+12
2023-08-31bpf: Annotate bpf_long_memcpy with data_raceDaniel Borkmann1-1/+1
2023-08-31selftests/bpf: Fix d_path testJiri Olsa1-1/+18
2023-08-31bpf, docs: Fix invalid escape sequence warnings in bpf_doc.pyVishal Chourasia1-28/+28
2023-08-31xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson1-0/+3
2023-08-31net: fib: avoid warn splat in flow dissectorFlorian Westphal2-2/+8
2023-08-31net: read sk->sk_family once in sk_mc_loop()Eric Dumazet1-1/+2
2023-08-31ipv4: annotate data-races around fi->fib_deadEric Dumazet2-2/+6
2023-08-31sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2-6/+6
2023-08-31net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet1-8/+19
2023-08-31Merge tag 'nf-23-08-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski6-15/+81
2023-08-31doc/netlink: Fix missing classic_netlink doc referenceDonald Hunter1-0/+2
2023-08-31NFC: nxp: add NXP1002Oliver Neukum1-0/+1
2023-08-31net: stmmac: failure to probe without MAC interface specifiedRussell King (Oracle)1-3/+2
2023-08-31netfilter: nf_tables: Audit log rule resetPhil Sutter3-0/+20
2023-08-31netfilter: nf_tables: Audit log setelem resetPhil Sutter3-3/+30
2023-08-30netfilter: xt_u32: validate user space inputWander Lairson Costa1-0/+21
2023-08-30netfilter: xt_sctp: validate the flag_info countWander Lairson Costa1-0/+2
2023-08-30netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang1-12/+8
2023-08-30bpf, docs: s/eBPF/BPF in standards documentsDavid Vernet1-11/+11