netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-15 19:00:18 to 2022-03-16 13:03:08 UTC [more...]

[PATCH v4 net-next 00/15] net: bridge: Multiple Spanning Trees
 2022-03-16 13:02 UTC  (20+ messages)
` [PATCH v4 net-next 03/15] net: bridge: mst: Support setting and reporting MST port states
` [PATCH v4 net-next 04/15] net: bridge: mst: Notify switchdev drivers of MST mode changes
` [PATCH v4 net-next 09/15] net: dsa: Never offload FDB entries on standalone ports
` [PATCH v4 net-next 10/15] net: dsa: Validate hardware support for MST
` [PATCH v4 net-next 12/15] net: dsa: Handle MST state changes

pull-request: wireless-2022-03-16
 2022-03-16 13:02 UTC 

[PATCH V2] net: mv643xx_eth: undo some opreations in mv643xx_eth_probe
 2022-03-16 12:56 UTC  (2+ messages)

[PATCH net-next v1 1/1] net: dsa: microchip: ksz8795: handle eee specif erratum
 2022-03-16 12:55 UTC 

[PATCH] net: axiemac: use a phandle to reference pcs_phy
 2022-03-16 12:45 UTC  (2+ messages)

[PATCHv3 bpf-next 00/13] bpf: Add kprobe multi link
 2022-03-16 12:24 UTC  (14+ messages)
` [PATCHv3 bpf-next 01/13] lib/sort: Add priv pointer to swap function
` [PATCHv3 bpf-next 02/13] kallsyms: Skip the name search for empty string
` [PATCHv3 bpf-next 03/13] bpf: Add multi kprobe link
` [PATCHv3 bpf-next 04/13] bpf: Add bpf_get_func_ip kprobe helper for "
` [PATCHv3 bpf-next 05/13] bpf: Add support to inline bpf_get_func_ip helper on x86
` [PATCHv3 bpf-next 06/13] bpf: Add cookie support to programs attached with kprobe multi link
` [PATCHv3 bpf-next 07/13] libbpf: Add libbpf_kallsyms_parse function
` [PATCHv3 bpf-next 08/13] libbpf: Add bpf_link_create support for multi kprobes
` [PATCHv3 bpf-next 09/13] libbpf: Add bpf_program__attach_kprobe_multi_opts function
` [PATCHv3 bpf-next 10/13] selftests/bpf: Add kprobe_multi attach test
` [PATCHv3 bpf-next 11/13] selftests/bpf: Add kprobe_multi bpf_cookie test
` [PATCHv3 bpf-next 12/13] selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_opts
` [PATCHv3 bpf-next 13/13] selftests/bpf: Add cookie "

pull request (net): ipsec 2022-03-16
 2022-03-16 12:11 UTC  (3+ messages)
` [PATCH 1/2] af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_register
` [PATCH 2/2] esp6: fix check on ipv6_skip_exthdr's return value

[PATCH net-next] dt-bindings: net: convert sff,sfp to dtschema
 2022-03-16 12:04 UTC  (6+ messages)

[PATCH] selftests: net: fix warning when compiling selftest/net
 2022-03-16 11:50 UTC 

bnx2x: ppc64le: Unable to set message level greater than 0x7fff
 2022-03-16 11:49 UTC  (5+ messages)
      ` [EXT] "

[PATCH v2 0/8] arm64: mvebu: Support for Marvell 98DX2530 (and variants)
 2022-03-16 11:49 UTC  (3+ messages)
` [PATCH v2 7/8] arm64: dts: marvell: Add Armada 98DX2530 SoC and RD-AC5X board

[RFC PATCH v2 0/2] af_vsock: add two new tests for SOCK_SEQPACKET
 2022-03-16 11:36 UTC  (8+ messages)
` [RFC PATCH v2 1/2] af_vsock: SOCK_SEQPACKET receive timeout test
` [RFC PATCH v2 2/2] af_vsock: SOCK_SEQPACKET broken buffer test

