netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-15 16:22:26 to 2023-02-16 03:25:26 UTC [more...]

[PATCH] amd-xgbe: fix mismatched prototype
 2023-02-16  3:25 UTC  (4+ messages)

[PATCH v2 net-next] ice: update xdp_features with xdp multi-buff
 2023-02-16  3:20 UTC  (2+ messages)

[PATCH net-next] i40e: check vsi type before setting xdp_features flag
 2023-02-16  3:20 UTC  (2+ messages)

[PATCH net,v2,0/2] Fix a fib6 info notification bug
 2023-02-16  4:26 UTC  (3+ messages)
` [PATCH net,v2,1/2] ipv6: Add lwtunnel encap size of all siblings in nexthop calculation
` [PATCH net,v2,2/2] selftests: fib_tests: Add test cases for IPv4/IPv6 in route notify

[PATCH net,v2,0/2] Fix a fib6 info notification bug
 2023-02-16  4:21 UTC  (2+ messages)

[PATCH intel-next v4 0/8] i40e: support XDP multi-buffer
 2023-02-16  3:15 UTC  (8+ messages)
` [PATCH intel-next v4 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
` [PATCH intel-next v4 8/8] i40e: add support for XDP multi-buffer Rx

[PATCH v8 00/13] Adds support for PHY LEDs with offload triggers
 2023-02-16  2:32 UTC  (15+ messages)
` [PATCH v8 01/13] leds: add support for hardware driven LEDs
` [PATCH v8 02/13] leds: add function to configure hardware controlled LED
` [PATCH v8 03/13] leds: trigger: netdev: drop NETDEV_LED_MODE_LINKUP from mode
` [PATCH v8 04/13] leds: trigger: netdev: rename and expose NETDEV trigger enum modes
` [PATCH v8 05/13] leds: trigger: netdev: convert device attr to macro
` [PATCH v8 06/13] leds: trigger: netdev: add hardware control support
` [PATCH v8 07/13] leds: trigger: netdev: use mutex instead of spinlocks
` [PATCH v8 08/13] leds: trigger: netdev: add available mode sysfs attr
` [PATCH v8 09/13] leds: trigger: netdev: add additional hardware only triggers
` [PATCH v8 10/13] net: dsa: qca8k: add LEDs support
` [PATCH v8 11/13] dt-bindings: leds: Document netdev trigger
` [PATCH v8 12/13] dt-bindings: net: phy: Document support for leds node
` [PATCH v8 13/13] dt-bindings: net: dsa: qca8k: add LEDs definition example

[linux-next:master] BUILD REGRESSION 9d9019bcea1aac7eed64a1a4966282b6b7b141c8
 2023-02-16  2:05 UTC 

[6.2.0-rc7] BUG: KASAN: slab-out-of-bounds in hop_cmp+0x26/0x110
 2023-02-16  1:51 UTC  (5+ messages)

[PATCH bpf-next v4] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
 2023-02-16  1:50 UTC  (2+ messages)

[PATCH net] devlink: Fix netdev notifier chain corruption
 2023-02-16  1:32 UTC  (2+ messages)

[PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
 2023-02-16  1:23 UTC  (6+ messages)
` [PATCH bpf-next v1 1/4] riscv: Extend patch_text for multiple instructions

[PATCH net-next v5] igc: offload queue max SDU from tc-taprio
 2023-02-16  1:16 UTC 

[Patch] [testing][wireguard] Remove unneeded version.h include pointed out by 'make versioncheck'
 2023-02-16  1:01 UTC 

[Patch] [drivers/net] Remove unneeded version.h includes
 2023-02-16  0:48 UTC 

[PATCH v4 00/21] net/tcp: Add TCP-AO support
 2023-02-16  0:22 UTC  (24+ messages)
