netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-04 03:02:08 to 2022-03-04 17:35:03 UTC [more...]

[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
 2022-03-04 17:28 UTC  (20+ messages)
` [PATCH bpf-next v2 01/28] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v2 02/28] bpf: introduce hid program type
` [PATCH bpf-next v2 03/28] HID: hook up with bpf
` [PATCH bpf-next v2 04/28] libbpf: add HID program type and API
` [PATCH bpf-next v2 05/28] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v2 06/28] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v2 07/28] bpf/hid: add a new attach type to change the report descriptor
` [PATCH bpf-next v2 08/28] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v2 09/28] libbpf: add new attach type BPF_HID_RDESC_FIXUP
` [PATCH bpf-next v2 10/28] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v2 11/28] samples/bpf: add a report descriptor fixup
` [PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers
` [PATCH bpf-next v2 13/28] HID: bpf: implement hid_bpf_get|set_data
` [PATCH bpf-next v2 14/28] selftests/bpf: add tests for hid_{get|set}_data helpers
` [PATCH bpf-next v2 15/28] bpf/hid: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v2 16/28] libbpf: add new attach type BPF_HID_USER_EVENT
` [PATCH bpf-next v2 17/28] selftests/bpf: add test for user call of HID bpf programs
` [PATCH bpf-next v2 18/28] selftests/bpf: hid: rely on uhid event to know if a test device is ready
` [PATCH bpf-next v2 19/28] bpf/hid: add bpf_hid_raw_request helper function

[PATCH] rdma: Fix res_print_uint()
 2022-03-04 17:33 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] rdma: Fix res_print_uint() and add res_print_u64()

[PATCH] net: bcmgenet: Return not supported if we don't have a WoL IRQ
 2022-03-04 17:33 UTC  (12+ messages)

[PATCH] net/bluetooth: use memset avoid memory leaks
 2022-03-04 17:20 UTC  (2+ messages)

[PATCH v2 net-next 00/14] tcp: BIG TCP implementation
 2022-03-04 17:16 UTC  (11+ messages)
` [PATCH v2 net-next 07/14] ipv6: add GRO_IPV6_MAX_SIZE
` [PATCH v2 net-next 08/14] ipv6: Add hop-by-hop header to jumbograms in ip6_output
` [PATCH v2 net-next 14/14] mlx5: support BIG TCP packets

[PATCH net-next] Revert "net/smc: don't req_notify until all CQEs drained"
 2022-03-04 17:12 UTC  (2+ messages)

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-04 16:56 UTC  (11+ messages)

[PATCH iproute2-next v2] ss: display advertised TCP receive window and out-of-order counter
 2022-03-04 16:50 UTC  (2+ messages)

[PATCH net-next] ptp: ocp: Add serial port information to the debug summary
 2022-03-04 16:50 UTC  (9+ messages)
` [PATCH net-next 0/2] ptp: ocp: update devlink information
` [PATCH net-next 1/2] ptp: ocp: add nvmem interface for accessing eeprom

pull-request: bpf-next 2022-03-04
 2022-03-04 16:43 UTC 

[PATCH net-next v10 0/7] ice: GTP support in switchdev
 2022-03-04 16:40 UTC  (8+ messages)
` [PATCH net-next v10 1/7] gtp: Allow to create GTP device without FDs
` [PATCH net-next v10 2/7] gtp: Implement GTP echo response
` [PATCH net-next v10 3/7] gtp: Implement GTP echo request
` [PATCH net-next v10 4/7] net/sched: Allow flower to match on GTP options
` [PATCH net-next v10 5/7] gtp: Add support for checking GTP device type
` [PATCH net-next v10 6/7] ice: Fix FV offset searching
` [PATCH net-next v10 7/7] ice: Support GTP-U and GTP-C offload in switchdev

[PATCH v2 0/9] virtio: support advance DMA
 2022-03-04 16:38 UTC  (3+ messages)
` [PATCH v2 9/9] virtio_net: xdp xmit use virtio dma api

[PATCH net-next] skb: make drop reason booleanable
 2022-03-04 16:36 UTC  (5+ messages)

[PATCH iproute2-next 0/2] lib: add profinet and ethercat as link layer protocol
 2022-03-04 16:30 UTC  (2+ messages)

[PATCH iproute2-next V2 0/4] Add support for locked bridge ports (for 802.1X)
 2022-03-04 16:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: Replace strncpy() with strscpy_pad()
 2022-03-04 16:07 UTC  (3+ messages)
` [PATCH bpf-next v2] bpf: Replace strncpy() with strscpy()

[bugreport] stability issue with many altname
 2022-03-04 15:44 UTC 

[PATCH net-next 0/3] Add support for 1588 in LAN8814
 2022-03-04 15:42 UTC  (17+ messages)
` [PATCH net-next 1/3] net: phy: micrel: Fix concurrent register access
` [PATCH net-next 2/3] dt-bindings: net: micrel: Configure latency values and timestamping check for LAN8814 phy
` [PATCH net-next 3/3] net: phy: micrel: 1588 support "

