Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-22 20:26:34 to 2021-12-23 15:41:24 UTC [more...]

[PATCH v4 00/19] tcp: Initial support for RFC5925 auth option
 2021-12-23 15:40 UTC  (12+ messages)
` [PATCH v4 01/19] tcp: authopt: Initial support and key management
` [PATCH v4 02/19] docs: Add user documentation for tcp_authopt
` [PATCH v4 03/19] tcp: authopt: Add crypto initialization
` [PATCH v4 04/19] tcp: md5: Refactor tcp_sig_hash_skb_data for AO
` [PATCH v4 05/19] tcp: authopt: Compute packet signatures
` [PATCH v4 06/19] tcp: authopt: Hook into tcp core
` [PATCH v4 09/19] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v4 10/19] tcp: authopt: Add support for signing skb-less replies
` [PATCH v4 11/19] tcp: ipv4: Add AO signing for "
` [PATCH v4 12/19] tcp: authopt: Add key selection controls
` [PATCH v4 13/19] tcp: authopt: Add initial l3index support

[PATCH net 0/2] Fix SIOCGIFBR/SIOCSIFBR ioctl
 2021-12-23 15:31 UTC  (3+ messages)
` [PATCH net 1/2] net: bridge: fix ioctl old_deviceless bridge argument
` [PATCH net 2/2] net: bridge: Get SIOCGIFBR/SIOCSIFBR ioctl working in compat mode

[PATCH v2 00/50] wilc1000: rework tx path to use sk_buffs throughout
 2021-12-23 15:23 UTC  (54+ messages)
` [PATCH v2 04/50] wilc1000: factor common code in wilc_wlan_cfg_set() and wilc_wlan_cfg_get()
` [PATCH v2 01/50] wilc1000: don't hold txq_spinlock while initializing AC queue limits
` [PATCH v2 29/50] wilc1000: factor header length calculation into a new function
` [PATCH v2 16/50] wilc1000: switch tx queue to normal sk_buff entries
` [PATCH v2 02/50] wilc1000: switch txq_event from completion to waitqueue
` [PATCH v2 15/50] wilc1000: add struct wilc_skb_tx_cb as an alias of struct txq_entry_t
` [PATCH v2 28/50] wilc1000: improve send_packets() a bit
` [PATCH v2 10/50] wilc1000: factor initialization of tx queue-specific packet fields
` [PATCH v2 20/50] wilc1000: eliminate "max_size_over" variable in fill_vmm_table
` [PATCH v2 08/50] wilc1000: fix management packet type inconsistency
` [PATCH v2 19/50] wilc1000: don't tell the chip to go to sleep while copying tx packets
` [PATCH v2 11/50] wilc1000: convert tqx_entries from "int" to "atomic_t"
` [PATCH v2 14/50] wilc1000: if there is no tx packet, don't increment packets-sent counter
` [PATCH v2 31/50] wilc1000: eliminate another magic constant
` [PATCH v2 12/50] wilc1000: refactor wilc_wlan_cfg_commit() a bit
` [PATCH v2 09/50] wilc1000: prepare wilc_wlan_tx_packet_done() for sk_buff changes
` [PATCH v2 25/50] wilc1000: replace txq_spinlock with ack_filter_lock mutex
` [PATCH v2 13/50] wilc1000: sanitize config packet sequence number management a bit
` [PATCH v2 27/50] wilc1000: simplify ac_balance() "
` [PATCH v2 21/50] wilc1000: declare read-only ac_preserve_ratio as static and const
` [PATCH v2 23/50] wilc1000: introduce symbolic names for two tx-related control bits
` [PATCH v2 24/50] wilc1000: protect tx_q_limit with a mutex instead of a spinlock
` [PATCH v2 07/50] wilc1000: increment tx_dropped stat counter on tx packet drop
` [PATCH v2 17/50] wilc1000: remove no longer used "vif" argument from init_txq_entry()
` [PATCH v2 18/50] wilc1000: split huge tx handler into subfunctions
` [PATCH v2 03/50] wilc1000: move receive-queue stats from txq to wilc structure
` [PATCH v2 22/50] wilc1000: minor syntax cleanup
` [PATCH v2 06/50] wilc1000: move tx packet drop code into its own function
` [PATCH v2 40/50] wilc1000: introduce schedule_packets() function
` [PATCH v2 49/50] wilc1000: implement zero-copy transmit support for SPI
` [PATCH v2 39/50] wilc1000: eliminate txq_add_to_head_cs mutex
` [PATCH v2 48/50] wilc1000: introduce function to find and check DMA response
` [PATCH v2 30/50] wilc1000: use more descriptive variable names
` [PATCH v2 36/50] wilc1000: introduce transmit path chip queue
` [PATCH v2 37/50] wilc1000: introduce set_header() function
` [PATCH v2 50/50] wilc1000: add module parameter "disable_zero_copy_tx" to SPI driver
` [PATCH v2 47/50] wilc1000: factor SPI DMA command initialization code into a function
` [PATCH v2 32/50] wilc1000: introduce vmm_table_entry() helper function
` [PATCH v2 38/50] wilc1000: take advantage of chip queue
` [PATCH v2 34/50] wilc1000: restructure wilc-wlan_handle_txq() for clarity
` [PATCH v2 42/50] wilc1000: simplify code by adding header/padding to skb
` [PATCH v2 45/50] wilc1000: move struct wilc_spi declaration
` [PATCH v2 35/50] wilc1000: introduce copy_and_send_packets() helper function
` [PATCH v2 26/50] wilc1000: reduce amount of time ack_filter_lock is held
` [PATCH v2 41/50] wilc1000: use more descriptive variable name
` [PATCH v2 46/50] wilc1000: remove duplicate CRC calculation code
` [PATCH v2 05/50] wilc1000: add wilc_wlan_tx_packet_done() function
` [PATCH v2 44/50] wilc1000: don't allocate tx_buffer when zero-copy is available
` [PATCH v2 43/50] wilc1000: add support for zero-copy transmit of tx packets
` [PATCH v2 33/50] wilc1000: move ac_desired_ratio calculation to where its needed

