summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-263-10/+13
| | |\
| | | * pds_core: pass opcode to devcmd_waitShannon Nelson2023-08-261-5/+2
| | | * pds_core: check for work queue before useShannon Nelson2023-08-261-1/+1
| | | * pds_core: no reset command for VFShannon Nelson2023-08-261-1/+2
| | | * pds_core: no health reporter in VFShannon Nelson2023-08-261-3/+5
| | | * pds_core: protect devlink callbacks from fw_down stateShannon Nelson2023-08-261-0/+3
| | |/
| | * net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic2023-08-261-0/+4
| | * sfc: Check firmware supports Ethernet PTP filterAlex Austin2023-08-261-1/+3
| | * Merge branch 'fix-pfc-related-issues'Jakub Kicinski2023-08-263-21/+16
| | |\
| | | * cteonxt2-pf: Fix backpressure config for multiple PFC priorities to work simu...Suman Ghosh2023-08-261-3/+3
| | | * octeontx2-af: CN10KB: fix PFC configurationHariprasad Kelam2023-08-261-8/+9
| | | * octeontx2-pf: Fix PFC TX scheduler freeSuman Ghosh2023-08-262-11/+5
| | |/
| | * Merge branch 'mlxsw-fixes'David S. Miller2023-08-252-3/+5
| | |\
| | | * mlxsw: core_hwmon: Adjust module label names based on MTCAP sensor counterVadim Pasternak2023-08-251-1/+2
| | | * mlxsw: i2c: Limit single transaction buffer sizeVadim Pasternak2023-08-251-1/+2
| | | * mlxsw: i2c: Fix chunk size setting in output mailbox bufferVadim Pasternak2023-08-251-1/+1
| | |/
| | * net: arcnet: Do not call kfree_skb() under local_irq_disable()Jinjie Ruan2023-08-251-1/+1
| | * octeontx2-pf: fix page_pool creation fail for rings > 32kRatheesh Kannoth2023-08-252-1/+3
| | * ice: avoid executing commands on other ports when driving syncJacob Keller2023-08-252-6/+52
| | * net: handle ARPHRD_PPP in dev_is_mac_header_xmit()Nicolas Dichtel2023-08-251-0/+4
| | * net/mlx5: Dynamic cyclecounter shift calculation for PTP free running clockRahul Rameshbabu2023-08-251-5/+27
| * | net: ethernet: mtk_wed: minor change in wed_{tx,rx}info_showLorenzo Bianconi2023-08-281-9/+4
| * | net: ethernet: mtk_wed: add some more info in wed_txinfo_show handlerLorenzo Bianconi2023-08-282-1/+12
| * | net: stmmac: clarify difference between "interface" and "phy_interface"Russell King (Oracle)2023-08-2812-37/+52
| * | r8152: add vendor/device ID pair for D-Link DUB-E250Antonio Napolitano2023-08-282-0/+2
| * | Merge branch 'devlink-finish-file-split-and-get-retire-leftover-c'Jakub Kicinski2023-08-2815-9540/+9710
| |\ \
| | * | devlink: move devlink_notify_register/unregister() to dev.cJiri Pirko2023-08-284-64/+30
| | * | devlink: move small_ops definition into netlink.cJiri Pirko2023-08-283-253/+251
| | * | devlink: move tracepoint definitions into core.cJiri Pirko2023-08-282-6/+6
| | * | devlink: push linecard related code into separate fileJiri Pirko2023-08-284-615/+626