[PATCH] mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls
 2022-03-04 15:34 UTC  (2+ messages)

[PATCH net-next v6 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-03-04 14:55 UTC  (4+ messages)
` [PATCH net-next v6 1/3] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v6 2/3] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH net-next v6 3/3] net: tun: track dropped skb via kfree_skb_reason()

[PATCH net-next v5 0/4] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-03-04 14:52 UTC  (7+ messages)
` [PATCH net-next v5 1/4] skbuff: introduce kfree_skb_list_reason()
` [PATCH net-next v5 2/4] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v5 3/4] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH net-next v5 4/4] net: tun: track dropped skb via kfree_skb_reason()

[PATCH net-next] net: sparx5: Fix initialization of variables on stack
 2022-03-04 14:09 UTC 

Add AF_XDP zero-copy support for NFP
 2022-03-04 13:53 UTC  (8+ messages)
` [PATCH net-next 1/5] nfp: expose common functions to be used for AF_XDP
` [PATCH net-next 2/5] nfp: wrap napi add/del logic
` [PATCH net-next 3/5] nfp: xsk: add an array of xsk buffer pools to each data path
` [PATCH net-next 4/5] nfp: xsk: add configuration check for XSK socket chunk size
` [PATCH net-next 5/5] nfp: xsk: add AF_XDP zero-copy Rx and Tx support

[PATCH net-next 0/6] Add support for LAN937x T1 Phy Driver
 2022-03-04 13:51 UTC  (11+ messages)
` [PATCH net-next 1/6] net: phy: used genphy_soft_reset for phy reset in LAN87xx
` [PATCH net-next 2/6] net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XX
` [PATCH net-next 3/6] net: phy: removed empty lines in LAN87XX
` [PATCH net-next 4/6] net: phy: updated the initialization routine for LAN87xx
` [PATCH net-next 5/6] net: phy: added the LAN937x phy support
` [PATCH net-next 6/6] net: phy: added ethtool master-slave configuration support

[PATCH v2] net: ethernet: sun: Remove redundant code
 2022-03-04 13:32 UTC  (3+ messages)

[PATCH net v2 1/1] tipc: fix kernel panic when enabling bearer
 2022-03-04 13:20 UTC  (2+ messages)

[PATCH v4 3/4] drivers/net/virtio_net: Added RSS hash report
 2022-03-04 13:09 UTC  (4+ messages)

[PATCH net-next 0/9] net: sparx5: Add PTP Hardware Clock support
 2022-03-04 13:10 UTC  (11+ messages)
` [PATCH net-next 1/9] net: sparx5: Move ifh from port to local variable
` [PATCH net-next 2/9] dt-bindings: net: sparx5: Extend with the ptp interrupt
` [PATCH net-next 3/9] dts: sparx5: Enable "
` [PATCH net-next 4/9] net: sparx5: Add registers that are used by ptp functionality
` [PATCH net-next 5/9] net: sparx5: Add support for ptp clocks
` [PATCH net-next 6/9] net: sparx5: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMP
` [PATCH net-next 7/9] net: sparx5: Update extraction/injection for timestamping
` [PATCH net-next 8/9] net: sparx5: Add support for ptp interrupts
` [PATCH net-next 9/9] net: sparx5: Implement get_ts_info

[PATCH net-next v2 0/7] net: dev: add skb drop reasons to net/core/dev.c
 2022-03-04 12:30 UTC  (9+ messages)
` [PATCH net-next v2 1/7] net: dev: use kfree_skb_reason() for sch_handle_egress()
` [PATCH net-next v2 2/7] net: skb: introduce the function kfree_skb_list_reason()
` [PATCH net-next v2 3/7] net: dev: add skb drop reasons to __dev_xmit_skb()
` [PATCH net-next v2 4/7] net: dev: use kfree_skb_reason() for enqueue_to_backlog()
` [PATCH net-next v2 5/7] net: dev: use kfree_skb_reason() for do_xdp_generic()
` [PATCH net-next v2 6/7] net: dev: use kfree_skb_reason() for sch_handle_ingress()
` [PATCH net-next v2 7/7] net: dev: use kfree_skb_reason() for __netif_receive_skb_core()

[PATCH net v2] net: macb: Fix lost RX packet wakeup race in NAPI receive
 2022-03-04 12:10 UTC  (3+ messages)

[PATCH net-next 0/9] net: Convert user to netif_rx()
 2022-03-04 12:10 UTC  (6+ messages)
` [PATCH net-next 2/9] net: xtensa: Use netif_rx()
` [PATCH net-next 5/9] net: dsa: "

Re:
 2022-03-04  8:47 UTC 

[PATCH] af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_register
 2022-03-04 11:19 UTC  (2+ messages)

ATTN: SIR / MADAM,
 2022-03-04 11:13 UTC 

[PATCH wpan-next v2 00/14] ieee802154: Synchronous Tx API
 2022-03-04 10:54 UTC  (5+ messages)
` [PATCH wpan-next v2 13/14] net: mac802154: Introduce a tx queue flushing mechanism

[syzbot] linux-next boot error: WARNING: suspicious RCU usage in cpuacct_charge
 2022-03-04 10:41 UTC 

[PATCH] dt-bindings: net: mscc,vsc7514-switch: convert txt bindings to yaml
 2022-03-04 10:32 UTC 

[PATCH iproute2-next] ip/batadv: allow to specify RA when creating link
 2022-03-04 10:33 UTC 

[PATCH net-next 00/11][pull request] 100GbE Intel Wired LAN Driver Updates 2022-03-03
 2022-03-04 10:30 UTC  (2+ messages)

[PATCH net-next 0/7] Cleanups for ocelot/felix drivers
 2022-03-04 10:30 UTC  (2+ messages)

[PATCH 00/21] Control VQ support in vDPA
 2022-03-04 10:25 UTC  (9+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 06/19] vdpa: multiple address spaces support
  ` [RFC PATCH v2 07/19] vdpa: introduce config operations for associating ASID to a virtqueue group
  ` [RFC PATCH v2 09/19] vhost: support ASID in IOTLB API

[BUG] net: macb: Use-After-Free when removing the module
 2022-03-04  9:49 UTC  (3+ messages)

[RESEND PATCH] net: ethernet: ti: am65-cpsw: Convert to PHYLINK
 2022-03-04  9:25 UTC  (2+ messages)

[PATCH net-next 0/7] net/smc: some datapath performance optimizations
 2022-03-04  8:23 UTC  (6+ messages)
` [PATCH net-next 6/7] net/smc: don't req_notify until all CQEs drained

[PATCH 1/1] vhost: Provide a kernel warning if mutex is held whilst clean-up in progress
 2022-03-04  8:12 UTC  (7+ messages)

[PATCH wpan-next v3 00/11] ieee802154: Better Tx error handling
 2022-03-04  8:04 UTC  (4+ messages)
` [PATCH wpan-next v3 03/11] net: mac802154: Create a transmit error helper

[PATCH bpf-next v3 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
 2022-03-04  8:11 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpf, sockmap: Fix memleak in sk_psock_queue_msg
` [PATCH bpf-next v3 2/4] bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
` [PATCH bpf-next v3 3/4] bpf, sockmap: Fix more uncharged while msg has more_data
` [PATCH bpf-next v3 4/4] bpf, sockmap: Fix double uncharge the mem of sk_msg

[PATCH bpf-next v2 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
 2022-03-04  7:08 UTC  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf, sockmap: Fix memleak in sk_psock_queue_msg
` [PATCH bpf-next v2 2/4] bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
` [PATCH bpf-next v2 3/4] bpf, sockmap: Fix more uncharged while msg has more_data

[Kgdb-bugreport] [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-04  6:59 UTC  (2+ messages)
`  "

[syzbot] WARNING in submit_bio_noacct
 2022-03-04  6:00 UTC  (2+ messages)

[RESEND PATCH net-next] ptp: ocp: correct label for error path
 2022-03-04  5:46 UTC 

[RESEND PATCH net-next] ptp: ocp: Add serial port information to the debug summary
 2022-03-04  5:46 UTC 

[PATCH net-next] net/smc: fix document build WARNING from smc-sysctl.rst
 2022-03-04  5:30 UTC  (2+ messages)

[PATCH] [PATCH v3] net: marvell: Use min() instead of doing it manually
 2022-03-04  5:20 UTC  (2+ messages)

[PATCH] net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prepare()
 2022-03-04  5:19 UTC  (2+ messages)

[PATCH net-next 0/7] net: dev: add skb drop reasons to net/core/dev.c
 2022-03-04  5:19 UTC  (12+ messages)
` [PATCH net-next 1/7] net: dev: use kfree_skb_reason() for sch_handle_egress()
` [PATCH net-next 2/7] net: skb: introduce the function kfree_skb_list_reason()
` [PATCH net-next 4/7] net: dev: use kfree_skb_reason() for enqueue_to_backlog()

[PATCH] isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()
 2022-03-04  5:15 UTC  (2+ messages)

[PATCH] net: atlantic: Avoid out-of-bounds indexing
 2022-03-04  5:08 UTC 

[PATCH net-next v5 0/3] net: dsa: realtek: add rtl8_4t tag
 2022-03-04  5:13 UTC  (3+ messages)
` [PATCH net-next v5 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats

pull request: bluetooth 2022-03-03
 2022-03-04  5:10 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 NNTP newsgroup(s).