` [PATCH v4 01/21] net/tcp: Prepare tcp_md5sig_pool for TCP-AO
` [PATCH v4 02/21] tcp: Add TCP-AO config and structures
` [PATCH v4 03/21] net/tcp: Introduce TCP_AO setsockopt()s
` [PATCH v4 04/21] net/tcp: Prevent TCP-MD5 with TCP-AO being set
` [PATCH v4 05/21] net/tcp: Calculate TCP-AO traffic keys
` [PATCH v4 06/21] net/tcp: Add TCP-AO sign to outgoing packets
` [PATCH v4 07/21] net/tcp: Add tcp_parse_auth_options()
` [PATCH v4 08/21] net/tcp: Add AO sign to RST packets
` [PATCH v4 09/21] net/tcp: Add TCP-AO sign to twsk
` [PATCH v4 10/21] net/tcp: Wire TCP-AO to request sockets
` [PATCH v4 11/21] net/tcp: Sign SYN-ACK segments with TCP-AO
` [PATCH v4 12/21] net/tcp: Verify inbound TCP-AO signed segments
` [PATCH v4 13/21] net/tcp: Add TCP-AO segments counters
` [PATCH v4 14/21] net/tcp: Add TCP-AO SNE support
` [PATCH v4 15/21] net/tcp: Add tcp_hash_fail() ratelimited logs
` [PATCH v4 16/21] net/tcp: Ignore specific ICMPs for TCP-AO connections
` [PATCH v4 17/21] net/tcp: Add option for TCP-AO to (not) hash header
` [PATCH v4 18/21] net/tcp: Add getsockopt(TCP_AO_GET)
` [PATCH v4 19/21] net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)
` [PATCH v4 20/21] net/tcp-ao: Add static_key for TCP-AO
` [PATCH v4 21/21] net/tcp-ao: Wire up l3index to TCP-AO

[pull request][net-next 0/9] mlx5 updates 2023-02-15
 2023-02-16  0:09 UTC  (10+ messages)
` [net-next 1/9] net/mlx5e: Switch to using napi_build_skb()
` [net-next 2/9] net/mlx5e: Remove redundant page argument in mlx5e_xmit_xdp_buff()
` [net-next 3/9] net/mlx5e: Remove redundant page argument in mlx5e_xdp_handle()
` [net-next 4/9] net/mlx5: Simplify eq list traversal
` [net-next 5/9] net/mlx5e: Implement CT entry update
` [net-next 6/9] net/mlx5e: Allow offloading of ct 'new' match
` [net-next 7/9] net/mlx5e: Remove unused function mlx5e_sq_xmit_simple
` [net-next 8/9] net/mlx5e: Fix outdated TLS comment
` [net-next 9/9] net/mlx5e: RX, Remove doubtful unlikely call

[PATCH net-next v12 0/8] net/sched: cls_api: Support hardware miss to tc action
 2023-02-16  0:01 UTC  (14+ messages)
` [PATCH net-next v12 1/8] net/sched: Rename user cookie and act cookie
` [PATCH net-next v12 2/8] net/sched: cls_api: Support hardware miss to tc action
` [PATCH net-next v12 3/8] net/sched: flower: Move filter handle initialization earlier
` [PATCH net-next v12 4/8] net/sched: flower: Support hardware miss to tc action
` [PATCH net-next v12 5/8] net/mlx5: Kconfig: Make tc offload depend on tc skb extension
` [PATCH net-next v12 6/8] net/mlx5: Refactor tc miss handling to a single function
` [PATCH net-next v12 7/8] net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG
` [PATCH net-next v12 8/8] net/mlx5e: TC, Set CT miss to the specific ct action instance

[PATCH net-next v2 0/5] tls: implement key updates for TLS1.3
 2023-02-15 23:23 UTC  (8+ messages)
` [PATCH net-next v2 2/5] tls: block decryption when a rekey is pending

[PATCH net-next 0/2] net: default_rps_mask follow-up
 2023-02-15 23:05 UTC  (6+ messages)
` [PATCH net-next 1/2] net: make default_rps_mask a per netns attribute
` [PATCH net-next 2/2] self-tests: more rps self tests

[PATCH net-next 0/2] Couple of minor improvements to build_skb variants
 2023-02-15 23:01 UTC  (3+ messages)
` [PATCH net-next 2/2] skbuff: Add likely to skb pointer in build_skb()

[PATCH net-next 0/3] taprio queueMaxSDU fixes
 2023-02-15 22:46 UTC  (4+ messages)
` [PATCH net-next 1/3] net/sched: taprio: fix calculation of maximum gate durations
` [PATCH net-next 2/3] net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adjustment
` [PATCH net-next 3/3] net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimited

[PATCH] wifi: brcmfmac: p2p: Introduce generic flexible array frame member
 2023-02-15 22:41 UTC 

[PATCH bpf-next 0/4] bpf: Introduce kptr_rcu
 2023-02-15 22:23 UTC  (4+ messages)
` [PATCH bpf-next 2/4] "

