netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-23 15:05:58 to 2022-09-24 02:33:23 UTC [more...]

[PATCH net-next 00/14] redefine some macros of feature abilities judgement
 2022-09-24  2:30 UTC  (5+ messages)
` [PATCH net-next 01/14] net: hns3: modify macro hnae3_dev_fec_supported
` [PATCH net-next 02/14] net: hns3: modify macro hnae3_dev_udp_gso_supported
` [PATCH net-next 04/14] net: hns3: modify macro hnae3_dev_fd_forward_tc_supported
` [PATCH net-next 07/14] net: hns3: modify macro hnae3_dev_hw_csum_supported

[PATCH net-next,v2 00/15] add tc-testing qdisc test cases
 2022-09-24  2:32 UTC  (3+ messages)

[syzbot] WARNING: held lock freed in l2cap_conn_del
 2022-09-24  2:23 UTC 

[PATCH V3] mISDN: fix use-after-free bugs in l1oip timer handlers
 2022-09-24  2:18 UTC 

[PATCH net-next 0/6] sfc: bare bones TC offload
 2022-09-24  2:09 UTC  (9+ messages)
` [PATCH net-next 1/6] sfc: bind blocks for TC offload on EF100
` [PATCH net-next 2/6] sfc: bind indirect "
` [PATCH net-next 3/6] sfc: optional logging of TC offload errors
` [PATCH net-next 4/6] sfc: add a hashtable for offloaded TC rules
` [PATCH net-next 5/6] sfc: interrogate MAE capabilities at probe time
` [PATCH net-next 6/6] sfc: bare bones TC offload on EF100

[PATCH net-next v2 00/13] net: sunhme: Cleanups and logging improvements
 2022-09-24  1:53 UTC  (14+ messages)
` [PATCH net-next v2 01/13] sunhme: remove unused tx_dump_ring()
` [PATCH net-next v2 02/13] sunhme: Remove version
` [PATCH net-next v2 03/13] sunhme: forward the error code from pci_enable_device()
` [PATCH net-next v2 04/13] sunhme: Return an ERR_PTR from quattro_pci_find
` [PATCH net-next v2 05/13] sunhme: Regularize probe errors
` [PATCH net-next v2 06/13] sunhme: switch to devres
` [PATCH net-next v2 07/13] sunhme: Convert FOO((...)) to FOO(...)
` [PATCH net-next v2 08/13] sunhme: Clean up debug infrastructure
` [PATCH net-next v2 09/13] sunhme: Convert printk(KERN_FOO ...) to pr_foo(...)
` [PATCH net-next v2 10/13] sunhme: Use (net)dev_foo wherever possible
` [PATCH net-next v2 11/13] sunhme: Combine continued messages
` [PATCH net-next v2 12/13] sunhme: Use vdbg for spam-y prints
` [PATCH net-next v2 13/13] sunhme: Add myself as a maintainer

[PATCH -next] wifi: brcmfmac: pcie: add missing pci_disable_device() in brcmf_pcie_get_resource()
 2022-09-24  1:00 UTC  (3+ messages)

[PATCH net-next 0/3] nfp: support FEC mode reporting and auto-neg
 2022-09-24  0:24 UTC  (7+ messages)
` [PATCH net-next 2/3] nfp: add support for link auto negotiation

[PATCH] Revert "net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()"
 2022-09-23 23:47 UTC 

[PATCH v2 bpf-next 0/5] bpf: Remove recursion check for struct_ops prog
 2022-09-23 22:44 UTC 

[PATCH rfc v2 00/10] DSA: Move parts of inband signalling into the DSA
 2022-09-23 22:42 UTC  (3+ messages)
` [PATCH rfc v2 08/10] net: dsa: qca8k: Pass error code from reply decoder to requester

[PATCH v3 bpf-next 0/3] Introduce bpf_ct_set_nat_info kfunc helper
 2022-09-23 22:20 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/3] net: netfilter: add "

[PATCH v2] iwlwifi: Track scan_cmd allocation size explicitly
 2022-09-23 22:08 UTC 

[PATCH net-next v3] ethtool: tunnels: check the return value of nla_nest_start()
 2022-09-23 21:39 UTC  (3+ messages)

[PATCH] ixgbe: Use kmap_local_page in ixgbe_check_lbtest_frame()
 2022-09-23 21:31 UTC  (12+ messages)
` [Intel-wired-lan] "

[bpf-next v4] libbpf: Add pathname_concat() helper
 2022-09-23 21:30 UTC  (3+ messages)

