netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-22 11:05:26 to 2021-12-23 07:30:28 UTC [more...]

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

[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 

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

[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] "

[pull request][net 00/11] mlx5 fixes 2021-12-22
 2021-12-23  4:28 UTC  (15+ 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

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

[PATCH] netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
 2021-12-23  2:48 UTC 

[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: fec: memory corruption caused by err_enet_mii_probe error path
 2021-12-23  1:53 UTC  (4+ messages)

[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 0/2] net: sched: allow user to select txqueue
 2021-12-22 22:44 UTC  (4+ messages)
` [net-next v6 1/2] net: sched: use queue_mapping to pick tx queue
` [net-next v6 2/2] net: sched: support hash/classid/cpuid selecting "

[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 net] net: bridge: fix ioctl old_deviceless bridge argument
 2021-12-22 21:52 UTC  (2+ messages)

[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  (20+ messages)
` [net-next 01/18] ieee802154: hwsim: Ensure proper channel selection at probe time
` [net-next 02/18] ieee802154: hwsim: Provide a symbol duration
` [net-next 03/18] net: ieee802154: Move IEEE 802.15.4 Kconfig main entry
` [net-next 04/18] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu
` [net-next 05/18] net: ieee802154: Move the address structure earlier
` [net-next 06/18] net: ieee802154: Add a kernel doc header to the ieee802154_addr structure
` [net-next 07/18] net: ieee802154: Return meaningful error codes from the netlink helpers
` [net-next 08/18] net: ieee802154: Add support for internal PAN management
` [net-next 09/18] net: ieee802154: Define a beacon frame header
` [net-next 10/18] net: ieee802154: Define frame types
` [net-next 11/18] net: ieee802154: Add support for scanning requests
` [net-next 12/18] net: mac802154: Handle scan requests
` [net-next 13/18] net: mac802154: Inform device drivers about the scanning operation
` [net-next 14/18] net: ieee802154: Full PAN management
` [net-next 15/18] net: ieee802154: Add support for beacon requests
` [net-next 16/18] net: mac802154: Handle beacons requests
` [net-next 17/18] net: mac802154: Let drivers provide their own beacons implementation
` [net-next 18/18] net: ieee802154: Trace the registration of new PANs

[PATCH v1 1/1] wwan: Replace kernel.h with the necessary inclusions
 2021-12-22 20:38 UTC  (2+ messages)

[PATCH] sfc: falcon: Check null pointer of rx_queue->page_ring
 2021-12-22 20:26 UTC  (3+ messages)

[PATCH] sfc: Check null pointer of rx_queue->page_ring
 2021-12-22 20:26 UTC  (3+ messages)

[PATCH v2 net] veth: ensure skb entering GRO are not cloned
 2021-12-22 19:39 UTC  (3+ messages)

[PATCH 00/16] Add new Renesas RZ/V2L SoC and Renesas RZ/V2L SMARC EVK support
 2021-12-22 19:37 UTC  (24+ messages)
` [PATCH 01/16] dt-bindings: arm: renesas: Document Renesas RZ/V2L SoC
` [PATCH 02/16] dt-bindings: arm: renesas: Document SMARC EVK
` [PATCH 03/16] dt-bindings: power: renesas,rzg2l-sysc: Document RZ/V2L SoC
` [PATCH 06/16] dt-bindings: serial: renesas,scif: "
` [PATCH 07/16] dt-bindings: serial: renesas,sci: "
` [PATCH 08/16] dt-bindings: clock: Add R9A07G054 CPG Clock and Reset Definitions
` [PATCH 09/16] dt-bindings: clock: renesas: Document RZ/V2L SoC
` [PATCH 11/16] dt-bindings: pinctrl: renesas: Document RZ/V2L pinctrl
` [PATCH 13/16] dt-bindings: dma: rz-dmac: Document RZ/V2L SoC
` [PATCH 14/16] dt-bindings: net: renesas,etheravb: "

[PATCH] net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources
 2021-12-22 19:10 UTC  (2+ messages)

Initial TCP receive window is clamped to 64k by rcv_ssthresh
 2021-12-22 18:09 UTC  (2+ messages)

[PATCH v7 1/2] wilc1000: Add reset/enable GPIO support to SPI driver
 2021-12-22 17:51 UTC  (2+ messages)

[PATCH v2] wilc1000: Convert static "chipid" variable to device-local variable
 2021-12-22 17:50 UTC  (2+ messages)

[wpan-tools 0/7] IEEE 802.15.4 passive scan support
 2021-12-22 17:19 UTC  (9+ messages)
` [wpan-tools 1/7] iwpan: Fix the channels printing
` [wpan-tools 2/7] iwpan: Export iwpan_debug
` [wpan-tools 3/7] iwpan: Fix a comment
` [wpan-tools 4/7] iwpan: Remove duplicated SECTION
` [wpan-tools 5/7] iwpan: Synchronize nl802154 header with the Linux kernel
` [wpan-tools 6/7] iwpan: Add full scan support
` [wpan-tools 7/7] iwpan: Add events support

[PATCH 0/4] driver_core: Auxiliary drvdata helper cleanup
 2021-12-22 17:18 UTC  (9+ messages)
` [PATCH 1/4] RDMA/irdma: Use auxiliary_device driver data helpers
` [PATCH 2/4] soundwire: intel: "

[PATCH v6 net-next 0/4] Add ethtool interface for RClocks
 2021-12-22 16:39 UTC  (4+ messages)
` [PATCH v6 net-next 1/4] ice: add support detecting features based on netlist
` [PATCH v6 net-next 3/4] ice: add support for monitoring SyncE DPLL state
` [PATCH v6 net-next 4/4] ice: add support for recovered clocks

[RFC net-next 0/2] IOAM queue depth and buffer occupancy
 2021-12-22 16:13 UTC  (11+ messages)
` [RFC net-next 2/2] ipv6: ioam: Support for Buffer occupancy data field

[PATCH net] veth: ensure skb entering GRO are not cloned
 2021-12-22 16:10 UTC  (5+ messages)

SCTP ABI breakage?
 2021-12-22 15:54 UTC  (2+ messages)

[PATCH net-next] net: phy: micrel: Add config_init for LAN8814
 2021-12-22 15:23 UTC  (3+ messages)

[PATCH -next] SUNRPC: Clean XPRT_CONGESTED of xprt->state when rpc task is killed
 2021-12-22 15:02 UTC  (5+ messages)

[PATCH net-next v2 0/1] net: stmmac: add EthType Rx Frame steering
 2021-12-22 14:43 UTC  (2+ messages)
` [PATCH net-next v2 1/1] net: stmmac: add tc flower filter for EtherType matching

[PATCH ipsec-next v3] xfrm: rate limit SA mapping change message to user space
 2021-12-22 13:11 UTC 

[PATCH net] igb: fix deadlock caused by taking RTNL in RPM resume path
 2021-12-22 12:50 UTC  (5+ messages)

[PATCH] ath10k: enable threaded napi on ath10k driver
 2021-12-22 11:16 UTC  (2+ messages)

[PATCH net-next] net: lan966x: Add support for multiple bridge flags
 2021-12-22 11:07 UTC 

[PATCH] can: softing_cs: fix memleak on registration failure
 2021-12-22 11:05 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).