[PATCH net-next] rxrpc: Fix overproduction of wakeups to recvmsg()
 2023-02-15 21:48 UTC 

[PATCH -next v2] wifi: mt76: mt7996: Remove unneeded semicolon
 2023-02-15 21:30 UTC  (2+ messages)

[PATCH v6 00/12] net: ethernet: mtk_eth_soc: various enhancements
 2023-02-15 21:29 UTC  (10+ messages)
` [PATCH v6 02/12] dt-bindings: net: mediatek,net: add mt7981-eth binding
` [PATCH v6 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema
` [PATCH v6 04/12] dt-bindings: arm: mediatek: sgmiisys: add MT7981 SoC

[PATCH v0] qed/qed_dev: guard against a possible division by zero
 2023-02-15 21:20 UTC  (4+ messages)
    ` [EXT] "

[PATCH v2 0/5] Bluetooth: hci_mrvl: Add serdev support for 88W8997
 2023-02-15 21:20 UTC  (2+ messages)

[PATCH v3 0/5] Bluetooth: hci_mrvl: Add serdev support for 88W8997
 2023-02-15 21:20 UTC  (4+ messages)

[PATCH v7 00/12] net: ethernet: mtk_eth_soc: various enhancements
 2023-02-15 21:19 UTC  (14+ messages)
` [PATCH v7 01/12] net: ethernet: mtk_eth_soc: add support for MT7981 SoC
` [PATCH v7 02/12] dt-bindings: net: mediatek,net: add mt7981-eth binding
` [PATCH v7 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema
` [PATCH v7 04/12] dt-bindings: arm: mediatek: sgmiisys: add MT7981 SoC
` [PATCH v7 05/12] net: ethernet: mtk_eth_soc: set MDIO bus clock frequency
` [PATCH v7 06/12] net: ethernet: mtk_eth_soc: reset PCS state
` [PATCH v7 07/12] net: ethernet: mtk_eth_soc: only write values if needed
` [PATCH v7 08/12] net: ethernet: mtk_eth_soc: fix RX data corruption issue
` [PATCH v7 09/12] net: ethernet: mtk_eth_soc: ppe: add support for flow accounting
` [PATCH v7 10/12] net: pcs: add driver for MediaTek SGMII PCS
` [PATCH v7 11/12] net: ethernet: mtk_eth_soc: switch to external PCS driver
` [PATCH v7 12/12] net: dsa: mt7530: use "

[PATCH net-next V5] dt-bindings: net: xlnx,axi-ethernet: convert bindings document to yaml
 2023-02-15 21:07 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 6/7] neigh: make sure used and confirmed times are valid
 2023-02-15 20:46 UTC 

[PATCH AUTOSEL 5.10 1/8] Fix XFRM-I support for nested ESP tunnels
 2023-02-15 20:46 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 7/8] neigh: make sure used and confirmed times are valid

[PATCH AUTOSEL 5.15 01/12] ionic: refactor use of ionic_rx_fill()
 2023-02-15 20:46 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 02/12] Fix XFRM-I support for nested ESP tunnels
` [PATCH AUTOSEL 5.15 10/12] neigh: make sure used and confirmed times are valid

[PATCH AUTOSEL 6.1 01/24] Fix XFRM-I support for nested ESP tunnels
 2023-02-15 20:45 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 18/24] neigh: make sure used and confirmed times are valid
` [PATCH AUTOSEL 6.1 22/24] selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more comprehensive

wilc1000 MAC address is 00:00:00:00:00:00
 2023-02-15 20:14 UTC  (11+ messages)

[PATCH v4 1/4] wifi: brcmfmac: Rename Cypress 89459 to BCM4355
 2023-02-15 20:05 UTC  (3+ messages)

[PATCH net] sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop
 2023-02-15 20:04 UTC 

[PATCH net-next 0/6] net: final GSI register updates
 2023-02-15 19:53 UTC  (7+ messages)
` [PATCH net-next 1/6] net: ipa: fix an incorrect assignment
` [PATCH net-next 2/6] net: ipa: kill gsi->virt_raw
` [PATCH net-next 3/6] net: ipa: kill ev_ch_e_cntxt_1_length_encode()
` [PATCH net-next 4/6] net: ipa: avoid setting an undefined field
` [PATCH net-next 5/6] net: ipa: support different event ring encoding
` [PATCH net-next 6/6] net: ipa: add HW_PARAM_4 GSI register