[bpf-next v5 1/3] bpftool: Add auto_attach for bpf prog load|loadall
 2022-09-23 21:29 UTC  (2+ messages)

[PATCH v2 00/35] net/tcp: Add TCP-AO support
 2022-09-23 21:25 UTC  (37+ messages)
` [PATCH v2 01/35] crypto: Introduce crypto_pool
` [PATCH v2 02/35] crypto_pool: Add crypto_pool_reserve_scratch()
` [PATCH v2 03/35] net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()
` [PATCH v2 04/35] net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
` [PATCH v2 05/35] net/tcp: Use crypto_pool for TCP-MD5
` [PATCH v2 06/35] net/ipv6: sr: Switch to using crypto_pool
` [PATCH v2 07/35] tcp: Add TCP-AO config and structures
` [PATCH v2 08/35] net/tcp: Introduce TCP_AO setsockopt()s
` [PATCH v2 09/35] net/tcp: Prevent TCP-MD5 with TCP-AO being set
` [PATCH v2 10/35] net/tcp: Calculate TCP-AO traffic keys
` [PATCH v2 11/35] net/tcp: Add TCP-AO sign to outgoing packets
` [PATCH v2 12/35] net/tcp: Add tcp_parse_auth_options()
` [PATCH v2 13/35] net/tcp: Add AO sign to RST packets
` [PATCH v2 14/35] net/tcp: Add TCP-AO sign to twsk
` [PATCH v2 15/35] net/tcp: Wire TCP-AO to request sockets
` [PATCH v2 16/35] net/tcp: Sign SYN-ACK segments with TCP-AO
` [PATCH v2 17/35] net/tcp: Verify inbound TCP-AO signed segments
` [PATCH v2 18/35] net/tcp: Add TCP-AO segments counters
` [PATCH v2 19/35] net/tcp: Add TCP-AO SNE support
` [PATCH v2 20/35] net/tcp: Add tcp_hash_fail() ratelimited logs
` [PATCH v2 21/35] net/tcp: Ignore specific ICMPs for TCP-AO connections
` [PATCH v2 22/35] net/tcp: Add option for TCP-AO to (not) hash header
` [PATCH v2 23/35] net/tcp: Add getsockopt(TCP_AO_GET)
` [PATCH v2 24/35] net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)
` [PATCH v2 25/35] selftests/net: Add TCP-AO library
` [PATCH v2 26/35] selftests/net: Verify that TCP-AO complies with ignoring ICMPs
` [PATCH v2 27/35] selftest/net: Add TCP-AO ICMPs accept test
` [PATCH v2 28/35] selftest/tcp-ao: Add a test for MKT matching
` [PATCH v2 29/35] selftest/tcp-ao: Add test for TCP-AO add setsockopt() command
` [PATCH v2 30/35] selftests/tcp-ao: Add TCP-AO + TCP-MD5 + no sign listen socket tests
` [PATCH v2 31/35] selftests/aolib: Add test/benchmark for removing MKTs
` [PATCH v2 32/35] selftests/nettest: Remove client_pw
` [PATCH v2 33/35] selftest/nettest: Rename md5_prefix* => auth_prefix*
` [PATCH v2 34/35] selftests/nettest: Add TCP-AO support
` [PATCH v2 35/35] selftests/fcnal-test.sh: Add TCP-AO tests

[PATCH net-next 0/4] Improve tsn_lib selftests for future distributed tasks
 2022-09-23 21:00 UTC  (6+ messages)
` [PATCH net-next 1/4] selftests: net: tsn_lib: don't overwrite isochron receiver extra args with UDS
` [PATCH net-next 2/4] selftests: net: tsn_lib: allow running ptp4l on multiple interfaces
` [PATCH net-next 3/4] selftests: net: tsn_lib: allow multiple isochron receivers
` [PATCH net-next 4/4] selftests: net: tsn_lib: run phc2sys in automatic mode

[PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
 2022-09-23 20:28 UTC  (17+ messages)
` [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions
` [PATCH v2 02/16] slab: Introduce kmalloc_size_roundup()
` [PATCH v2 03/16] skbuff: Proactively round up to kmalloc bucket size
` [PATCH v2 04/16] skbuff: Phase out ksize() fallback for frag_size
` [PATCH v2 05/16] net: ipa: Proactively round up to kmalloc bucket size
` [PATCH v2 06/16] igb: "
` [PATCH v2 07/16] btrfs: send: "
` [PATCH v2 08/16] dma-buf: "
` [PATCH v2 09/16] coredump: "
` [PATCH v2 10/16] openvswitch: Use kmalloc_size_roundup() to match ksize() usage
` [PATCH v2 11/16] bpf: "
` [PATCH v2 12/16] devres: "
` [PATCH v2 13/16] mempool: "
` [PATCH v2 14/16] kasan: Remove ksize()-related tests
` [PATCH v2 15/16] mm: Make ksize() a reporting-only function
` [PATCH v2 16/16] slab: Restore __alloc_size attribute to __kmalloc_track_caller

[PATCH net-next v3 0/6] tsnep: multi queue support and some other improvements
 2022-09-23 20:29 UTC  (7+ messages)
` [PATCH net-next v3 1/6] dt-bindings: net: tsnep: Allow dma-coherent
` [PATCH net-next v3 2/6] dt-bindings: net: tsnep: Allow additional interrupts
` [PATCH net-next v3 3/6] tsnep: Move interrupt from device to queue
` [PATCH net-next v3 4/6] tsnep: Support multiple TX/RX queue pairs
` [PATCH net-next v3 5/6] tsnep: Add EtherType RX flow classification support
` [PATCH net-next v3 6/6] tsnep: Use page pool for RX

[PATCH net-next v2 0/6] tsnep: multi queue support and some other improvements
 2022-09-23 20:22 UTC  (7+ messages)
` [PATCH net-next v2 1/6] dt-bindings: net: tsnep: Allow dma-coherent
` [PATCH net-next v2 2/6] dt-bindings: net: tsnep: Allow additional interrupts
` [PATCH net-next v2 3/6] tsnep: Move interrupt from device to queue
` [PATCH net-next v2 4/6] tsnep: Support multiple TX/RX queue pairs
` [PATCH net-next v2 5/6] tsnep: Add EtherType RX flow classification support
` [PATCH net-next v2 6/6] tsnep: Use page pool for RX

[PATCH v6 1/3] Bluetooth: Add support for hci devcoredump
 2022-09-23 19:51 UTC  (2+ messages)

[PATCH net-next 0/7] tsnep: multi queue support and some other improvements
 2022-09-23 19:33 UTC  (15+ messages)
` [PATCH net-next 2/7] dt-bindings: net: tsnep: Allow additional interrupts
` [PATCH net-next 3/7] tsnep: Move interrupt from device to queue
` [PATCH net-next 5/7] tsnep: Add EtherType RX flow classification support
` [PATCH net-next 7/7] tsnep: Rework RX buffer allocation

[PATCH net-next] net/smc: Support SO_REUSEPORT
 2022-09-23 19:00 UTC  (2+ messages)

[PATCH 00/12] slab: Introduce kmalloc_size_roundup()
 2022-09-23 18:50 UTC  (5+ messages)
` [PATCH 01/12] "

[PATCH bpf-next 0/5] bpf: Remove recursion check for struct_ops prog
 2022-09-23 18:48 UTC  (9+ messages)
` [PATCH bpf-next 4/5] bpf: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself

[Patch net-next v4 0/6] net: dsa: microchip: ksz9477: enable interrupt for internal phy link detection
 2022-09-23 18:43 UTC  (6+ messages)
` [Patch net-next v4 3/6] net: dsa: microchip: lan937x: return zero if mdio node not present
` [Patch net-next v4 4/6] net: dsa: microchip: move interrupt handling logic from lan937x to ksz_common

[PATCH v2 net-next 00/14] add support for the the vsc7512 internal copper phys
 2022-09-23 18:31 UTC  (9+ messages)
` [PATCH v2 net-next 08/14] net: dsa: felix: update init_regmap to be string-based
` [PATCH v2 net-next 12/14] dt-bindings: net: dsa: ocelot: add ocelot-ext documentation

[PATCH v5 0/4] Mediatek ethernet patches for mt8188
 2022-09-23 18:15 UTC  (7+ messages)
` [PATCH v5 2/4] dt-bindings: net: snps,dwmac: add clk_csr property
` [PATCH v5 4/4] net: stmmac: Update the name of property 'clk_csr'

[PATCH net-next v3] net: skb: introduce and use a single page frag cache
 2022-09-23 17:12 UTC 

[PATCH net-next 0/4] shrink struct ubuf_info
 2022-09-23 16:39 UTC  (5+ messages)
` [PATCH net-next 1/4] net: introduce struct ubuf_info_msgzc
` [PATCH net-next 2/4] xen/netback: use "
` [PATCH net-next 3/4] vhost/net: "
` [PATCH net-next 4/4] net: shrink struct ubuf_info

[PATCH v2 net-next 00/12] Add tc-taprio support for queueMaxSDU
 2022-09-23 16:33 UTC  (13+ messages)
` [PATCH v2 net-next 01/12] net/sched: taprio: allow user input of per-tc max SDU
` [PATCH v2 net-next 02/12] tsnep: deny tc-taprio changes to "
` [PATCH v2 net-next 03/12] igc: "
` [PATCH v2 net-next 04/12] net: stmmac: "
` [PATCH v2 net-next 05/12] net: am65-cpsw: "
` [PATCH v2 net-next 06/12] net: lan966x: "
` [PATCH v2 net-next 07/12] net: dsa: sja1105: "
` [PATCH v2 net-next 08/12] net: dsa: felix: offload per-tc max SDU from tc-taprio
` [PATCH v2 net-next 09/12] net: dsa: hellcreek: Offload "
` [PATCH v2 net-next 10/12] net: enetc: cache accesses to &priv->si->hw
` [PATCH v2 net-next 11/12] net: enetc: use common naming scheme for PTGCR and PTGCAPR registers
` [PATCH v2 net-next 12/12] net: enetc: offload per-tc max SDU from tc-taprio

[PATCH net-next v2] net: skb: introduce and use a single page frag cache
 2022-09-23 16:19 UTC  (5+ messages)

[PATCH net-next 1/3] net: use netdev_unregistering instead of open code
 2022-09-23 16:09 UTC  (3+ messages)
` [PATCH net-next 2/3] ethtool: "
` [PATCH net-next 3/3] nfp: abm: "

[syzbot] WARNING in wireless_send_event
 2022-09-23 16:05 UTC 

[PATCH v4 0/7] sched, net: NUMA-aware CPU spreading interface
 2022-09-23 15:55 UTC  (9+ messages)
` [PATCH v4 2/7] cpumask: Introduce for_each_cpu_andnot()
` [PATCH v4 3/7] lib/test_cpumask: Add for_each_cpu_and(not) tests
` [PATCH v4 4/7] sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()
` [PATCH v4 5/7] sched/topology: Introduce sched_numa_hop_mask()
` [PATCH v4 6/7] sched/topology: Introduce for_each_numa_hop_cpu()
` [PATCH v4 7/7] net/mlx5e: Improve remote NUMA preferences used for the IRQ affinity hints

[PATCH net-next v2 00/12] net: dpaa2-eth: AF_XDP zero-copy support
 2022-09-23 15:45 UTC  (13+ messages)
` [PATCH net-next v2 01/12] net: dpaa2-eth: add support to query the number of queues through ethtool
` [PATCH net-next v2 02/12] net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_stats
` [PATCH net-next v2 03/12] net: dpaa2-eth: add support for multiple buffer pools per DPNI
` [PATCH net-next v2 04/12] net: dpaa2-eth: export the CH#<index> in the 'ch_stats' debug file
` [PATCH net-next v2 05/12] net: dpaa2-eth: export buffer pool info into a new debugfs file
` [PATCH net-next v2 06/12] net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN pools
` [PATCH net-next v2 07/12] net: dpaa2-eth: use dev_close/open instead of the internal functions
` [PATCH net-next v2 08/12] net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb function
` [PATCH net-next v2 09/12] net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() function
` [PATCH net-next v2 10/12] net: dpaa2-eth: AF_XDP RX zero copy support
` [PATCH net-next v2 11/12] net: dpaa2-eth: AF_XDP TX "
` [PATCH net-next v2 12/12] net: dpaa2-eth: add trace points on XSK events

[RFC PATCH net-next v4 0/6] Implement devlink-rate API and extend it
 2022-09-23 15:46 UTC  (12+ messages)
` [RFC PATCH net-next v4 2/6] devlink: Extend devlink-rate api with queues and new parameters

[PATCH net-next] rtnetlink: Honour NLM_F_ECHO flag in rtnl_{new, set}link
 2022-09-23 15:42 UTC  (10+ messages)

[PATCH net-next 0/2] net: sched: add helper support in act_ct for ovs offloading
 2022-09-23 15:28 UTC  (3+ messages)
` [PATCH net-next 1/2] net: sched: fix the err path of tcf_ct_init in act_ct
` [PATCH net-next 2/2] net: sched: add helper support "

[PATCH net] net/sched: act_mirred: use the backlog for mirred ingress
 2022-09-23 15:11 UTC 

[PATCH mm] mm: fix BUG with kvzalloc+GFP_ATOMIC
 2022-09-23 15:10 UTC  (6+ 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).