messages from 2023-01-27 14:37:27 to 2023-01-28 07:20:45 UTC [more...]
[PATCH 1/2] net: ll_temac: fix DMA resources leak
2023-01-28 7:20 UTC (4+ messages)
` [PATCH 2/2] net: ll_temac: improve reset of buffer on dma mapping
[PATCH v3] net/x25: Fix to not accept on connected socket
2023-01-28 7:20 UTC (2+ messages)
[PATCH] net: page_pool: fix refcounting issues with fragmented allocation
2023-01-28 7:15 UTC (6+ messages)
` [net PATCH] skb: Do mix page pool and page referenced frags in GRO
[PATCH net v2 0/5] net: xdp: execute xdp_do_flush() before napi_complete_done()
2023-01-28 6:40 UTC (2+ messages)
[PATCH net] net: dsa: mt7530: fix tristate and help description
2023-01-28 6:40 UTC (2+ messages)
[PATCH net-next v1] net: phy: fix the spelling problem of Sentinel
2023-01-28 6:35 UTC (2+ messages)
` [PATCH net-next v1] net: phy: motorcomm: change the phy id of yt8521 and yt8531s to lowercase
[net-next:master 12/39] arch/sh/include/asm/checksum_32.h:53:14: error: implicit declaration of function 'access_ok'
2023-01-28 6:32 UTC
linux-next: manual merge of the net-next tree with the net tree
2023-01-28 6:25 UTC (3+ messages)
[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-28 6:06 UTC (3+ messages)
` [PATCH 13/35] Documentation: isdn: correct spelling
[patch net-next 0/3] devlink: fix reload notifications and remove features
2023-01-28 5:58 UTC (8+ messages)
` [patch net-next 1/3] devlink: move devlink reload notifications back in between _down() and _up() calls
` [patch net-next 2/3] devlink: send objects notifications during devlink reload
` [patch net-next 3/3] devlink: remove devlink features
[PATCH net-next 00/13] tools: ynl: more docs and basic ethtool support
2023-01-28 4:32 UTC (14+ messages)
` [PATCH net-next 01/13] tools: ynl-gen: prevent do / dump reordering
` [PATCH net-next 02/13] tools: ynl: move the cli and netlink code around
` [PATCH net-next 03/13] tools: ynl: add an object hierarchy to represent parsed spec
` [PATCH net-next 04/13] tools: ynl: use the common YAML loading and validation code
` [PATCH net-next 05/13] tools: ynl: add support for types needed by ethtool
` [PATCH net-next 06/13] tools: ynl: support directional enum-model in CLI
` [PATCH net-next 07/13] tools: ynl: support multi-attr
` [PATCH net-next 08/13] tools: ynl: support pretty printing bad attribute names
` [PATCH net-next 09/13] tools: ynl: use operation names from spec on the CLI
` [PATCH net-next 10/13] tools: ynl: load jsonschema on demand
` [PATCH net-next 11/13] netlink: specs: finish up operation enum-models
` [PATCH net-next 12/13] netlink: specs: add partial specification for ethtool
` [PATCH net-next 13/13] docs: netlink: add a starting guide for working with specs
[PATCH net-next v2 0/5] add dts for yt8521 and yt8531s, add driver for yt8531
2023-01-28 3:13 UTC (6+ messages)
` [PATCH net-next v2 1/5] dt-bindings: net: Add Motorcomm yt8xxx ethernet phy
` [PATCH net-next v2 2/5] net: phy: Add BIT macro for Motorcomm yt8521/yt8531 gigabit "
` [PATCH net-next v2 3/5] net: phy: Add dts support for Motorcomm yt8521 "
` [PATCH net-next v2 4/5] net: phy: Add dts support for Motorcomm yt8531s "
` [PATCH net-next v2 5/5] net: phy: Add driver for Motorcomm yt8531 "
[PATCH] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
2023-01-28 3:17 UTC
[PATCH net-next] net: pcs: pcs-lynx: remove lynx_get_mdio_device() and refactor cleanup
2023-01-28 1:58 UTC (4+ messages)
[PATCH wpan-next 0/2] ieee802154: Beaconing support
2023-01-28 1:57 UTC (11+ messages)
[PATCH] ixgbe: Panic during XDP_TX with > 64 CPUs
2023-01-28 1:12 UTC
[PATCH] xfrm: fix bug with DSCP copy to v6 from v4 tunnel
2023-01-28 1:42 UTC (8+ messages)
` [PATCH ipsec-next v2] "
` [PATCH ipsec-next v3] "
[PATCH net-next RFC 00/20] Introducing P4TC
2023-01-28 1:34 UTC (16+ messages)
[syzbot] possible deadlock in pppoe_device_event
2023-01-28 1:13 UTC
[linux-next:master] BUILD REGRESSION 9fbee811e479aca2f3523787cae1f46553141b40
2023-01-28 1:11 UTC
[RFC PATCH net-next 00/15] taprio fixprovements
2023-01-28 1:07 UTC (16+ messages)
` [RFC PATCH net-next 01/15] net/sched: taprio: delete peek() implementation
` [RFC PATCH net-next 02/15] net/sched: taprio: continue with other TXQs if one dequeue() failed
` [RFC PATCH net-next 03/15] net/sched: taprio: refactor one skb dequeue from TXQ to separate function
` [RFC PATCH net-next 04/15] net/sched: taprio: avoid calling child->ops->dequeue(child) twice
` [RFC PATCH net-next 05/15] net/sched: taprio: give higher priority to higher TCs in software dequeue mode
` [RFC PATCH net-next 06/15] net/sched: taprio: calculate tc gate durations
` [RFC PATCH net-next 07/15] net/sched: taprio: rename close_time to end_time
` [RFC PATCH net-next 08/15] net/sched: taprio: calculate budgets per traffic class
` [RFC PATCH net-next 09/15] net/sched: taprio: calculate guard band against actual TC gate close time
` [RFC PATCH net-next 10/15] net/sched: make stab available before ops->init() call
` [RFC PATCH net-next 11/15] net/sched: taprio: warn about missing size table
` [RFC PATCH net-next 12/15] net/sched: keep the max_frm_len information inside struct sched_gate_list
` [RFC PATCH net-next 13/15] net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durations
` [RFC PATCH net-next 14/15] net/sched: taprio: split segmentation logic from qdisc_enqueue()
` [RFC PATCH net-next 15/15] net/sched: taprio: don't segment unnecessarily
[PATCH] Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
2023-01-28 0:51 UTC
pull-request: bpf-next 2023-01-28
2023-01-28 0:48 UTC
[PATCH] net: dsa: microchip: ptp: add one more PTP dependency
2023-01-27 23:58 UTC (2+ messages)
[PATCH v3 bpf-next 0/8] xdp: introduce xdp-feature support
2023-01-27 23:38 UTC (12+ messages)
` [PATCH v3 bpf-next 5/8] libbpf: add API to get XDP/XSK supported features
` [PATCH v3 bpf-next 8/8] selftests/bpf: introduce XDP compliance test tool
[PATCH net v4 0/2][pull request] Intel Wired LAN Driver Updates 2023-01-27 (ice)
2023-01-27 22:53 UTC (3+ messages)
` [PATCH net v4 1/2] ice: Prevent set_channel from changing queues while RDMA active
` [PATCH net v4 2/2] ice: Fix broken link in ice NAPI doc
[PATCH] net: sched: sch: Bounds check priority
2023-01-27 22:40 UTC
[PATCH] net: ethernet: mtk_eth_soc: Avoid truncating allocation
2023-01-27 22:38 UTC
[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
2023-01-27 22:11 UTC (13+ messages)
[PATCH] ath10k: snoc: enable threaded napi on WCN3990
2023-01-27 22:08 UTC (5+ messages)
[PATCH] selftests: net: udpgso_bench_tx: Introduce exponential back-off retries
2023-01-27 22:03 UTC (2+ messages)
pull-request: bpf 2023-01-27
2023-01-27 21:58 UTC
[PATCH v2 net-next] ibmvnic: Toggle between queue types in affinity mapping
2023-01-27 21:43 UTC
[PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances
2023-01-27 20:52 UTC (4+ messages)
[PATCH v3 0/2] virtio_net: vdpa: update MAC address when it is generated by virtio-net
2023-01-27 20:45 UTC (3+ messages)
` [PATCH v3 1/2] virtio_net: disable VIRTIO_NET_F_STANDBY if VIRTIO_NET_F_MAC is not set
` [PATCH v3 2/2] virtio_net: notify MAC address change on device initialization
[GIT PULL] Networking for 6.2-rc6
2023-01-27 20:40 UTC (2+ messages)
[PATCH net-next] net: ipa: use dev PM wakeirq handling
2023-01-27 20:27 UTC
[PATCH v5 net-next 00/13] add support for the the vsc7512 internal copper phys
2023-01-27 20:15 UTC (26+ messages)
` [PATCH v5 net-next 01/13] net: mscc: ocelot: expose ocelot wm functions
` [PATCH v5 net-next 02/13] net: mscc: ocelot: expose regfield definition to be used by other drivers
` [PATCH v5 net-next 03/13] net: mscc: ocelot: expose vcap_props structure
` [PATCH v5 net-next 04/13] net: mscc: ocelot: expose ocelot_reset routine
` [PATCH v5 net-next 05/13] net: mscc: ocelot: expose vsc7514_regmap definition
` [PATCH v5 net-next 06/13] net: dsa: felix: add configurable device quirks
` [PATCH v5 net-next 07/13] net: dsa: felix: add support for MFD configurations
` [PATCH v5 net-next 08/13] net: dsa: felix: add functionality when not all ports are supported
` [PATCH v5 net-next 09/13] mfd: ocelot: prepend resource size macros to be 32-bit
` [PATCH v5 net-next 10/13] dt-bindings: net: mscc,vsc7514-switch: add dsa binding for the vsc7512
` [PATCH v5 net-next 11/13] dt-bindings: mfd: ocelot: add ethernet-switch hardware support
` [PATCH v5 net-next 12/13] net: dsa: ocelot: add external ocelot switch control
` [PATCH v5 net-next 13/13] mfd: "
[PATCH net-next v3] net/sched: transition act_pedit to rcu and percpu stats
2023-01-27 19:27 UTC
[PATCH v9 bpf-next 0/5] Add skb + xdp dynptrs
2023-01-27 19:17 UTC (6+ messages)
` [PATCH v9 bpf-next 1/5] bpf: Allow "sk_buff" and "xdp_buff" as valid kfunc arg types
` [PATCH v9 bpf-next 2/5] bpf: Allow initializing dynptrs in kfuncs
` [PATCH v9 bpf-next 3/5] bpf: Add skb dynptrs
` [PATCH v9 bpf-next 4/5] bpf: Add xdp dynptrs
` [PATCH v9 bpf-next 5/5] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
[PATCH net-next] gve: Introduce a way to disable queue formats
2023-01-27 19:07 UTC
[PATCHv3 net-next 00/10] net: support ipv4 big tcp
2023-01-27 18:44 UTC (15+ messages)
` [PATCHv3 net-next 01/10] net: add a couple of helpers for iph tot_len
` [PATCHv3 net-next 02/10] bridge: use skb_ip_totlen in br netfilter
` [PATCHv3 net-next 03/10] openvswitch: use skb_ip_totlen in conntrack
` [PATCHv3 net-next 04/10] net: sched: use skb_ip_totlen and iph_totlen
` [PATCHv3 net-next 05/10] netfilter: "
` [PATCHv3 net-next 06/10] cipso_ipv4: use iph_set_totlen in skbuff_setattr
` [PATCHv3 net-next 07/10] ipvlan: use skb_ip_totlen in ipvlan_get_L3_hdr
` [PATCHv3 net-next 08/10] packet: add TP_STATUS_GSO_TCP for tp_status
` [PATCHv3 net-next 09/10] net: add gso_ipv4_max_size and gro_ipv4_max_size per device
` [PATCHv3 net-next 10/10] net: add support for ipv4 big tcp
[PATCH v3 1/3] selftests: net: .gitignore the scratch directory of bpf
2023-01-27 18:43 UTC (4+ messages)
` [PATCH v3 3/3] selftests: net: Fix udpgro_frglist.sh shellcheck warnings and errors
[PATCH net-next v5 0/7] Allow offloading of UDP NEW connections via act_ct
2023-01-27 18:38 UTC (8+ messages)
` [PATCH net-next v5 1/7] net: flow_offload: provision conntrack info in ct_metadata
` [PATCH net-next v5 2/7] netfilter: flowtable: fixup UDP timeout depending on ct state
` [PATCH net-next v5 3/7] netfilter: flowtable: allow unidirectional rules
` [PATCH net-next v5 4/7] netfilter: flowtable: save ctinfo in flow_offload
` [PATCH net-next v5 5/7] net/sched: act_ct: set ctinfo in meta action depending on ct state
` [PATCH net-next v5 6/7] net/sched: act_ct: offload UDP NEW connections
` [PATCH net-next v5 7/7] netfilter: nf_conntrack: allow early drop of offloaded UDP conns
[PATCH v9 00/12] Network support for Landlock
2023-01-27 18:22 UTC (5+ messages)
` [PATCH v9 12/12] landlock: Document Landlock's network support
[RFC PATCH v5 0/4] Create common DPLL/clock configuration API
2023-01-27 18:13 UTC (9+ messages)
` [RFC PATCH v5 1/4] dpll: Add DPLL framework base functions
` [RFC PATCH v5 4/4] ice: implement dpll interface to control cgu
[PATCH v8 bpf-next 0/5] Add skb + xdp dynptrs
2023-01-27 18:07 UTC (4+ messages)
` [PATCH v8 bpf-next 3/5] bpf: Add skb dynptrs
[PATCH v1 net] net: phy: fix null dereference in phy_attach_direct
2023-01-27 17:32 UTC (2+ messages)
[PATCH v3 0/6] Introduce STM32 system bus
2023-01-27 17:00 UTC (9+ messages)
` [PATCH v3 1/6] dt-bindings: Document common device controller bindings
` [PATCH v3 2/6] dt-bindings: treewide: add feature-domains description in binding files
` [PATCH v3 3/6] dt-bindings: bus: add STM32 System Bus
` [PATCH v3 4/6] bus: stm32_sys_bus: add support for STM32MP15 and STM32MP13 system bus
` [PATCH v3 5/6] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v3 6/6] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards
[PATCH bpf-next RFC V1] selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPP
2023-01-27 17:18 UTC (3+ messages)
` [xdp-hints] "
[PATCH v4] netrom: Fix use-after-free caused by accept on already connected socket
2023-01-27 16:54 UTC (2+ messages)
[RFC PATCH net-next v15] vmxnet3: Add XDP support
2023-01-27 16:30 UTC
[PATCH] page_pool: add a comment explaining the fragment counter usage
2023-01-27 15:36 UTC (2+ messages)
[PATCH 05/35] Documentation: core-api: correct spelling
2023-01-27 15:25 UTC (2+ messages)
[PATCH net-next v4 0/4] net: ethernet: renesas: rswitch: Modify initialization for SERDES and PHY
2023-01-27 15:17 UTC (3+ messages)
` [PATCH net-next v4 4/4] net: ethernet: renesas: rswitch: Add phy_power_{on,off}() calling
[net-next v2 0/3] net: ethernet: adi: adin1110: add PTP support
2023-01-27 15:14 UTC (3+ messages)
` [net-next v2 1/3] net: ethernet: adi: adin1110: add PTP clock support
[PATCH v2 net] ixgbe: allow to increase MTU to some extent with XDP enabled
2023-01-27 15:08 UTC (3+ messages)
[PATCH v2 0/1] virtio_net: vdpa: update MAC address when it is generated by virtio-net
2023-01-27 14:53 UTC (7+ messages)
` [PATCH v2 1/1] virtio_net: notify MAC address change on device initialization
[PATCH net-next 00/16] bridge: Limit number of MDB entries per port, port-vlan
2023-01-27 14:29 UTC (4+ messages)
` [PATCH net-next 06/16] net: bridge: Add a tracepoint for MDB overflows
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).