summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kcm: Fix unnecessary psock unreservation.David Howells2023-06-171-1/+3
* ip, ip6: Fix splice to raw and ping socketsDavid Howells2023-06-162-2/+4
* sfc: do not try to call tc functions when CONFIG_SFC_SRIOV=nEdward Cree2023-06-162-0/+23
* s390/net: lcs: use IS_ENABLED() for kconfig detectionRandy Dunlap2023-06-161-5/+5
* net: ethernet: litex: add support for 64 bit statsJisheng Zhang2023-06-161-4/+15
* Merge branch 'optimize-procedure-of-changing-mac-address-on-interface'Jakub Kicinski2023-06-163-11/+2
|\
| * ice: remove unnecessary check for old MAC == new MACPiotr Gardocki2023-06-161-5/+0
| * i40e: remove unnecessary check for old MAC == new MACPiotr Gardocki2023-06-161-6/+0
| * net: add check for current MAC address in dev_set_mac_addressPiotr Gardocki2023-06-161-0/+2
|/
* eth: fs_enet: fix print format for resource sizeJakub Kicinski2023-06-161-1/+1
* splice, net: Fix splice_to_socket() to handle pipe bufs larger than a pageDavid Howells2023-06-161-4/+2
* sunvnet: fix sparc64 build error after gso code splitStephen Rothwell2023-06-161-0/+1
* net: ena: Add dynamic recycling mechanism for rx buffersDavid Arinzon2023-06-164-42/+136
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-1626-129/+267
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-16366-1621/+3266
|\
| * Merge tag 'net-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-1676-442/+945
| |\
| | * Merge branch 'udplite-dccp-print-deprecation-notice'Jakub Kicinski2023-06-163-0/+9
| | |\
| | | * dccp: Print deprecation notice.Kuniyuki Iwashima2023-06-161-0/+3
| | | * udplite: Print deprecation notice.Kuniyuki Iwashima2023-06-162-0/+6
| | |/
| | * octeon_ep: Add missing check for ioremapJiasheng Jiang2023-06-161-1/+6
| | * selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSETAlex Maftei2023-06-161-3/+3
| | * net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_openChristian Marangi2023-06-161-2/+7
| | * net: tipc: resize nlattr array to correct sizeLin Ma2023-06-151-2/+2
| | * sfc: fix XDP queues mode with legacy IRQÍñigo Huguet2023-06-152-0/+4
| | * net: macsec: fix double free of percpu statsFedor Pchelkin2023-06-151-7/+5
| | * net: lapbether: only support ethernet devicesEric Dumazet2023-06-151-0/+3
| | * MAINTAINERS: add reviewers for SMC SocketsJan Karcher2023-06-151-0/+3
| | * s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()Julian Ruess2023-06-151-8/+0
| | * net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo framesVladimir Oltean2023-06-151-1/+1
| | * net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov2023-06-151-5/+7
| | * ice: Fix ice module unloadJakub Buchocki2023-06-151-11/+5
| | * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2023-06-152-1/+14
| | |\
| | | * igb: fix nvm.ops.read() error handlingAleksandr Loktionov2023-06-121-0/+3
| | | * igc: Fix possible system crash when loading moduleVinicius Costa Gomes2023-06-121-0/+3
| | | * igc: Clean the TX buffer and TX descriptor ringMuhammad Husaini Zulkifli2023-06-121-1/+8
| | * | net/handshake: remove fput() that causes use-after-freeLin Ma2023-06-152-5/+0
| | * | Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-06-1510-24/+36
| | |\ \
| | | * | wifi: iwlwifi: mvm: spin_lock_bh() to fix lockdep regressionHugh Dickins2023-06-141-6/+6
| | | * | wifi: mac80211: fragment per STA profile correctlyBenjamin Berg2023-06-123-5/+6
| | | * | wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer2023-06-091-3/+3
| | | * | wifi: cfg80211: remove links only on APJohannes Berg2023-06-091-1/+8
| | | * | wifi: mac80211: take lock before setting vif linksBenjamin Berg2023-06-091-1/+8
| | | * | wifi: cfg80211: fix link del callback to call correct handlerBenjamin Berg2023-06-091-3/+3
| | | * | wifi: mac80211: fix link activation settings orderJohannes Berg2023-06-091-2/+2
| | | * | wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter2023-06-091-3/+0
| | * | | selftests: forwarding: hw_stats_l3: Set addrgenmode in a separate stepDanielle Ratson2023-06-141-4/+7
| | * | | Merge branch 'net-sched-fix-race-conditions-in-mini_qdisc_pair_swap'Paolo Abeni2023-06-143-16/+50
| | |\ \ \
| | | * | | net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye2023-06-143-8/+42
| | | * | | net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye2023-06-141-10/+10
| | |/ / /
| | * | | net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey2023-06-144-7/+21