messages from 2022-07-12 06:29:03 to 2022-07-12 16:52:07 UTC [more...]
[PATCH v1 net] tcp/udp: Make early_demux back namespacified
2022-07-12 16:51 UTC (2+ messages)
[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-07-12
2022-07-12 16:48 UTC (3+ messages)
` [PATCH net 1/2] ice: handle E822 generic device ID in PLDM header
` [PATCH net 2/2] ice: change devlink code to read NVM in blocks
[PATCH V3 0/6] ifcvf/vDPA: support query device config space through netlink
2022-07-12 16:48 UTC (7+ messages)
` [PATCH V3 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0
[PATCH v2] bpf/scripts: Generate GCC compatible helpers
2022-07-12 16:48 UTC (8+ messages)
[PATCH net-next v1 0/3] add framework for selftests in devlink
2022-07-12 16:41 UTC (6+ messages)
` [PATCH net-next v2 "
` [PATCH net-next v2 1/3] devlink: introduce framework for selftests
[PATCH v5 00/11] remove msize limit in virtio transport
2022-07-12 14:35 UTC (12+ messages)
` [PATCH v5 01/11] 9p/trans_virtio: separate allocation of scatter gather list
` [PATCH v5 02/11] 9p/trans_virtio: turn amount of sg lists into runtime info
` [PATCH v5 03/11] 9p/trans_virtio: introduce struct virtqueue_sg
` [PATCH v5 04/11] net/9p: add trans_maxsize to struct p9_client
` [PATCH v5 05/11] 9p/trans_virtio: support larger msize values
` [PATCH v5 06/11] 9p/trans_virtio: resize sg lists to whatever is possible
` [PATCH v5 07/11] net/9p: limit 'msize' to KMALLOC_MAX_SIZE for all transports
` [PATCH v5 08/11] net/9p: split message size argument into 't_size' and 'r_size' pair
` [PATCH v5 09/11] 9p: add P9_ERRMAX for 9p2000 and 9p2000.u
` [PATCH v5 10/11] net/9p: add p9_msg_buf_size()
` [PATCH v5 11/11] net/9p: allocate appropriate reduced message buffers
[net-next PATCH] octeontx2-af: Limit link bringup time at firmware
2022-07-12 16:18 UTC
[PATCH net-next 0/4] mtk_eth_soc: add xdp support
2022-07-12 16:17 UTC (7+ messages)
` [PATCH net-next 2/4] net: ethernet: mtk_eth_soc: add basic XDP support
` [PATCH net-next 3/4] net: ethernet: mtk_eth_soc: introduce xdp ethtool counters
[PATCH 0/6] More preparation for supporting esd CAN-USB/3
2022-07-12 16:08 UTC (7+ messages)
` [PATCH 4/6] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (3)
` [PATCH 6/6] can: esd_usb: Improved decoding for ESD_EV_CAN_ERROR_EXT messages
[RFC Patch net-next 00/10] net: dsa: microchip: add support for phylink mac config and link up
2022-07-12 16:03 UTC (11+ messages)
` [RFC Patch net-next 01/10] net: dsa: microchip: lan937x: read rgmii delay from device tree
` [RFC Patch net-next 02/10] net: dsa: microchip: add common gigabit set and get function
` [RFC Patch net-next 03/10] net: dsa: microchip: add common 100/10Mbps selection function
` [RFC Patch net-next 04/10] net: dsa: microchip: add common duplex and flow control function
` [RFC Patch net-next 05/10] net: dsa: microchip: add support for common phylink mac link up
` [RFC Patch net-next 06/10] net: dsa: microchip: lan937x: add support for configuing xMII register
` [RFC Patch net-next 07/10] net: dsa: microchip: apply rgmii tx and rx delay in phylink mac config
` [RFC Patch net-next 08/10] net: dsa: microchip: ksz9477: use common xmii function
` [RFC Patch net-next 09/10] net: dsa: microchip: ksz8795: "
` [RFC Patch net-next 10/10] net: dsa: microchip: add support for phylink mac config
[RFC PATCH net-next 0/9] net: pcs: Add support for devices probed in the "usual" manner
2022-07-12 15:59 UTC (16+ messages)
` [RFC PATCH net-next 1/9] dt-bindings: net: Add lynx PCS
` [RFC PATCH net-next 2/9] dt-bindings: net: Expand pcs-handle to an array
` [RFC PATCH net-next 3/9] net: pcs: Add helpers for registering and finding PCSs
[PATCH] NFC: nxp-nci: fix deadlock during firmware update
2022-07-12 15:25 UTC
[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
2022-07-12 14:58 UTC (24+ messages)
` [PATCH bpf-next v6 01/23] selftests/bpf: fix config for CLS_BPF
` [PATCH bpf-next v6 02/23] bpf/verifier: allow kfunc to read user provided context
` [PATCH bpf-next v6 03/23] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v6 04/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v6 06/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v6 07/23] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v6 08/23] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v6 09/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v6 10/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v6 11/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v6 12/23] HID: initial BPF implementation
` [PATCH bpf-next v6 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v6 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v6 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v6 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v6 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v6 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v6 19/23] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v6 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v6 21/23] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v6 22/23] HID: bpf: add Surface Dial example
` [PATCH bpf-next v6 23/23] Documentation: add HID-BPF docs
[PATCH v3] net: phy: Add driver for Motorcomm yt8521 gigabit ethernet
2022-07-12 14:44 UTC (2+ messages)
[PATCH net] net: stmmac: fix leaks in probe
2022-07-12 14:42 UTC
[patch net-next RFCv2 0/9] net: devlink: prepare mlxsw and netdevsim for locked reload
2022-07-12 14:41 UTC (10+ messages)
` [patch net-next RFCv2 1/9] net: devlink: avoid false DEADLOCK warning reported by lockdep
` [patch net-next RFCv2 2/9] net: devlink: add unlocked variants of devling_trap*() functions
` [patch net-next RFCv2 3/9] net: devlink: add unlocked variants of devlink_resource*() functions
` [patch net-next RFCv2 4/9] net: devlink: add unlocked variants of devlink_sb*() functions
` [patch net-next RFCv2 5/9] net: devlink: add unlocked variants of devlink_dpipe*() functions
` [patch net-next RFCv2 6/9] mlxsw: convert driver to use unlocked devlink API during init/fini
` [patch net-next RFCv2 7/9] net: devlink: add unlocked variants of devlink_region_create/destroy() functions
` [patch net-next RFCv2 8/9] netdevsim: convert driver to use unlocked devlink API during init/fini
` [patch net-next RFCv2 9/9] net: devlink: remove unused locked functions
[patch iproute2/net-next] devlink: add support for linecard show and type set
2022-07-12 14:22 UTC (3+ messages)
[patch net-next RFC 00/12] net: devlink: prepare mlxsw and netdevsim for locked reload
2022-07-12 14:16 UTC (16+ messages)
` [patch net-next RFC 01/10] net: devlink: avoid false DEADLOCK warning reported by lockdep
` [patch net-next RFC 02/10] net: devlink: add unlocked variants of devling_trap*() functions
` [patch net-next RFC 03/10] net: devlink: add unlocked variants of devlink_resource*() functions
` [patch net-next RFC 04/10] net: devlink: add unlocked variants of devlink_sb*() functions
` [patch net-next RFC 05/10] net: devlink: add unlocked variants of devlink_dpipe*() functions
` [patch net-next RFC 06/10] net: devlink: add unlocked variants of devlink_trap_policers*() functions
` [patch net-next RFC 07/10] mlxsw: convert driver to use unlocked devlink API during init/fini
` [patch net-next RFC 08/10] net: devlink: add unlocked variants of devlink_region_create/destroy() functions
` [patch net-next RFC 09/10] netdevsim: convert driver to use unlocked devlink API during init/fini
` [patch net-next RFC 10/10] net: devlink: remove unused locked functions
[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
2022-07-12 14:14 UTC (11+ messages)
` [xdp-hints] "
[PATCH v3] staging: qlge: Fix indentation issue under long for loop
2022-07-12 14:14 UTC (6+ messages)
[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
2022-07-12 13:36 UTC (3+ messages)
[PATCH net-next 0/4] net: phy: mxl-gpy: version fix and improvements
2022-07-12 13:31 UTC (11+ messages)
` [PATCH net-next 1/4] net: phy: mxl-gpy: fix version reporting
` [PATCH net-next 2/4] net: phy: mxl-gpy: cache PHY firmware version
` [PATCH net-next 3/4] net: phy: mxl-gpy: rename the FW type field name
` [PATCH net-next 4/4] net: phy: mxl-gpy: print firmware in human readable form
[Patch bpf-next] tcp: fix sock skb accounting in tcp_read_skb()
2022-07-12 13:20 UTC (2+ messages)
[PATCH] net: change the type of ip_route_input_rcu to static
2022-07-12 13:20 UTC (2+ messages)
[PATCH v2] net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_txsa()
2022-07-12 13:15 UTC (2+ messages)
[PATCH bpf-next] mptcp: Add struct mptcp_sock definition when CONFIG_MPTCP is disabled
2022-07-12 13:06 UTC (5+ messages)
[PATCH net] r8152: fix accessing unset transport header
2022-07-12 13:06 UTC (2+ messages)
[PATCH v4 0/6] Add support for RZ/N1 SJA1000 CAN controller
2022-07-12 13:03 UTC (8+ messages)
` [PATCH v4 1/6] dt-bindings: can: sja1000: Convert to json-schema
` [PATCH v4 2/6] dt-bindings: can: nxp,sja1000: Document RZ/N1{D,S} support
` [PATCH v4 6/6] can: sja1000: Add support for RZ/N1 SJA1000 CAN Controller
[PATCH v4 net-next 0/6] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
2022-07-12 12:28 UTC (4+ messages)
` [PATCH v4 net-next 6/6] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests
[PATCH net-next v6] net: ip6mr: add RTM_GETROUTE netlink op
2022-07-12 12:10 UTC
[PATCH ethtool 0/1] Add pretty printer for CPSW ALE table
2022-07-12 12:01 UTC (2+ messages)
` [PATCH ethtool 1/1] pretty: Add support for TI CPSW register dumps
[PATCH bpf-next] bpf: Don't redirect packets with invalid pkt_len
2022-07-12 12:01 UTC
[PATCH v4] tcp: make retransmitted SKB fit into the send window
2022-07-12 11:53 UTC (2+ messages)
[PATCH net-next 0/6] net/smc: Introduce virtually contiguous buffers for SMC-R
2022-07-12 11:51 UTC (7+ messages)
` [PATCH net-next 1/6] net/smc: remove redundant dma sync ops
` [PATCH net-next 2/6] net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpu
` [PATCH net-next 3/6] net/smc: Introduce a sysctl for setting SMC-R buffer type
` [PATCH net-next 4/6] net/smc: Use sysctl-specified types of buffers in new link group
` [PATCH net-next 5/6] net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-R
` [PATCH net-next 6/6] net/smc: Extend SMC-R link group netlink attribute
[PATCH bpf-next 0/3] Use lightweigt version of bpftool
2022-07-12 11:32 UTC (4+ messages)
` [PATCH bpf-next 1/3] samples: bpf: Fix cross-compiling error by using bootstrap bpftool
[PATCH v2] net: virtio_net: notifications coalescing support
2022-07-12 11:22 UTC
[PATCH net v6] net: rose: fix null-ptr-deref caused by rose_kill_by_neigh
2022-07-12 11:00 UTC (2+ messages)
[PATCH net 0/8] amt: fix validation and synchronization bugs
2022-07-12 10:57 UTC (9+ messages)
` [PATCH net 1/8] amt: use workqueue for gateway side message handling
` [PATCH net 2/8] amt: remove unnecessary locks
` [PATCH net 3/8] amt: use READ_ONCE() in amt module
` [PATCH net 4/8] amt: add missing regeneration nonce logic in request logic
` [PATCH net 5/8] amt: drop unexpected advertisement message
` [PATCH net 6/8] amt: drop unexpected query message
` [PATCH net 7/8] amt: drop unexpected multicast data
` [PATCH net 8/8] amt: do not use amt->nr_tunnels outside of lock
[patch net-next 0/3] net: devlink: couple of trivial fixes
2022-07-12 10:48 UTC (4+ messages)
` [patch net-next 1/3] net: devlink: make devlink_dpipe_headers_register() return void
` [patch net-next 2/3] net: devlink: fix a typo in function name devlink_port_new_notifiy()
` [patch net-next 3/3] net: devlink: fix return statement in devlink_port_new_notify()
[PATCH] net: 9p: fix possible refcount leak in p9_read_work()
2022-07-12 10:44 UTC
[PATCH net] net: marvell: prestera: fix missed deinit sequence
2022-07-12 10:30 UTC (2+ messages)
[patch net-next v4 0/3] net: devlink: devl_* cosmetic fixes
2022-07-12 10:24 UTC (4+ messages)
` [patch net-next v4 1/3] net: devlink: fix unlocked vs locked functions descriptions
` [patch net-next v4 2/3] net: devlink: use helpers to work with devlink->lock mutex
` [patch net-next v4 3/3] net: devlink: move unlocked function prototypes alongside the locked ones
[PATCH net 1/2] ip: fix dflt addr selection for connected nexthop
2022-07-12 10:14 UTC (9+ messages)
` [PATCH net 2/2] selftests/net: test nexthop without gw
` [PATCH net v2 1/2] ip: fix dflt addr selection for connected nexthop
` [PATCH net v2 2/2] selftests/net: test nexthop without gw
[patch net-next v3/repost 0/3] net: devlink: devl_* cosmetic fixes
2022-07-12 10:04 UTC (4+ messages)
[syzbot] WARNING: refcount bug in sk_psock_get (2)
2022-07-12 9:47 UTC (3+ messages)
` [PATCH] smc: fix "
[PATCH] nfp: fix clang -Wformat warnings
2022-07-12 9:21 UTC (2+ messages)
[PATCH for-next 0/3] io_uring: multishot recvmsg
2022-07-12 9:18 UTC (2+ messages)
[PATCH v2 net] sfc: fix use after free when disabling sriov
2022-07-12 8:55 UTC (3+ messages)
[PATCH net-next 0/9] mlx5 devlink mutex removal part 1
2022-07-12 8:50 UTC (2+ messages)
[PATCH] netfilter: xt_TPROXY: fix clang -Wformat warnings:
2022-07-12 8:40 UTC (4+ messages)
[PATCH] net: 9p: fix possible refcount leak in p9_read_work() and recv_done()
2022-07-12 8:31 UTC (5+ messages)
[PATCH net] ip_tunnel: allow to inherit from VLAN encapsulated IP frames
2022-07-12 8:09 UTC (12+ messages)
[PATCH v6 0/4] Implement vdpasim suspend operation
2022-07-12 8:08 UTC (9+ messages)
` [PATCH v6 1/4] vdpa: Add "
` [PATCH v6 3/4] vhost-vdpa: uAPI to suspend the device
[PATCH v2 1/9] PM: domains: Delete usage of driver_deferred_probe_check_state()
2022-07-12 7:12 UTC (11+ messages)
BUG: unable to handle kernel NULL pointer dereference in sctp_sched_dequeue_common
2022-07-12 6:50 UTC
[PATCH net-next v3 00/3] Introduce MACsec offload SKB extension
2022-07-12 6:50 UTC (7+ messages)
` [PATCH net-next v3 2/3] net/macsec: Add MACsec skb extension Rx Data path support
[net-next PATCH v2] octeontx2-af: Skip CGX/RPM probe incase of zero lmac count
2022-07-12 6:42 UTC
[PATCH] net: virtio_net: notifications coalescing support
2022-07-12 6:29 UTC (3+ messages)
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).