Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
 messages from 2021-08-25 09:35:26 to 2021-08-26 00:03:55 UTC [more...]

[RFC net-next 0/2] DSA slave with customise netdev features
 2021-08-26  0:03 UTC  (6+ messages)
` [RFC net-next 1/2] net: dsa: allow taggers to "
` [RFC net-next 2/2] net: dsa: tag_mtk: handle VLAN tag insertion on TX

[PATCH v3 0/1] mlx5_vdpa bug fix for feature negotiation
 2021-08-26  0:00 UTC  (3+ messages)
` [PATCH v3 1/1] vdpa/mlx5: fix feature negotiation across device reset

[PATCH net-next] ptp: ocp: Simplify Kconfig
 2021-08-25 23:22 UTC  (3+ messages)

[PATCH] ptp: ocp: don't allow on S390
 2021-08-25 23:22 UTC  (12+ messages)

[PATCH net-next 0/3] bnxt: add rx discards stats for oom and netpool
 2021-08-25 23:18 UTC  (4+ messages)
` [PATCH net-next 1/3] bnxt: reorder logic in bnxt_get_stats64()
` [PATCH net-next 2/3] bnxt: count packets discarded because of netpoll
` [PATCH net-next 3/3] bnxt: count discards due to memory allocation errors

[PATCH net 0/2] inet: use siphash in exception handling
 2021-08-25 23:17 UTC  (3+ messages)
` [PATCH net 1/2] ipv6: use siphash in rt6_exception_hash()
` [PATCH net 2/2] ipv4: use siphash instead of Jenkins in fnhe_hashfun()

[PATCH v4 0/2] net: Add LiteETH network driver
 2021-08-25 22:21 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: net: Add bindings for LiteETH
` [PATCH v4 2/2] net: Add driver for LiteX's LiteETH network interface

[PATCH v3 0/2] net: Add LiteETH network driver
 2021-08-25 22:04 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: net: Add bindings for LiteETH
` [PATCH v3 2/2] net: Add driver for LiteX's LiteETH network interface

[PATCH 0/1] can: usb: esd_usb2: Fix the interchange of CAN TX and RX error counters
 2021-08-25 21:52 UTC  (2+ messages)
` [PATCH 1/1] can: usb: esd_usb2: Fix the interchange of the CAN RX and TX "

[PATCH] net: tcp_drop adds `reason` parameter for tracing
 2021-08-25 21:47 UTC  (4+ messages)

[syzbot] INFO: task hung in __xfs_buf_submit (2)
 2021-08-25 21:45 UTC  (2+ messages)

[PATCH net] cxgb4: dont touch blocked freelist bitmap after free
 2021-08-25 21:29 UTC 

[PATCH net-next v3] tcp: enable mid stream window clamp
 2021-08-25 21:01 UTC 

[PATCH] dt-bindings: Use 'enum' instead of 'oneOf' plus 'const' entries
 2021-08-25 20:55 UTC  (4+ messages)

[PATCH net-next 00/13] Add Factorisation code to support Gigabit Ethernet driver
 2021-08-25 20:53 UTC  (16+ messages)
` [PATCH net-next 01/13] ravb: Remove the macros NUM_TX_DESC_GEN[23]
` [PATCH net-next 02/13] ravb: Add multi_irq to struct ravb_hw_info
` [PATCH net-next 03/13] ravb: Add no_ptp_cfg_active "
` [PATCH net-next 04/13] ravb: Add ptp_cfg_active "
` [PATCH net-next 05/13] ravb: Factorise ravb_ring_free function

[PATCH net-next v2] tcp: enable mid stream window clamp
 2021-08-25 20:49 UTC  (5+ messages)

Crash on unplug smsc95xx on 5.14.0-rc6
 2021-08-25 20:42 UTC 

[PATCH v2 bpf-next 0/6] bpf: implement variadic printk helper
 2021-08-25 19:58 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/6] bpf: merge printk and seq_printf VARARG max macros
