summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet2023-09-011-1/+1
|/
* net/handshake: fix null-ptr-deref in handshake_nl_done_doit()Eric Dumazet2023-09-011-12/+6
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-3117-97/+468
|\
| * selftests/bpf: Include build flavors for install targetBjörn Töpel2023-08-311-0/+12
| * bpf: Annotate bpf_long_memcpy with data_raceDaniel Borkmann2023-08-311-1/+1
| * selftests/bpf: Fix d_path testJiri Olsa2023-08-311-1/+18
| * bpf, docs: Fix invalid escape sequence warnings in bpf_doc.pyVishal Chourasia2023-08-311-28/+28
| * xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson2023-08-311-0/+3
| * bpf, docs: s/eBPF/BPF in standards documentsDavid Vernet2023-08-301-11/+11
| * bpf, docs: Add abi.rst document to standardization subdirectoryDavid Vernet2023-08-303-16/+26
| * bpf, docs: Move linux-notes.rst to root bpf docs treeDavid Vernet2023-08-303-1/+1
| * bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_tJohn Fastabend2023-08-301-18/+18
| * docs/bpf: Add description for CO-RE relocationsEduard Zingerman2023-08-302-6/+329
| * bpf, docs: Correct source of offset for program-local callWill Hawkins2023-08-301-3/+3
| * selftests/bpf: Fix flaky cgroup_iter_sleepable subtestYonghong Song2023-08-301-2/+3
| * xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()Tirthendu Sarkar2023-08-301-9/+13
| * bpftool: Fix build warnings with -Wtype-limitsYafang Shao2023-08-301-1/+1
| * bpf: Prevent inlining of bpf_fentry_test7()Yonghong Song2023-08-301-0/+1
* | net: fib: avoid warn splat in flow dissectorFlorian Westphal2023-08-312-2/+8
* | net: read sk->sk_family once in sk_mc_loop()Eric Dumazet2023-08-311-1/+2
* | ipv4: annotate data-races around fi->fib_deadEric Dumazet2023-08-312-2/+6
* | sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2023-08-312-6/+6
* | net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet2023-08-311-8/+19
* | Merge tag 'nf-23-08-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-08-306-15/+81
|\ \
| * | netfilter: nf_tables: Audit log rule resetPhil Sutter2023-08-313-0/+20
| * | netfilter: nf_tables: Audit log setelem resetPhil Sutter2023-08-313-3/+30
| * | netfilter: xt_u32: validate user space inputWander Lairson Costa2023-08-301-0/+21
| * | netfilter: xt_sctp: validate the flag_info countWander Lairson Costa2023-08-301-0/+2
| * | netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang2023-08-301-12/+8
| |/
* | doc/netlink: Fix missing classic_netlink doc referenceDonald Hunter2023-08-301-0/+2
* | NFC: nxp: add NXP1002Oliver Neukum2023-08-301-0/+1
* | net: stmmac: failure to probe without MAC interface specifiedRussell King (Oracle)2023-08-301-3/+2
* | net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo2023-08-305-9/+3
|/
* Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-291855-45935/+109458
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-2923-70/+161
| |\
| | * r8169: fix ASPM-related issues on a number of systems with NIC version from R...Heiner Kallweit2023-08-281-4/+0
| | * ethernet: tg3: remove unreachable codeMikhail Kobuk2023-08-281-4/+1
| | * dccp: Fix out of bounds access in DCCP error handlerJann Horn2023-08-282-9/+19
| | * dt-bindings: net: dsa: marvell: fix wrong model in compatibility listAlexis Lothoré2023-08-281-1/+1
| | * igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl2023-08-281-4/+7
| | * netrom: Deny concurrent connect().Kuniyuki Iwashima2023-08-281-0/+5
| | * Merge branch 'pds_core-error-handling-fixes'Jakub Kicinski2023-08-253-10/+13
| | |\
| | | * pds_core: pass opcode to devcmd_waitShannon Nelson2023-08-251-5/+2
| | | * pds_core: check for work queue before useShannon Nelson2023-08-251-1/+1
| | | * pds_core: no reset command for VFShannon Nelson2023-08-251-1/+2
| | | * pds_core: no health reporter in VFShannon Nelson2023-08-251-3/+5
| | | * pds_core: protect devlink callbacks from fw_down stateShannon Nelson2023-08-251-0/+3
| | |/
| | * net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic2023-08-251-0/+4
| | * sfc: Check firmware supports Ethernet PTP filterAlex Austin2023-08-251-1/+3
| | * Merge branch 'fix-pfc-related-issues'Jakub Kicinski2023-08-253-21/+16
| | |\