Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-29 16:51:43 to 2021-12-30 17:51:04 UTC [more...]

[RFC PATCH liburing v1 0/5] liburing: Add sendto(2) and recvfrom(2) support
 2021-12-30 17:50 UTC  (5+ messages)
` [RFC PATCH liburing v1 1/5] .gitignore: Add `/test/xattr` and `/test/getdents`
` [RFC PATCH liburing v1 2/5] io_uring.h: Add `IORING_OP_SENDTO` and `IORING_OP_RECVFROM`
` [RFC PATCH liburing v1 3/5] liburing.h: Add `io_uring_prep_{sendto,sendto}` helper
` [RFC PATCH liburing v1 4/5] test: Add sendto_recvfrom test program

[PATCH net-next 0/8] new Fungible Ethernet driver
 2021-12-30 17:43 UTC  (13+ messages)
` [PATCH net-next 1/8] PCI: add Fungible vendor ID to pci_ids.h
` [PATCH net-next 2/8] net/fungible: Add service module for Fungible drivers
` [PATCH net-next 3/8] net/funeth: probing and netdev ops
` [PATCH net-next 4/8] net/funeth: ethtool operations
` [PATCH net-next 5/8] net/funeth: devlink support
` [PATCH net-next 6/8] net/funeth: add the data path
` [PATCH net-next 7/8] net/funeth: add kTLS TX control part
` [PATCH net-next 8/8] net/fungible: Kconfig, Makefiles, and MAINTAINERS

[PATCH net-next v3] ipv6: ioam: Support for Queue depth data field
 2021-12-30 17:10 UTC 

[net-next 00/18] IEEE 802.15.4 passive scan support
 2021-12-30 16:59 UTC  (4+ messages)
` [net-next 17/18] net: mac802154: Let drivers provide their own beacons implementation

[PATCH net-next v2] ipv6: ioam: Support for Queue depth data field
 2021-12-30 16:50 UTC  (9+ messages)

[PATCH net-next v2 1/1] qed: add prints if request_firmware() failed
 2021-12-30 16:41 UTC  (4+ messages)

[PATCH] nfc: st21nfca: remove redundant assignment to variable i
 2021-12-30 16:12 UTC 

[PATCH bpf-next v2 0/4] xsk: Tx improvements
 2021-12-30 16:07 UTC  (5+ messages)
` [PATCH bpf-next v2 3/4] ice: xsk: improve AF_XDP ZC Tx and use batching API

[PATCH] net/smc: remove redundant re-assignment of pointer link
 2021-12-30 15:39 UTC 

[PATCH net-next] net/smc: Introduce TCP ULP support
 2021-12-30 15:03 UTC  (2+ messages)

[PATCH v4 00/12] remove msize limit in virtio transport
 2021-12-30 13:23 UTC  (13+ messages)
` [PATCH v4 10/12] 9p: add P9_ERRMAX for 9p2000 and 9p2000.u
` [PATCH v4 04/12] 9p/trans_virtio: introduce struct virtqueue_sg
` [PATCH v4 06/12] 9p/trans_virtio: support larger msize values
` [PATCH v4 02/12] 9p/trans_virtio: separate allocation of scatter gather list
` [PATCH v4 09/12] net/9p: split message size argument into 't_size' and 'r_size' pair
` [PATCH v4 11/12] net/9p: add p9_msg_buf_size()
` [PATCH v4 08/12] net/9p: limit 'msize' to KMALLOC_MAX_SIZE for all transports
` [PATCH v4 03/12] 9p/trans_virtio: turn amount of sg lists into runtime info
` [PATCH v4 12/12] net/9p: allocate appropriate reduced message buffers
` [PATCH v4 05/12] net/9p: add trans_maxsize to struct p9_client
` [PATCH v4 01/12] net/9p: show error message if user 'msize' cannot be satisfied
` [PATCH v4 07/12] 9p/trans_virtio: resize sg lists to whatever is possible

[PATCH net-next v2 0/6] prestera: add basic router driver support
 2021-12-30 14:39 UTC  (13+ messages)
` [PATCH net-next v2 1/6] net: marvell: prestera: add virtual router ABI
` [PATCH net-next v2 2/6] net: marvell: prestera: Add router interface ABI
` [PATCH net-next v2 3/6] net: marvell: prestera: Add prestera router infra
` [PATCH net-next v2 4/6] net: marvell: prestera: add hardware router objects accounting
` [PATCH net-next v2 5/6] net: marvell: prestera: Register inetaddr stub notifiers
` [PATCH net-next v2 6/6] net: marvell: prestera: Implement initial inetaddr notifiers

