summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com
2023-06-17devlink: report devlink_port_type_warn source devicePetr Oros
2023-06-17net: mctp: remove redundant RTN_UNICAST checkLin Ma
2023-06-17netlink: specs: fixup openvswitch specs for code generationDonald Hunter
2023-06-17net: sched: Remove unused qdisc_l2t()YueHaibing
2023-06-17kcm: Fix unnecessary psock unreservation.David Howells
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells
2023-06-16sfc: do not try to call tc functions when CONFIG_SFC_SRIOV=nEdward Cree
2023-06-16s390/net: lcs: use IS_ENABLED() for kconfig detectionRandy Dunlap
2023-06-15net: ethernet: litex: add support for 64 bit statsJisheng Zhang
2023-06-15Merge branch 'optimize-procedure-of-changing-mac-address-on-interface'Jakub Kicinski
2023-06-15ice: remove unnecessary check for old MAC == new MACPiotr Gardocki
2023-06-15i40e: remove unnecessary check for old MAC == new MACPiotr Gardocki
2023-06-15net: add check for current MAC address in dev_set_mac_addressPiotr Gardocki
2023-06-15eth: fs_enet: fix print format for resource sizeJakub Kicinski
2023-06-15splice, net: Fix splice_to_socket() to handle pipe bufs larger than a pageDavid Howells
2023-06-15sunvnet: fix sparc64 build error after gso code splitStephen Rothwell
2023-06-15net: ena: Add dynamic recycling mechanism for rx buffersDavid Arinzon
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-15Merge tag 'net-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-06-15Merge tag 'loongarch-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-15Merge tag 'for-6.4/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-06-15Merge tag 'spi-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-15Merge tag 'regulator-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-06-15Merge tag 'regmap-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-06-15Merge tag 'media/v6.4-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-06-15Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-15Merge tag '6.4-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-06-15Merge branch 'udplite-dccp-print-deprecation-notice'Jakub Kicinski
2023-06-15dccp: Print deprecation notice.Kuniyuki Iwashima
2023-06-15udplite: Print deprecation notice.Kuniyuki Iwashima
2023-06-15octeon_ep: Add missing check for ioremapJiasheng Jiang
2023-06-15selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSETAlex Maftei
2023-06-15net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_openChristian Marangi
2023-06-15net: tipc: resize nlattr array to correct sizeLin Ma
2023-06-15dm: use op specific max_sectors when splitting abnormal ioMike Snitzer
2023-06-15dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discardMike Snitzer
2023-06-15dm thin metadata: check fail_io before using data_smLi Lingfeng
2023-06-15dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng
2023-06-15leds: trigger: netdev: uninitialized variable in netdev_trig_activate()Dan Carpenter
2023-06-15tools: ynl: work around stale system headersJakub Kicinski
2023-06-15sfc: fix XDP queues mode with legacy IRQÍñigo Huguet
2023-06-15net: macsec: fix double free of percpu statsFedor Pchelkin
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski
2023-06-15net: lapbether: only support ethernet devicesEric Dumazet
2023-06-15MAINTAINERS: add reviewers for SMC SocketsJan Karcher
2023-06-15s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()Julian Ruess
2023-06-15Merge branch 'macb-partial-store-and-forward'David S. Miller