[PATCH v2 net-next 1/2] bnx2x: Utilize firmware 7.13.21.0
 2022-03-16 11:23 UTC  (12+ messages)
  ` [EXT] "

[RFC net] bnx2x: fix built-in kernel driver load failure
 2022-03-16 11:18 UTC 

[PATCH iproute2-next v5 0/2] GTP support for ip link and tc flowers
 2022-03-16 11:08 UTC  (3+ messages)
` [PATCH iproute2-next v5 1/2] ip: GTP support in ip link
` [PATCH iproute2-next v5 2/2] f_flower: Implement gtp options support

[PATCH net-next 00/14][pull request] 100GbE Intel Wired LAN Driver Updates 2022-03-15
 2022-03-16 10:30 UTC  (16+ messages)
` [PATCH net-next 01/14] ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.h
` [PATCH net-next 02/14] ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_id
` [PATCH net-next 03/14] ice: introduce VF operations structure for reset flows
` [PATCH net-next 04/14] ice: fix a long line warning in ice_reset_vf
` [PATCH net-next 05/14] ice: move reset functionality into ice_vf_lib.c
` [PATCH net-next 06/14] ice: drop is_vflr parameter from ice_reset_all_vfs
` [PATCH net-next 07/14] ice: make ice_reset_all_vfs void
` [PATCH net-next 08/14] ice: convert ice_reset_vf to standard error codes
` [PATCH net-next 09/14] ice: convert ice_reset_vf to take flags
` [PATCH net-next 10/14] ice: introduce ICE_VF_RESET_NOTIFY flag
` [PATCH net-next 11/14] ice: introduce ICE_VF_RESET_LOCK flag
` [PATCH net-next 12/14] ice: cleanup long lines in ice_sriov.c
` [PATCH net-next 13/14] ice: introduce ice_virtchnl.c and ice_virtchnl.h
` [PATCH net-next 14/14] ice: remove PF pointer from ice_check_vf_init

[PATCH net-next 0/3] net: gre: add skb drop reasons to gre packet receive
 2022-03-16 10:12 UTC  (12+ messages)
` [PATCH net-next 1/3] net: gre_demux: add skb drop reasons to gre_rcv()
` [PATCH net-next 3/3] net: ipgre: "

r8169: rtl8168ep_driver_stop disables the DASH port
 2022-03-16  9:34 UTC  (8+ messages)

[PATCH] selftests: net: fix array_size.cocci warning
 2022-03-16  9:28 UTC 

Intermittent performance regression related to ipset between 5.10 and 5.15
 2022-03-16  9:17 UTC  (2+ messages)

[PATCH iproute2-next 0/2] bridge: support for per-port mcast_router options
 2022-03-16  9:02 UTC  (3+ messages)
` [PATCH iproute2-next 1/2] bridge: support for controlling mcast_router per port
` [PATCH iproute2-next 2/2] man: bridge: document per-port mcast_router settings

[PATCH v2 0/4] net:bonding:Add support for IPV6 RLB to balance-alb mode
 2022-03-16  8:57 UTC  (5+ messages)
` [PATCH v2 3/4] "

[PATCH bpf v3] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
 2022-03-16  8:48 UTC  (6+ messages)

[PATCH v3 0/4] net:bonding:Add support for IPV6 RLB to balance-alb mode
 2022-03-16  8:49 UTC  (5+ messages)
` [PATCH v3 1/4] net:ipv6:Refactor ndisc_send_na to support sending na by slave directly
` [PATCH v3 2/4] net:ipv6:Export inet6_ifa_finish_destroy and ipv6_get_ifaddr
` [PATCH v3 3/4] net:bonding:Add support for IPV6 RLB to balance-alb mode
` [PATCH v3 4/4] net: usb:Refactor ndisc_send_na

[net-next] can: isotp: sanitize CAN ID checks in isotp_bind()
 2022-03-16  8:42 UTC  (8+ messages)

[PATCH net-next] net: stmmac: clean up impossible condition
 2022-03-16  8:37 UTC 

[PATCH net-next 0/6] devlink: expose instance locking and simplify port splitting
 2022-03-16  8:34 UTC  (5+ messages)
` [PATCH net-next 1/6] devlink: expose instance locking and add locked port registering
` [PATCH net-next 3/6] eth: nfp: replace driver's "pf" lock with devlink instance lock

[RFC PATCH v4 00/15] Landlock LSM
 2022-03-16  8:27 UTC  (3+ messages)