[RFC v5 net-next 00/13] add support for VSC75XX control over SPI
 2021-12-30 13:43 UTC  (12+ messages)
` [RFC v5 net-next 01/13] mfd: ocelot: add support for external mfd control over SPI for the VSC7512
` [RFC v5 net-next 02/13] mfd: ocelot: offer an interface for MFD children to get regmaps
` [RFC v5 net-next 08/13] mfd: add interface to check whether a device is mfd

[PATCH] fsl/fman: Fix missing put_device() call in fman_port_probe
 2021-12-30 13:40 UTC  (2+ messages)

[PATCH] net/smc: Use the bitmap API when applicable
 2021-12-30 13:40 UTC  (2+ messages)

[PATCH net-next v2] net: lantiq_etop: remove unnecessary space in cast
 2021-12-30 13:30 UTC  (2+ messages)

[PATCH net-next] net: lantiq_etop: replace strlcpy with strscpy
 2021-12-30 13:30 UTC  (2+ messages)

[PATCH net-next] net: lantiq_etop: make alignment match open parenthesis
 2021-12-30 13:30 UTC  (3+ messages)

[PATCH linux] ethtool: Remove redundant ret assignments
 2021-12-30 13:30 UTC  (2+ messages)

[PATCH net-next 0/4][pull request] 1GbE Intel Wired LAN Driver Updates 2021-12-29
 2021-12-30 13:30 UTC  (6+ messages)
` [PATCH net-next 1/4] igb: move SDP config initialization to separate function
` [PATCH net-next 2/4] igb: move PEROUT and EXTTS isr logic to separate functions
` [PATCH net-next 3/4] igb: support PEROUT on 82580/i354/i350
` [PATCH net-next 4/4] igb: support EXTTS "

[PATCH net-next 1/1] ice: Add flow director support for channel mode
 2021-12-30 13:30 UTC  (2+ messages)

[PATCH net-next] net: lantiq_etop: avoid precedence issues
 2021-12-30 13:30 UTC  (2+ messages)

[PATCH net-next] net: lantiq_etop: remove multiple assignments
 2021-12-30 13:30 UTC  (2+ messages)

[PATCH linux-next] Documentation: fix outdated interpretation of ip_no_pmtu_disc
 2021-12-30 13:30 UTC  (4+ messages)
  ` [PATCH v2] "

[RFC PATCH v1 0/3] io_uring: Add sendto(2) and recvfrom(2) support
 2021-12-30 12:00 UTC  (8+ messages)
` [RFC PATCH v1 1/3] io_uring: Rename `io_{send,recv}` to `io_{sendto,recvfrom}`
` [RFC PATCH v1 2/3] net: Make `move_addr_to_user()` be a non static function
` [RFC PATCH v1 3/3] io_uring: Add `sendto(2)` and `recvfrom(2)` support
  ` [RFC PATCH v2 0/3] io_uring: Add sendto(2) and recvfrom(2) support
    ` [RFC PATCH v2 1/3] io_uring: Rename `io_{send,recv}` to `io_{sendto,recvfrom}`
    ` [RFC PATCH v2 2/3] net: Make `move_addr_to_user()` be a non static function
    ` [RFC PATCH v2 3/3] io_uring: Add `sendto(2)` and `recvfrom(2)` support

[PATCH net,stable] phy: sfp: fix high power modules without diag mode
 2021-12-30 12:00 UTC  (11+ messages)

[syzbot] possible deadlock in genl_rcv (3)
 2021-12-30 11:16 UTC 

[PATCH] selftests: net: using ping6 for IPv6 in udpgro_fwd.sh
 2021-12-30 10:40 UTC 

[PATCH v2 net-next 0/3] net: skb: introduce kfree_skb_with_reason() and use it for tcp and udp
 2021-12-30  9:32 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] net: skb: introduce kfree_skb_with_reason()
` [PATCH v2 net-next 2/3] net: skb: use kfree_skb_with_reason() in tcp_v4_rcv()
` [PATCH net-next 3/3] net: skb: use kfree_skb_with_reason() in __udp4_lib_rcv()

[syzbot] general protection fault in mod_memcg_page_state
 2021-12-30  8:53 UTC  (2+ messages)

[PATCH v2 net-next 0/2] net: bpf: handle return value of post_bind{4,6} and add selftests for it
 2021-12-30  8:03 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] net: bpf: handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
` [PATCH net-next 2/2] bpf: selftests: add bind retry for post_bind{4, 6}

