summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-316-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-311-0/+2
* | NFC: nxp: add NXP1002Oliver Neukum2023-08-311-0/+1
* | net: stmmac: failure to probe without MAC interface specifiedRussell King (Oracle)2023-08-311-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-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