` [PATCH v2 bpf-next 2/6] bpf: add bpf_trace_vprintk helper
` [PATCH v2 bpf-next 3/6] libbpf: Modify bpf_printk to choose helper based on arg count
` [PATCH v2 bpf-next 4/6] bpftool: only probe trace_vprintk feature in 'full' mode
` [PATCH v2 bpf-next 5/6] selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
` [PATCH v2 bpf-next 6/6] selftests/bpf: add trace_vprintk test prog

[PATCH bpf-next v3 00/16] selftests: xsk: various simplifications
 2021-08-25 19:32 UTC  (20+ messages)
` [PATCH bpf-next v3 01/16] selftests: xsk: remove color mode
` [PATCH bpf-next v3 02/16] selftests: xsk: remove the num_tx_packets option
` [PATCH bpf-next v3 03/16] selftests: xsk: remove unused variables
` [PATCH bpf-next v3 04/16] selftests: xsk: return correct error codes
` [PATCH bpf-next v3 05/16] selftests: xsk: simplify the retry code
` [PATCH bpf-next v3 06/16] selftests: xsk: remove end-of-test packet
` [PATCH bpf-next v3 07/16] selftests: xsk: disassociate umem size with packets sent
` [PATCH bpf-next v3 08/16] selftests: xsk: rename worker_* functions that are not thread entry points
` [PATCH bpf-next v3 09/16] selftests: xsk: simplify packet validation in xsk tests
` [PATCH bpf-next v3 10/16] selftests: xsk: validate tx stats on tx thread
` [PATCH bpf-next v3 11/16] selftests: xsk: decrease sending speed
` [PATCH bpf-next v3 12/16] selftests: xsk: simplify cleanup of ifobjects
` [PATCH bpf-next v3 13/16] selftests: xsk: generate packet directly in umem
` [PATCH bpf-next v3 14/16] selftests: xsk: generate packets from specification
` [PATCH bpf-next v3 15/16] selftests: xsk: make enums lower case
` [PATCH bpf-next v3 16/16] selftests: xsk: preface options with opt

[PATCH] selftests: cleanup config
 2021-08-25 19:31 UTC  (2+ messages)

[PATCH 1/1] i40e: Avoid double IRQ free on error path in probe()
 2021-08-25 19:23 UTC 

[RFCv3 00/15] tcp: Initial support for RFC5925 auth option
 2021-08-25 18:56 UTC  (16+ messages)
` [RFCv3 05/15] tcp: authopt: Add crypto initialization
` [RFCv3 07/15] tcp: authopt: Hook into tcp core
` [RFCv3 09/15] selftests: tcp_authopt: Test key address binding

[syzbot] KASAN: slab-out-of-bounds Read in sk_psock_get
 2021-08-25 18:42 UTC 

[syzbot] KASAN: use-after-free Read in netlbl_catmap_walk
 2021-08-25 18:41 UTC  (3+ messages)

[PATCH] net: usb: asix: ax88772: fix boolconv.cocci warnings
 2021-08-25 18:36 UTC  (4+ messages)

[PATCH net v1 1/1] net: usb: asix: ax88772: fix boolconv.cocci warnings
 2021-08-25 18:35 UTC 

[PATCH] rtlwifi: rtl8192de: Style clean-ups
 2021-08-25 18:33 UTC 

[PATCH] rtlwifi: rtl8192de: Restore channel index initialization
 2021-08-25 18:31 UTC 

[PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
 2021-08-25 18:07 UTC  (6+ messages)

[PATCH] ipv4/mptcp: fix divide error
 2021-08-25 17:56 UTC  (4+ messages)

[PATCH NET v4 3/7] ipv6: use skb_expand_head in ip6_xmit
 2021-08-25 17:49 UTC  (9+ messages)
` [PATCH NET-NEXT] ipv6: skb_expand_head() adjust skb->truesize incorrectly

[PATCH v3] net-next: When a bond have a massive amount of VLANs with IPv6 addresses, performance of changing link state, attaching a VRF, changing an IPv6 address, etc. go down dramtically
 2021-08-25 17:42 UTC  (2+ messages)

[PATCH net-next] selftests/net: allow GRO coalesce test on veth
 2021-08-25 17:40 UTC  (3+ messages)

[PATCH RFC 0/7] add socket to netdev page frag recycling support
 2021-08-25 17:24 UTC  (9+ messages)
    ` [Linuxarm] "

[PATCH] net: tcp_drop adds `reason` parameter for tracing v2
 2021-08-25 17:06 UTC  (5+ messages)

[PATCH 2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support
 2021-08-25 17:05 UTC  (4+ messages)
` [PATCH net-next 0/3] "
  ` [PATCH net-next 2/3] net: netfilter: "

[PATCH net 0/2] net: dsa: hellcreek: 802.1Qbv Fixes
 2021-08-25 16:34 UTC  (5+ messages)
` [PATCH net 1/2] net: dsa: hellcreek: Fix incorrect setting of GCL
` [PATCH net 2/2] net: dsa: hellcreek: Adjust schedule look ahead window

[PATCH net-next] r8169: add rtl_enable_exit_l1
 2021-08-25 16:29 UTC 

[PATCH V2] ath10k: don't fail if IRAM write fails
 2021-08-25 16:15 UTC  (2+ messages)

[net-next PATCH 0/9] Octeontx2: Traffic shaping and SDP link config support
 2021-08-25 15:54 UTC  (11+ messages)
` [net-next PATCH 1/9] octeontx2-af: enable tx shaping feature for 96xx C0
` [net-next PATCH 2/9] octeontx2-af: Allow to configure flow tag LSB byte as RSS adder
` [net-next PATCH 3/9] octeontx2-pf: cleanup transmit link deriving logic
` [net-next PATCH 4/9] octeontx2-af: nix and lbk in loop mode in 98xx
` [net-next PATCH 5/9] octeontx2-af: Add SDP interface support
` [net-next PATCH 6/9] octeontx2-af: Add free rsrc count mbox msg
` [net-next PATCH 7/9] octeontx2-af: Add PTP device id for CN10K and 95O silcons
` [net-next PATCH 8/9] octeontx2-af: Remove channel verification while installing MCAM rules
` [net-next PATCH 9/9] octeontx2-af: Add mbox to retrieve bandwidth profile free count

[PATCH] kconfig: forbid symbols that end with '_MODULE'
 2021-08-25 15:34 UTC  (4+ messages)

[PATCH net-next 5/5] igc: Export LEDs
 2021-08-25 15:26 UTC  (12+ messages)

[PATCH net-next 0/5] ethtool: add support to set/get tx spare buf size and rx buf len
 2021-08-25 15:09 UTC  (5+ messages)
` [PATCH net-next 1/5] ethtool: add support to set/get tx spare buf size
` [PATCH net-next 3/5] ethtool: add support to set/get rx buf len

[PATCH v4 0/4] open/accept directly into io_uring fixed file table
 2021-08-25 15:00 UTC  (7+ messages)
` [PATCH v4 1/4] net: add accept helper not installing fd
` [PATCH v4 2/4] io_uring: openat directly into fixed fd table
` [PATCH v4 3/4] io_uring: hand code io_accept() fd installing
` [PATCH v4 4/4] io_uring: accept directly into fixed file table

[RFC PATCH net-next v3 0/6] ethtool: Add ability to control transceiver modules' power mode
 2021-08-25 14:26 UTC  (5+ messages)
` [RFC PATCH net-next v3 1/6] "

[PATCH 1/6] nfc: microread: remove unused header includes
 2021-08-25 14:24 UTC  (6+ messages)
` [PATCH 2/6] nfc: mrvl: "
` [PATCH 3/6] nfc: pn544: "
` [PATCH 4/6] nfc: st-nci: "
` [PATCH 5/6] nfc: st21nfca: "
` [PATCH 6/6] nfc: st95hf: "

[PATCH net] net/mlx5: Remove all auxiliary devices at the unregister event
 2021-08-25 14:18 UTC  (3+ messages)

[PATCH net] net: dsa: sja1105: fix use-after-free after calling of_find_compatible_node, or worse
 2021-08-25 13:40 UTC  (12+ messages)

[PATCH v11 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-08-25 12:17 UTC  (6+ messages)
` [PATCH v11 01/12] iova: Export alloc_iova_fast() and free_iova_fast()

[PATCH] ixgbe: let the xdpdrv work with more than 64 cpus
 2021-08-25 12:02 UTC  (6+ messages)
        ` [PATCH v2] "

[PATCH v2 2/2] net: Add driver for LiteX's LiteEth network interface
 2021-08-25 12:00 UTC  (4+ messages)

[PATCH] octeontx2-af: Wait for TX link idle for credits change
 2021-08-25 11:10 UTC  (2+ messages)

[PATCH] net: ethernet: actions: Add helper dependency on COMPILE_TEST
 2021-08-25 11:10 UTC  (2+ messages)

[net-next PATCH] octeontx2-af: cn10k: Set cache lines for NPA batch alloc
 2021-08-25 11:10 UTC  (2+ messages)

[PATCH] octeontx2-af: Change the order of queue work and interrupt disable
 2021-08-25 11:10 UTC  (2+ messages)

[PATCH] netfilter: x_tables: handle xt_register_template() returning an error value
 2021-08-25 11:07 UTC  (2+ messages)

[PATCH net-next 0/3] samples: pktgen: enhance the ability to print the execution results of samples
 2021-08-25 10:57 UTC  (4+ messages)
` [PATCH net-next 1/3] samples: pktgen: fix to print when terminated normally
` [PATCH net-next 2/3] samples: pktgen: add trap SIGINT for printing execution result
` [PATCH net-next 3/3] pktgen: document the latest pktgen usage options

[PATCH v2] can: mscan: mpc5xxx_can: Remove useless BUG_ON()
 2021-08-25 10:30 UTC  (2+ messages)

pull-request: can-next 2021-08-25
 2021-08-25 10:30 UTC  (6+ messages)
` [PATCH net-next 1/4] can: rcar: Kconfig: Add helper dependency on COMPILE_TEST
` [PATCH net-next 2/4] can: rcar_canfd: rcar_canfd_handle_channel_tx(): fix redundant assignment
` [PATCH net-next 3/4] can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): use of_device_get_match_data to simplify code
` [PATCH net-next 4/4] can: mscan: mpc5xxx_can: mpc5xxx_can_probe(): remove useless BUG_ON()

[PATCH] mctp: Remove the repeated declaration
 2021-08-25 10:30 UTC  (2+ messages)

[PATCH net-next] net: dsa: mt7530: manually set up VLAN ID 0
 2021-08-25 10:20 UTC  (2+ messages)

[PATCH] netxen_nic: Remove the repeated declaration
 2021-08-25 10:20 UTC  (2+ messages)

[PATCH net-next 0/7] mptcp: Optimize output options and add MP_FAIL
 2021-08-25 10:20 UTC  (2+ messages)

[PATCH V2,net-next, 0/3] net: mana: Add support for EQ sharing
 2021-08-25 10:20 UTC  (2+ messages)

[PATCH net-next 0/3] Make sja1105 treat tag_8021q VLANs more like real DSA tags
 2021-08-25 10:20 UTC  (2+ messages)

[PATH net] net/sched: ets: fix crash when flipping from 'strict' to 'quantum'
 2021-08-25 10:20 UTC  (2+ messages)

[PATCH net v2 1/1] net: stmmac: fix kernel panic due to NULL pointer dereference of xsk_pool
 2021-08-25 10:10 UTC  (2+ messages)

[PATCH] qede: Fix memset corruption
 2021-08-25 10:10 UTC  (2+ messages)

[PATCH net v2 1/1] net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdp
 2021-08-25 10:10 UTC  (2+ messages)

[PATCH v2 ipsec-next] xfrm: Add possibility to set the default to block if we have no policy
 2021-08-25 10:01 UTC  (4+ messages)

[PATCH net-next 0/4][pull request] 1GbE Intel Wired LAN Driver Updates 2021-08-24
 2021-08-25 10:00 UTC  (2+ messages)

[PATCH net-next v2 00/10] LAN7800 driver improvements
 2021-08-25 10:00 UTC  (2+ messages)

[PATCH v2 0/4] xen: harden netfront against malicious backends
 2021-08-25 10:00 UTC  (2+ messages)

[PATCH net-next] qed: Enable automatic recovery on error condition
 2021-08-25 10:00 UTC  (2+ messages)

[PATCH] net: macb: Add a NULL check on desc_ptp
 2021-08-25  9:50 UTC  (2+ messages)

[PATCH] net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings
 2021-08-25  9:50 UTC  (2+ messages)

[PATCH] selftests/bpf: Use kselftest skip code for skipped tests
 2021-08-25  9:44 UTC  (2+ messages)

[PATCH] qed: Enable RDMA relaxed ordering
 2021-08-25  9:35 UTC  (9+ messages)
    ` [EXT] "


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).