pull-request: wireless-drivers-next-2021-12-23
 2021-12-23 14:11 UTC 

[PATCH] wilc1000: Allow setting power_save before driver is initialized
 2021-12-23 14:02 UTC  (6+ messages)

[PATCH net-next] net: lan966x: Fix the vlan used by host ports
 2021-12-23 14:01 UTC 

[PATCH] vdpa: regist vhost-vdpa dev class
 2021-12-23 13:58 UTC  (3+ messages)

[PATCH] netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
 2021-12-23 13:38 UTC  (2+ messages)

net: fec: memory corruption caused by err_enet_mii_probe error path
 2021-12-23 13:35 UTC  (5+ messages)

[PATCH net] net: bridge: fix ioctl old_deviceless bridge argument
 2021-12-23 13:33 UTC  (6+ messages)

Bad performance in RX with sfc 40G
 2021-12-23 13:18 UTC  (4+ messages)

[PATCH bpf-next 1/2] libbpf: Do not use btf_dump__new macro for c++ objects
 2021-12-23 13:17 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add btf_dump__new to test_cpp

[PATCH v2] net: ks8851: Check for error irq
 2021-12-23 12:49 UTC 

[PATCH v3] drivers: net: smc911x: Check for error irq
 2021-12-23 12:43 UTC 

[PATCH v2] drivers: net: smc911x: Check for error irq
 2021-12-23 12:37 UTC  (2+ messages)

[PATCH net-next 0/2] net: hns3: add support for TX push
 2021-12-23 12:30 UTC  (3+ messages)
` [PATCH net-next 1/2] net: hns3: add support for TX push mode
` [PATCH net-next 2/2] net: hns3: add ethtool priv-flag for TX push

[PATCH] of: net: support NVMEM cells with MAC in text format
 2021-12-23 12:27 UTC 

[PATCH net-next] ipv4: delete sysctls about routing cache
 2021-12-23 12:20 UTC 

[PATCH v4] fjes: Check for error irq
 2021-12-23 12:16 UTC 

[PATCH v3] fjes: Check for error irq
 2021-12-23 12:02 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] support string key for hash-table
 2021-12-23 12:02 UTC  (3+ messages)

[PATCH v2] fjes: Check for error irq
 2021-12-23 11:58 UTC 

[PATCH net-next v2 0/1] net: stmmac: add EthType Rx Frame steering
 2021-12-23 11:30 UTC  (2+ messages)

[PATCH v1 1/1] wwan: Replace kernel.h with the necessary inclusions
 2021-12-23 11:30 UTC  (6+ messages)

[PATCH net-next 0/8] mlxsw: Add tests for VxLAN with IPv6 underlay
 2021-12-23 11:30 UTC  (10+ messages)