` [RFC PATCH v4 03/15] landlock: landlock_find/insert_rule refactoring

[PATCH] net: dsa: Add missing of_node_put() in dsa_port_parse_of
 2022-03-16  8:26 UTC 

[PATCH] net: axiemac: initialize PHY before device reset
 2022-03-16  7:57 UTC 

KASAN: out-of-bounds Read in ath9k_hif_usb_rx_cb (3)
 2022-03-16  7:45 UTC  (4+ messages)
` [syzbot] "

[PATCH net-next v3 0/3] net: icmp: add skb drop reasons to icmp
 2022-03-16  6:31 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: sock: introduce sock_queue_rcv_skb_reason()
` [PATCH net-next v3 2/3] net: icmp: introduce __ping_queue_rcv_skb() to report drop reasons
` [PATCH net-next v3 3/3] net: icmp: add reasons of the skb drops to icmp protocol

[PATCH net-next,v3] net: geneve: support IPv4/IPv6 as inner protocol
 2022-03-16  6:15 UTC 

[PATCH] igb: zero hwtstamp by default
 2022-03-16  6:14 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next v2 0/3] net: icmp: add skb drop reasons to icmp
 2022-03-16  6:02 UTC  (5+ messages)
` [PATCH net-next v2 1/3] net: sock: introduce sock_queue_rcv_skb_reason()
` [PATCH net-next v2 2/3] net: icmp: introduce __ping_queue_rcv_skb() to report drop reasons
` [PATCH net-next v2 3/3] net: icmp: add reasons of the skb drops to icmp protocol

[PATCH net V5 2/2] ax25: Fix NULL pointer dereferences in ax25 timers
 2022-03-16  5:30 UTC 

[PATCH -next] ice: clean up one inconsistent indenting
 2022-03-16  5:26 UTC  (2+ messages)

[PATCH net-next,v2] net: geneve: support IPv4/IPv6 as inner protocol
 2022-03-16  5:24 UTC 

[PATCH bpf-next] bpf, sockmap: Manual deletion of sockmap elements in user mode is not allowed
 2022-03-16  5:23 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION a32cd981a6da2373c093d471ee4405a915e217d5
 2022-03-16  5:09 UTC 

[PATCH v2] hv_netvsc: Add check for kvmalloc_array
 2022-03-16  5:10 UTC  (2+ messages)

[PATCH net-next] net: geneve: support IPv4/IPv6 as inner protocol
 2022-03-16  5:09 UTC  (6+ messages)

[PATCH net-next] net: Add l3mdev index to flow struct and avoid oif reset for port devices
 2022-03-16  5:00 UTC  (2+ messages)

[PATCH net-next] net: sparx5: Use Switchdev fdb events for managing fdb entries
 2022-03-16  5:00 UTC  (2+ messages)

[PATCH v4 bpf-next 0/5] libbpf: name-based u[ret]probe attach
 2022-03-16  4:33 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/5] libbpf: bpf_program__attach_uprobe_opts() should determine paths for programs/libraries where possible
` [PATCH v4 bpf-next 2/5] libbpf: support function name-based attach uprobes
` [PATCH v4 bpf-next 3/5] libbpf: add auto-attach for uprobes based on section name
` [PATCH v4 bpf-next 4/5] selftests/bpf: add tests for u[ret]probe attach by name
` [PATCH v4 bpf-next 5/5] selftests/bpf: add tests for uprobe auto-attach via skeleton

[PATCH net V4 2/2] ax25: Fix NULL pointer dereferences in ax25 timers
 2022-03-16  4:32 UTC  (3+ messages)
  `  "

[PATCH bpf-next] net: Use skb->len to check the validity of the parameters in bpf_skb_load_bytes
 2022-03-16  4:00 UTC  (4+ messages)

[PATCH v5 bpf-next 0/3] introduce xdp frags support to veth driver
 2022-03-16  3:50 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/3] net: veth: account total xdp_frame len running ndo_xdp_xmit
` [PATCH v5 bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb
` [PATCH v5 bpf-next 3/3] veth: allow jumbo frames in xdp mode

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2022-03-15
 2022-03-16  3:32 UTC  (7+ messages)
` [PATCH net 1/3] ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()
` [PATCH net 2/3] ice: destroy flow director filter mutex after releasing VSIs
` [PATCH net 3/3] iavf: Fix double free in iavf_reset_task

[PATCH net-next v2 0/3] flow_offload: add tc vlan push_eth and pop_eth actions
 2022-03-16  1:46 UTC  (3+ messages)
` [PATCH net-next v2 1/3] net/sched: add vlan push_eth and pop_eth action to the hardware IR