[PATCH] net/mlx5: Add vport return value checks
 2021-12-30  5:25 UTC 

[net-next v5 0/2] net: sched: allow user to select txqueue
 2021-12-30  5:02 UTC  (4+ messages)
` [net-next v5 1/2] net: sched: use queue_mapping to pick tx queue

[PATCH] livepatch: Avoid CPU hogging with cond_resched
 2021-12-30  4:16 UTC 

[PATCH bpf-next v2 0/2] lighten uapi/bpf.h rebuilds
 2021-12-30  4:09 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] net: add includes masked by netdevice.h including uapi/bpf.h
` [PATCH bpf-next v2 2/2] bpf: invert the dependency between bpf-netns.h and netns/bpf.h

A slab-out-of-bounds Read bug in __htab_map_lookup_and_delete_batch
 2021-12-30  4:00 UTC  (4+ messages)

[RFC PATCH net v2 0/2] net/smc: Fix for race in smc link group termination
 2021-12-30  4:00 UTC  (4+ messages)
` [RFC PATCH net v2 2/2] net/smc: Resolve the race between SMC-R link access and clear

[PATCH bpf-next v2 0/7] samples/bpf: xdpsock app enhancements
 2021-12-30  3:54 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] samples/bpf: xdpsock: add VLAN support for Tx-only operation
` [PATCH bpf-next v2 2/7] samples/bpf: xdpsock: add Dest and Src MAC setting "
` [PATCH bpf-next v2 3/7] samples/bpf: xdpsock: add clockid selection support
` [PATCH bpf-next v2 4/7] samples/bpf: xdpsock: add cyclic TX operation capability
` [PATCH bpf-next v2 5/7] samples/bpf: xdpsock: add sched policy and priority support
` [PATCH bpf-next v2 6/7] samples/bpf: xdpsock: add time-out for cleaning Tx
` [PATCH bpf-next v2 7/7] samples/bpf: xdpsock: add timestamp for Tx-only operation

[RFC PATCH net] net/smc: Reset conn->lgr when link group registration fails
 2021-12-30  3:50 UTC  (3+ messages)

[PATCH net 0/2] net/smc: fix kernel panic caused by race of smc_sock
 2021-12-30  3:46 UTC  (7+ messages)
` [PATCH net 1/2] net/smc: don't send CDC/LLC message if link not ready
` [PATCH net 2/2] net/smc: fix kernel panic caused by race of smc_sock

[Resource Leak] Missing closing files in tools/bpf/bpf_asm.c
 2021-12-30  3:40 UTC 

[Resource Leak] Missing closing files in samples/bpf/hbm.c
 2021-12-30  3:26 UTC 

[PATCH bpf-next v5 0/9] Introduce unstable CT lookup helpers
 2021-12-30  3:04 UTC  (11+ messages)
` [PATCH bpf-next v5 1/9] kernel: Add kallsyms_on_each_symbol variant for single module
` [PATCH bpf-next v5 2/9] bpf: Prepare kfunc BTF ID sets when parsing kernel BTF
` [PATCH bpf-next v5 3/9] bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
` [PATCH bpf-next v5 4/9] bpf: Introduce mem, size argument pair support for kfunc
` [PATCH bpf-next v5 5/9] bpf: Add reference tracking support to kfunc
` [PATCH bpf-next v5 6/9] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
` [PATCH bpf-next v5 7/9] selftests/bpf: Add test for unstable CT lookup API
` [PATCH bpf-next v5 8/9] selftests/bpf: Add test_verifier support to fixup kfunc call insns
` [PATCH bpf-next v5 9/9] selftests/bpf: Extend kfunc selftests

[RFC PATCH 0/1] Landlock network PoC
 2021-12-30  2:56 UTC  (5+ messages)

Lock problems in linux/tools/perf/util/dso.c
 2021-12-30  2:42 UTC  (2+ messages)

[PATCH net-next 0/2] net: skb: introduce kfree_skb_with_reason()
 2021-12-30  2:36 UTC  (4+ messages)