` [PATCH net-next 1/8] selftests: mlxsw: vxlan: Make the test more flexible for future use
` [PATCH net-next 2/8] selftests: mlxsw: Add VxLAN configuration test for IPv6
` [PATCH net-next 3/8] selftests: mlxsw: vxlan_fdb_veto: Make the test more flexible for future use
` [PATCH net-next 4/8] selftests: mlxsw: Add VxLAN FDB veto test for IPv6
` [PATCH net-next 5/8] selftests: mlxsw: spectrum: Add a test for VxLAN flooding with IPv6
` [PATCH net-next 6/8] selftests: mlxsw: spectrum-2: "
` [PATCH net-next 7/8] selftests: mlxsw: Add test for VxLAN related traps for IPv6
` [PATCH net-next 8/8] selftests: mlxsw: devlink_trap_tunnel_vxlan: Fix 'decap_error' case

[PATCH net-next v1] flow_offload: fix suspicious RCU usage when offloading tc action
 2021-12-23 11:20 UTC  (2+ messages)

[PATCH net-next] net: lan966x: Add support for multiple bridge flags
 2021-12-23 11:20 UTC  (2+ messages)

[PATCH net-next] sctp: move hlist_node and hashent out of sctp_ep_common
 2021-12-23 11:20 UTC  (2+ messages)

[PATCH 0/5] nvmem: support more NVMEM cells variants
 2021-12-23 11:07 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: nvmem: add "label" property to allow more flexible cells names
` [PATCH 2/5] nvmem: core: read OF defined NVMEM cell name from "label" property
` [PATCH 3/5] dt-bindings: nvmem: allow referencing device defined cells by names
` [PATCH 4/5] dt-bindings: nvmem: brcm,nvram: add NVMEM cell to example
` [PATCH 5/5] nvmem: core: add cell name based matching of DT cell nodes

[PATCH netfilter] netfilter: xt_owner: use sk->sk_uid for owner lookup
 2021-12-23 10:35 UTC  (2+ messages)

[pull request][net 00/11] mlx5 fixes 2021-12-22
 2021-12-23 10:31 UTC  (16+ messages)
` [net 01/11] net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources
` [net 02/11] net/mlx5: DR, Fix querying eswitch manager vport for ECPF
` [net 03/11] net/mlx5: Use first online CPU instead of hard coded CPU
` [net 04/11] net/mlx5: Fix error print in case of IRQ request failed
` [net 05/11] net/mlx5: Fix SF health recovery flow
` [net 06/11] net/mlx5: Fix tc max supported prio for nic mode
` [net 07/11] net/mlx5e: Wrap the tx reporter dump callback to extract the sq
` [net 08/11] net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabled
` [net 09/11] net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flow
` [net 10/11] net/mlx5e: Fix ICOSQ recovery flow for XSK
` [net 11/11] net/mlx5e: Delete forward rule for ct or sample action

[RFC PATCH v12 00/17] dlb: introduce DLB device driver
 2021-12-23 10:22 UTC  (9+ messages)
` [RFC PATCH v12 01/17] dlb: add skeleton for DLB driver

improve the eBPF documentation v2
 2021-12-23 10:19 UTC  (5+ messages)
` [PATCH 1/4] bpf, docs: Fix verifier references
` [PATCH 2/4] bpf, docs: Split the comparism to classic BPF from instruction-set.rst
` [PATCH 3/4] bpf, docs: Generate nicer tables for instruction encodings
` [PATCH 4/4] bpf, docs: Move the packet access instructions last in instruction-set.rst

[PATCH][next] Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous"
 2021-12-23  9:47 UTC 

[PATCH net 0/2] r8152: fix bugs
 2021-12-23  9:27 UTC  (3+ messages)
` [PATCH net 1/2] r8152: fix the force speed doesn't work for RTL8156
` [PATCH net 2/2] r8152: sync ocp base

[PATCH] ice: Optimize a few bitmap operations
 2021-12-23  9:03 UTC 

Wycena paneli fotowoltaicznych
 2021-12-23  8:35 UTC 

[PATCH resend net-next] net: phy: micrel: Add config_init for LAN8814
 2021-12-23  8:28 UTC 

[PATCH] net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M
 2021-12-23  7:36 UTC 

[PATCH net] net: stmmac: ptp: fix potentially overflowing expression
 2021-12-23  7:39 UTC 

[PATCH] igc: Avoid possible deadlock during suspend/resume
 2021-12-23  7:21 UTC  (4+ messages)