[RFC net-next 0/2] add ethtool ops support for fresh device features
 2022-03-16  1:45 UTC  (8+ messages)
` [RFC net-next 1/2] net: ethtool: add ethtool ability to set/get "

[PATCH net-next 0/3] net: icmp: add skb drop reasons to icmp
 2022-03-16  1:34 UTC  (4+ messages)
` [PATCH net-next 2/3] net: icmp: add skb drop reasons to ping_queue_rcv_skb()

[PATCH net 1/1] ibmvnic: fix race between xmit and reset
 2022-03-16  1:23 UTC 

[PATCH -next] phy: Remove duplicated include in phy-fsl-lynx-28g.c
 2022-03-15 23:56 UTC 

[PATCH v2 net-next] net: dsa: Never offload FDB entries on standalone ports
 2022-03-15 23:30 UTC 

[PATCH net-next] net: lantiq_etop: add stats support
 2022-03-15 23:27 UTC 

MK7921K de-auths from AP every 5 minutes
 2022-03-15 23:20 UTC  (2+ messages)

[PATCH v3 net] ipv6: tcp: drop silly ICMPv6 packet too big messages
 2022-03-15 23:19 UTC  (2+ messages)

[PATCH] ipv6: acquire write lock for addr_list in dev_forward_change
 2022-03-15 23:02 UTC 

[PATCH net-next] net: dsa: Never offload FDB entries on standalone ports
 2022-03-15 23:00 UTC  (2+ messages)

[PATCH] net: hns3: Fix spelling mistake "does't" -> "doesn't"
 2022-03-15 22:29 UTC 

[PATCH][next] gve: Fix spelling mistake "droping" -> "dropping"
 2022-03-15 22:26 UTC 

[PATCH net-next] net: mark tulip obsolete
 2022-03-15 22:18 UTC  (4+ messages)

[PATCH net-next v4 0/2] net: mvneta: Armada 98DX2530 SoC
 2022-03-15 21:52 UTC  (3+ messages)
` [PATCH net-next v4 1/2] dt-bindings: net: mvneta: Add marvell,armada-ac5-neta
` [PATCH net-next v4 2/2] net: mvneta: Add support for 98DX2530 Ethernet port

[PATCH nf-next 0/6] Netfilter updates for net-next
 2022-03-15 21:27 UTC  (8+ messages)
` [PATCH nf-next 2/6] netfilter: nf_tables: Reject tables of unsupported family

[syzbot] WARNING in isotp_tx_timer_handler (2)
 2022-03-15 20:48 UTC  (2+ messages)
` net-next "

[PATCH net-next 0/5] net: lan743x: PCI11010 / PCI11414 devices Enhancements
 2022-03-15 20:45 UTC  (7+ messages)
` [PATCH net-next 2/5] net: lan743x: Add support for EEPROM
` [PATCH net-next 3/5] net: lan743x: Add support for OTP
` [PATCH net-next 4/5] net: lan743x: Add support for PTP-IO Event Input External Timestamp (extts)

[PATCH net-next v3 0/2] net: mvneta: Armada 98DX2530 SoC
 2022-03-15 20:28 UTC  (3+ messages)

[PATCH] net: mv643xx_eth: undo some opreations in mv643xx_eth_probe
 2022-03-15 20:26 UTC  (2+ messages)

[PATCH net-next] ptp: ocp: Fix PTP_PF_* verification requests
 2022-03-15 19:46 UTC 

[PATCH net-next v2 00/11][pull request] 100GbE Intel Wired LAN Driver Updates 2022-03-14
 2022-03-15 19:20 UTC  (2+ messages)

[PATCH net] Add Paolo Abeni to networking maintainers
 2022-03-15 19:20 UTC  (2+ messages)

[PATCH net-next v3 0/2] flow_offload: add tc police parameters
 2022-03-15 19:13 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: flow_offload: add tc police action parameters

[PATCH nf-next 1/6] Revert "netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY"
 2022-03-15 19:00 UTC  (2+ messages)

[PATCH net-next] net: mscc: ocelot: fix build error due to missing IEEE_8021QAZ_MAX_TCS
 2022-03-15 19:00 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).