` [PATCH net-next 2/2] net: skb: use kfree_skb_with_reason() in tcp_v4_rcv()

[PATCH net-next] net: bpf: add hook for close of tcp timewait sock
 2021-12-30  2:31 UTC  (5+ messages)

[PATCH] fjes: Check possible NULL pointer returned by vzalloc
 2021-12-30  2:33 UTC  (2+ messages)

[net 1/2] net/mlx5e: TC, Fix memory leak with rules with internal port
 2021-12-30  2:30 UTC  (2+ messages)

[PATCH] net/ncsi: check for error return from call to nla_put_u32
 2021-12-30  2:30 UTC  (2+ messages)

[PATCH] net/wireless/ray_cs: Check of ioremap return value
 2021-12-30  2:29 UTC 

[PATCH] selftests/net: udpgso_bench_tx: fix dst ip argument
 2021-12-30  2:25 UTC  (3+ messages)

[PATCH V1 net 0/3] ENA driver bug fixes
 2021-12-30  2:22 UTC  (3+ messages)
` [PATCH V1 net 3/3] net: ena: Fix error handling when calculating max IO queues number

[PATCH] net: bpf: handle return value of BPF_CGROUP_RUN_PROG_INET4_POST_BIND()
 2021-12-30  2:17 UTC  (3+ messages)

[pull request][net-next 00/16] mlx5 updates 2021-12-28
 2021-12-30  2:16 UTC  (3+ messages)
` [net-next 07/16] net/mlx5: DR, Add support for dumping steering info

[PATCH v20 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-12-30  2:07 UTC  (3+ messages)

[PATCH v6] sun4i-emac.c: add dma support
 2021-12-30  2:00 UTC  (2+ messages)

[PATCH net v2] net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helper
 2021-12-30  2:00 UTC  (2+ messages)

[PATCH] net: fix use-after-free in tw_timer_handler
 2021-12-30  2:00 UTC  (2+ messages)

[PATCH] selftests: net: Fix a typo in udpgro_fwd.sh
 2021-12-30  1:40 UTC  (2+ messages)

pull request: bluetooth 2021-12-29
 2021-12-30  1:30 UTC  (2+ messages)

[PATCH 2/2] net: wwan: iosm: Keep device at D0 for s2idle case
 2021-12-30  1:00 UTC  (3+ messages)

[PATCH 1/2] net: wwan: iosm: Let PCI core handle PCI power transition
 2021-12-30  0:57 UTC  (3+ messages)

[PATCH bpf-next 0/2] lighten uapi/bpf.h rebuilds
 2021-12-30  0:57 UTC  (5+ messages)
` [PATCH bpf-next 1/2] net: add includes masked by netdevice.h including uapi/bpf.h
` [PATCH bpf-next 2/2] bpf: invert the dependency between bpf-netns.h and netns/bpf.h

[PATCH net-next] net: lantiq_etop: remove unnecessary space in cast
 2021-12-29 23:31 UTC 

[PATCH net] ipv6: raw: check passed optlen before reading
 2021-12-29 22:20 UTC  (2+ messages)

[PATCH net 0/2] net: bridge: mcast: add and enforce query interval minimum
 2021-12-29 22:20 UTC  (2+ messages)

[PATCH net-next 0/2] net: define new hwtstamp flag and return it to userspace
 2021-12-29 22:20 UTC  (2+ messages)

[PATCH] of: net: support NVMEM cells with MAC in text format
 2021-12-29 22:04 UTC  (4+ messages)

RFC: tsnep: ETF, AF_XDP, UIO or driver specific interface for real-time
 2021-12-29 21:38 UTC  (3+ messages)

[PATCH] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2021-12-29 21:05 UTC  (6+ messages)

[PATCH] net: check passed optlen before reading
 2021-12-29 20:12 UTC  (8+ messages)

bpfilter: write fail messages with 5.15.x and centos 7.9.2009 (fwd)
 2021-12-29 19:51 UTC 

htb offload support in i40e (intel nic)
 2021-12-29 19:50 UTC 

[syzbot] WARNING in kvm_mmu_notifier_invalidate_range_start
 2021-12-29 19:55 UTC  (2+ messages)

[PATCH] net: dsa: bcm_sf2: refactor LED regs access
 2021-12-29 19:55 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] mac80211: initialize variable have_higher_than_11mbit
 2021-12-29 19:26 UTC  (5+ messages)

[PATCH bpf] xsk: Initialise xskb free_list_node
 2021-12-29 18:10 UTC  (8+ messages)

[PATCH 0/8] nvmem: add ethernet address offset support
 2021-12-29 17:34 UTC  (3+ messages)
` [PATCH 2/8] dt-bindings: nvmem: add transformation bindings

[PATCH bpf-next v2] net: don't include filter.h from net/sock.h
 2021-12-29 17:20 UTC  (4+ messages)

[RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
 2021-12-29 16:55 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).