net: phy: broadcom: error in rxtstamp callback?
 2023-02-15 19:39 UTC  (2+ messages)

[pull request][net-next 00/15] mlx5 updates 2023-02-10
 2023-02-15 19:41 UTC  (6+ messages)
` [net-next 01/15] net/mlx5: Lag, Let user configure multiport eswitch

[PATCH net-next 0/2] flower add cfm support
 2023-02-15 19:25 UTC  (3+ messages)
` [PATCH net-next 1/2] net: flower: add support for matching cfm fields
` [PATCH net-next 2/2] selftests: net: add tc flower cfm test

[PATCH v4 0/2] Another crack at a handshake upcall mechanism
 2023-02-15 19:23 UTC  (3+ messages)
` [PATCH v4 1/2] net/handshake: Create a NETLINK service for handling handshake requests
` [PATCH v4 2/2] net/tls: Add kernel APIs for requesting a TLSv1.3 handshake

[PATCH net-next 0/3] net: skbuff: cache one skb_ext for use by GRO
 2023-02-15 19:08 UTC  (17+ messages)
` [PATCH net-next 2/3] "
` [PATCH net-next 3/3] net: create and use NAPI version of tc_skb_ext_alloc()

[PATCH] fixed typos on selftests/bpf
 2023-02-15 18:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
 2023-02-15 18:11 UTC  (3+ messages)

[RFC] net: skbuff: let struct skb_ext live inside the head
 2023-02-15 18:13 UTC  (7+ messages)

[PATCH v7 0/4] mac80211_hwsim: Add PMSR support
 2023-02-15 18:13 UTC  (7+ messages)
` [PATCH v7 1/4] mac80211_hwsim: add PMSR capability support
` [PATCH v7 2/4] mac80211_hwsim: add PMSR request support via virtio
` [PATCH v7 4/4] mac80211_hwsim: add PMSR report "

[PATCH bpf] xsk: check IFF_UP earlier in Tx path
 2023-02-15 17:57 UTC  (2+ messages)

[PATCH bpf-next V1] xdp: bpf_xdp_metadata use NODEV for no device support
 2023-02-15 17:50 UTC  (4+ messages)
` [xdp-hints] "
    ` [xdp-hints] "

[PATCH net-next v1 1/1] net: phy: c45: genphy_c45_an_config_aneg(): fix uninitialized symbol error
 2023-02-15 17:45 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix map_kptr test
 2023-02-15 17:36 UTC  (5+ messages)

[PATCH net] net/smc: fix application data exception
 2023-02-15 17:31 UTC  (3+ messages)

[PATCH v7 net-next 0/8] sfc: devlink support for ef100
 2023-02-15 17:07 UTC  (8+ messages)
` [PATCH v7 net-next 2/8] sfc: add devlink info "

Fw: [Bug 217040] New: TXDCTL.ENABLE for one or more queues not cleared within the polling period
 2023-02-15 17:11 UTC 

[PATCH net-next v1 0/3] net/mlx5e: Add GBP VxLAN HW offload support
 2023-02-15 17:01 UTC  (13+ messages)
` [PATCH net-next v1 2/3] net/mlx5e: Add helper for encap_info_equal for tunnels with options
` [PATCH net-next v1 3/3] net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offload

[PATCH bpf-next v2] selftests/bpf: Cross-compile bpftool
 2023-02-15 17:00 UTC  (2+ messages)

[PATCH net-next v3] xsk: support use vaddr as ring
 2023-02-15 16:50 UTC  (4+ messages)

[PATCH v2] l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()
 2023-02-15 16:39 UTC  (5+ messages)

[PATCH net-next 0/5] net/sched: Retire some tc qdiscs and classifiers
 2023-02-15 16:37 UTC  (8+ messages)

[PATCH net-next v3 0/7] octeon_ep: deferred probe and mailbox
 2023-02-15 16:36 UTC  (3+ messages)
` [PATCH net-next v3 5/7] octeon_ep: support asynchronous notifications

[PATCH] net: dsa: ocelot: fix selecting MFD_OCELOT
 2023-02-15 16:29 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).