` [PATCH net v1] igc: Do not enable crosstimestamping for i225-V models

[PATCH v2 net] net: dsa: tag_ocelot: use traffic class to map priority on injected header
 2021-12-23  7:22 UTC 

[PATCH v8 net-next 06/13] flow_offload: allow user to offload tc action to net device
 2021-12-23  6:42 UTC  (3+ messages)
` [flow_offload] 28798f55fe: WARNING:suspicious_RCU_usage

[PATCH] net: wan/lmc: fix spelling of "its"
 2021-12-23  6:26 UTC 

[PATCH v3] sun4i-emac.c: add dma support
 2021-12-23  6:11 UTC 

[PATCH bpf-next v2] selftests/bpf: Fix cross compiling error when using userspace pt_regs
 2021-12-23  5:20 UTC 

[PATCH bpf-next] selftests/bpf: Fix building error when using userspace pt_regs
 2021-12-23  4:52 UTC  (10+ messages)

[PATCH net-next] net: dsa: tag_ocelot: use traffic class to map priority on injected header
 2021-12-23  4:27 UTC  (3+ messages)
  ` [EXT] "

[PATCH] net: mvneta: use min() to make code cleaner
 2021-12-23  2:54 UTC  (2+ messages)

[PATCH v2] sun4i-emac.c: add dma support
 2021-12-23  2:38 UTC 

[PATCH] net: ethernet: mellanox: return errno instead of 1
 2021-12-23  2:24 UTC 

[PATCH] net: remove judgement based on gfp_flags
 2021-12-23  1:56 UTC 

[net-next v0 01/14] devlink: Add new "io_eq_size" generic device param
 2021-12-23  1:30 UTC  (2+ messages)

[PATCH net-next 0/8] Add tests for VxLAN with IPv6 underlay
 2021-12-23  1:30 UTC  (2+ messages)

[PATCH] sun4i-emac.c: add dma support
 2021-12-23  0:57 UTC  (2+ messages)

[PATCH net-next 1/2] codel: remove unnecessary sock.h include
 2021-12-23  0:50 UTC  (2+ messages)

[PATCH v1 0/2] Fix issues in xfrm_migrate
 2021-12-23  0:45 UTC  (3+ messages)
` [PATCH v1 1/2] xfrm: Check if_id "
` [PATCH v1 2/2] xfrm: Fix xfrm migrate issues when address family changes

[PATCH bpf-next v3 0/3] libbpf: Implement BTFGen
 2021-12-23  0:33 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] libbpf: split bpf_core_apply_relo()
` [PATCH bpf-next v3 2/3] libbpf: Implement changes needed for BTFGen in bpftool
` [PATCH bpf-next v3 3/3] bpftool: Implement btfgen

[PATCH] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2021-12-22 23:50 UTC  (4+ messages)

[PATCH net-next v1] ice: trivial: fix odd indenting
 2021-12-22 23:10 UTC  (2+ messages)

[PATCH] net: broadcom: bcm4908enet: remove redundant variable bytes
 2021-12-22 23:10 UTC  (2+ messages)

[PATCH net-next 00/10][pull request] 100GbE Intel Wired LAN Driver Updates 2021-12-21
 2021-12-22 23:00 UTC  (2+ messages)

[PATCH v2 1/2] asix: fix uninit-value in asix_mdio_read()
 2021-12-22 23:00 UTC  (2+ messages)

[net-next v6 1/2] net: sched: use queue_mapping to pick tx queue
 2021-12-22 22:44 UTC  (2+ messages)

[PATCH net] sctp: use call_rcu to free endpoint
 2021-12-22 22:40 UTC  (2+ messages)

[syzbot] INFO: task hung in cgroup_can_fork
 2021-12-22 22:13 UTC 

[PATCH v2 0/2] TJA1103 perout and extts
 2021-12-22 21:34 UTC  (3+ messages)
` [PATCH v2 1/2] phy: nxp-c45-tja11xx: add extts and perout support
` [PATCH v2 2/2] phy: nxp-c45-tja11xx: read the tx timestamp without lock

[net-next 00/18] IEEE 802.15.4 passive scan support
 2021-12-22 20:55 UTC  (3+ messages)
` [net-next 08/18] net: ieee802154: Add support for internal PAN management

[PATCH] sfc: falcon: Check null pointer of rx_queue->page_ring
 2021-12-22 20:26 UTC  (3+ 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).