netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-13 10:35:37 to 2022-04-14 00:44:55 UTC [more...]

[PATCH net-next] Bonding: add per port priority support
 2022-04-14  0:44 UTC  (3+ messages)
` [PATCH iproute2-next] iplink: bond_slave: add per port prio support

[PATCH net-next v4 00/12] net: bridge: add flush filtering support
 2022-04-14  0:42 UTC  (20+ messages)
` [PATCH net-next v4 01/12] net: rtnetlink: add msg kind names
` [PATCH net-next v4 02/12] net: rtnetlink: add helper to extract msg type's kind
` [PATCH net-next v4 03/12] net: rtnetlink: use BIT for flag values
` [PATCH net-next v4 04/12] net: netlink: add NLM_F_BULK delete request modifier
` [PATCH net-next v4 05/12] net: rtnetlink: add bulk delete support flag
` [PATCH net-next v4 06/12] net: add ndo_fdb_del_bulk
` [PATCH net-next v4 07/12] net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_del
` [PATCH net-next v4 08/12] net: bridge: fdb: add ndo_fdb_del_bulk
` [PATCH net-next v4 09/12] net: bridge: fdb: add support for fine-grained flushing
` [PATCH net-next v4 10/12] net: rtnetlink: add ndm flags and state mask attributes
` [PATCH net-next v4 11/12] net: bridge: fdb: add support for flush filtering based on ndm flags and state
` [PATCH net-next v4 12/12] net: bridge: fdb: add support for flush filtering based on ifindex and vlan

[PATCH net] ipv6: make ip6_rt_gc_expire an atomic_t
 2022-04-14  0:39 UTC  (2+ messages)

[PATCH bpf-next] bpf: move rcu lock management out of BPF_PROG_RUN routines
 2022-04-13 23:56 UTC  (8+ messages)

[PATCH] bpf: remove unnecessary type castings
 2022-04-13 23:20 UTC  (2+ messages)

[PATCH bpf-next v5 0/5] New BPF helpers to accelerate synproxy
 2022-04-13 22:48 UTC  (8+ messages)
` [PATCH bpf-next v5 1/6] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [PATCH bpf-next v5 2/6] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next v5 3/6] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v5 4/6] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v5 5/6] bpf: Add selftests for raw syncookie helpers
` [PATCH bpf-next v5 6/6] bpf: Allow the new syncookie helpers to work with SKBs

[PATCH bpf v2 0/2] Enlarge offset check value in bpf_skb_load_bytes
 2022-04-13 22:23 UTC  (5+ messages)
` [PATCH bpf v2 1/2] net: Enlarge offset check value from 0xffff to INT_MAX "
` [PATCH bpf v2 2/2] selftests: bpf: add test for skb_load_bytes

[PATCH net-next v6 00/13] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
 2022-04-13 23:00 UTC  (4+ messages)
` [PATCH net-next v6 05/13] net: wwan: t7xx: Add control port

[PATCH net-next v3] net/ipv6: Introduce accept_unsolicited_na knob to implement router-side changes for RFC9131
 2022-04-13 22:07 UTC  (5+ messages)

[PATCH net] tun: annotate access to queue->trans_start
 2022-04-13 21:05 UTC  (2+ messages)

[PATCH net-next v2] docs: net: dsa: describe issues with checksum offload
 2022-04-13 21:00 UTC  (7+ messages)

[PATCH net-next] ipv6: fix NULL deref in ip6_rcv_core()
 2022-04-13 20:56 UTC 

[PATCH net-next v2 0/5] ptp: Support hardware clocks with additional free running cycle counter
 2022-04-13 20:51 UTC  (11+ messages)
` [PATCH net-next v2 4/5] ptp: Support late timestamp determination

[RFC PATCH 0/6] hv_sock: Hardening changes
 2022-04-13 20:47 UTC  (7+ messages)
` [RFC PATCH 1/6] hv_sock: Check hv_pkt_iter_first_raw()'s return value
` [RFC PATCH 2/6] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
` [RFC PATCH 3/6] hv_sock: Add validation for untrusted Hyper-V values
` [RFC PATCH 4/6] hv_sock: Initialize send_buf in hvs_stream_enqueue()
` [RFC PATCH 5/6] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
` [RFC PATCH 6/6] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions

[PATCH net-next 0/9] net: ip: add skb drop reasons to ip ingress
 2022-04-13 20:40 UTC  (4+ messages)
` [PATCH net-next 8/9] net: ipv6: add skb drop reasons to ip6_rcv_core()

[PATCH net-next] docs: net: dsa: describe issues with checksum offload
 2022-04-13 20:15 UTC  (4+ messages)

[PATCH v3 sysctl-next] bpf: move bpf sysctls from kernel/sysctl.c to bpf module
 2022-04-13 19:50 UTC  (7+ messages)
` [PATCH v4 "

[PATCH net] net: lan966x: Make sure to release ptp interrupt
 2022-04-13 19:57 UTC 

[PATCH] bpf: Fix KASAN use-after-free Read in compute_effective_progs
 2022-04-13 19:49 UTC  (6+ messages)

[PATCH 1/1] powerpc: Update MAINTAINERS for ibmvnic and VAS
 2022-04-13 19:45 UTC 

[PATCH net 0/3] net: dsa: mv88e6xxx serdes fixes
 2022-04-13 19:29 UTC  (8+ messages)
` [PATCH net 1/3] net: dsa: mv88e6xxx: use BMSR_ANEGCOMPLETE bit for filling an_complete
` [PATCH net 2/3] net: dsa: mv88e6xxx: fix BMSR error to be consistent with others
` [PATCH net 3/3] net: dsa: mv88e6xxx: correctly report serdes link failure

[RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-13 19:02 UTC  (8+ messages)
` [RFC bpf-next 4/4] selftests/bpf: Add attach bench test

[PATCH] usbnet: Fix use-after-free on disconnect
 2022-04-13 18:59 UTC  (2+ messages)

[PATCH net-next] net: dsa: realtek: add compatible strings for RTL8367RB-VB
 2022-04-13 18:40 UTC  (9+ messages)

[PATCH] wireless: ipw2x00: Refine the error handling of ipw2100_pci_init_one()
 2022-04-13 18:39 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf trampoline for arm64
 2022-04-13 18:34 UTC  (2+ messages)

[PATCH net] rxrpc: Restore removed timer deletion
 2022-04-13 17:53 UTC  (4+ messages)

[PATCH net 0/2] l3mdev: Fix ip tunnel case after recent l3mdev change
 2022-04-13 17:43 UTC  (3+ messages)
` [PATCH net 1/2] l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_master_upper_dev_get_rcu
` [PATCH net 2/2] net: Handle l3mdev in ip_tunnel_init_flow

[PATCH net 0/2] net/sched: two fixes for cls_u32
 2022-04-13 17:35 UTC  (3+ messages)
` [PATCH net 1/2] net/sched: cls_u32: fix netns refcount changes in u32_change()
` [PATCH net 2/2] net/sched: cls_u32: fix possible leak in u32_init_knode()

[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-04-13
 2022-04-13 17:08 UTC  (5+ messages)
` [PATCH net 1/4] igc: Fix infinite loop in release_swfw_sync
` [PATCH net 2/4] igc: Fix BUG: scheduling while atomic
` [PATCH net 3/4] igc: Fix suspending when PTM is active
` [PATCH net 4/4] e1000e: Fix possible overflow in LTR decoding

[PATCH net-next 0/6] ibmvnic: Use a set of LTBs per pool
 2022-04-13 17:10 UTC  (7+ messages)
` [PATCH net-next 1/6] ibmvnic: rename local variable index to bufidx
` [PATCH net-next 2/6] ibmvnic: define map_rxpool_buf_to_ltb()
` [PATCH net-next 3/6] ibmvnic: define map_txpool_buf_to_ltb()
` [PATCH net-next 4/6] ibmvnic: convert rxpool ltb to a set of ltbs
` [PATCH net-next 5/6] ibmvnic: Allow multiple ltbs in rxpool ltb_set
` [PATCH net-next 6/6] ibmvnic: Allow multiple ltbs in txpool ltb_set

[PATCH] net: bcmgenet: Revert "Use stronger register read/writes to assure ordering"
 2022-04-13 17:00 UTC  (2+ messages)

[PATCHSET 0/2] Add io_uring socket(2) support
 2022-04-13 16:26 UTC  (4+ messages)
` [PATCH 1/2] net: add __sys_socket_file()

[PATCH] ice: wait for EMP reset after firmware flash
 2022-04-13 15:38 UTC  (4+ messages)
` [PATCH v2] ice: wait 5 s "

[PATCH nf] netfilter: Update ip6_route_me_harder to consider L3 domain
 2022-04-13 15:37 UTC  (4+ messages)

[PATCH] net: ax88179: add proper error handling of usb read errors
 2022-04-13 15:32 UTC  (4+ messages)

[PATCH v2 bpf-next 00/14] xsk: stop NAPI Rx processing on full XSK RQ
 2022-04-13 15:30 UTC  (15+ messages)
` [PATCH v2 bpf-next 01/14] xsk: improve xdp_do_redirect() error codes
` [PATCH v2 bpf-next 02/14] xsk: diversify return codes in xsk_rcv_check()
` [PATCH v2 bpf-next 03/14] ice: xsk: decorate ICE_XDP_REDIR with likely()
` [PATCH v2 bpf-next 04/14] ixgbe: xsk: decorate IXGBE_XDP_REDIR "
` [PATCH v2 bpf-next 05/14] ice: xsk: terminate Rx side of NAPI when XSK Rx queue gets full
` [PATCH v2 bpf-next 06/14] i40e: "
` [PATCH v2 bpf-next 07/14] ixgbe: "
` [PATCH v2 bpf-next 08/14] ice: xsk: diversify return values from xsk_wakeup call paths
` [PATCH v2 bpf-next 09/14] i40e: "
` [PATCH v2 bpf-next 10/14] ixgbe: "
` [PATCH v2 bpf-next 11/14] mlx5: "
` [PATCH v2 bpf-next 12/14] stmmac: "
` [PATCH v2 bpf-next 13/14] ice: xsk: avoid refilling single Rx descriptors
` [PATCH v2 bpf-next 14/14] xsk: drop ternary operator from xskq_cons_has_entries

[PATCH bpf-next 00/10] xsk: stop softirq processing on full XSK Rx queue
 2022-04-13 15:26 UTC  (8+ messages)

[PATCH net-next 0/9] mlxsw: Preparations for line cards support
 2022-04-13 15:17 UTC  (10+ messages)
` [PATCH net-next 1/9] mlxsw: core: Extend interfaces for cable info access with slot argument
` [PATCH net-next 2/9] mlxsw: core: Extend port module data structures for line cards
` [PATCH net-next 3/9] mlxsw: core: Move port module events enablement to a separate function
` [PATCH net-next 4/9] mlxsw: core_hwmon: Extend internal structures to support multi hwmon objects
` [PATCH net-next 5/9] mlxsw: core_hwmon: Introduce slot parameter in hwmon interfaces
` [PATCH net-next 6/9] mlxsw: core_thermal: Extend internal structures to support multi thermal areas
` [PATCH net-next 7/9] mlxsw: core_thermal: Add line card id prefix to line card thermal zone name
` [PATCH net-next 8/9] mlxsw: core_thermal: Use exact name of cooling devices for binding
` [PATCH net-next 9/9] mlxsw: core_thermal: Use common define for thermal zone name length

[PATCH] iwlwifi: iwl-dbg: Use del_timer_sync() before freeing
 2022-04-13 15:06 UTC  (3+ messages)

[PATCH] bpf/benchs: fix error check return value of bpf_program__attach()
 2022-04-13 14:33 UTC  (2+ messages)

[RFC net-next] net: tc: flow indirect framework issue
 2022-04-13 14:15 UTC  (6+ messages)

[PATCH v3 RESEND] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-04-13 14:04 UTC  (6+ messages)
` [PATCH v4] "
  ` [PATCH v4 RESEND] "
    ` [PATCH v5] "

[PATCH v6 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2022-04-13 14:03 UTC  (3+ messages)
` [PATCH v6 1/7] ethtool: Add 10base-T1L link mode entry

[PATCH net] doc/ip-sysctl: add bc_forwarding
 2022-04-13 14:00 UTC 

[PATCH v0] nfc: nci: add flush_workqueue to prevent uaf
 2022-04-13 13:50 UTC  (2+ messages)

[PATCH net-next] nfp: update nfp_X logging definitions
 2022-04-13 13:50 UTC  (2+ messages)

[PATCH net] tls: Skip tls_append_frag on zero copy size
 2022-04-13 13:49 UTC 

[PATCH net] net: dsa: realtek: don't parse compatible string for RTL8366S
 2022-04-13 13:50 UTC  (2+ messages)

[PATCH net] net: dsa: realtek: fix Kconfig to assure consistent driver linkage
 2022-04-13 13:40 UTC  (2+ messages)

pull-request: wireless-2022-04-13
 2022-04-13 13:30 UTC  (2+ messages)

packet stuck in qdisc
 2022-04-13 13:01 UTC  (4+ messages)

[PATCH net 1/1] net: stmmac: add fsleep() in HW Rx timestamp checking loop
 2022-04-13 12:59 UTC  (2+ messages)

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-13 12:21 UTC  (5+ messages)
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()

[PATCH net-next v2 0/5] net/sched: flower: match on the number of vlan tags
 2022-04-13 12:11 UTC  (10+ messages)
` [PATCH net-next v2 5/5] net/sched: flower: Consider the number of tags for vlan filters

[PATCH v5 0/3] Add reset deassertion for Aspeed MDIO
 2022-04-13 12:10 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: net: add reset property for aspeed, ast2600-mdio binding
` [PATCH v5 2/3] net: mdio: add reset control for Aspeed MDIO
` [PATCH v5 3/3] ARM: dts: aspeed: add reset properties into MDIO nodes

[net-next PATCH v5 0/7] Add octeon_ep driver
 2022-04-13 12:00 UTC  (2+ messages)

[PATCH net-next] net: phylink: remove phylink_helper_basex_speed()
 2022-04-13 11:50 UTC  (2+ messages)

[PATCH net-next v3 0/3] net: ethernet: ti: enable bc/mc storm prevention support
 2022-04-13 11:50 UTC  (2+ messages)

[PATCH] net: ftgmac100: access hardware register after clock ready
 2022-04-13 11:50 UTC  (2+ messages)

[PATCH net] Revert "net: dsa: setup master before ports"
 2022-04-13 11:40 UTC  (2+ messages)

[PATCH] ipv6: exthdrs: use swap() instead of open coding it
 2022-04-13 11:30 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mtk_eth_soc: use after free in __mtk_ppe_check_skb()
 2022-04-13 11:30 UTC  (2+ messages)

[PATCH] NFC: NULL out the dev->rfkill to prevent UAF
 2022-04-13 11:30 UTC  (2+ messages)

[PATCH net] macvlan: Fix leaking skb in source mode with nodst option
 2022-04-13 11:30 UTC  (2+ messages)

[PATCH] net: ethernet: ti: am65-cpsw-nuss: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-13 11:30 UTC  (2+ messages)

[PATCH net-next v2] selftests: net: fib_rule_tests: add support to select a test to run
 2022-04-13 11:30 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mtk_eth_soc: use standard property for cci-control-port
 2022-04-13 11:20 UTC  (2+ messages)

[PATCH net-next 0/5][pull request] 40GbE Intel Wired LAN Driver Updates 2022-04-12
 2022-04-13 11:20 UTC  (2+ messages)

[PATCH net-next 00/10] tls: rx: random refactoring part 3
 2022-04-13 11:00 UTC  (2+ messages)

[PATCH net-next] tcp: ensure to use the most recently sent skb when filling the rate sample
 2022-04-13 10:54 UTC 

[PATCH v6 00/13] arm64: dts: Add i.MX8DXL initial support
 2022-04-13 10:33 UTC  (5+ messages)
` [PATCH v6 06/13] arm64: dts: freescale: Add i.MX8DXL evk board support
` [PATCH v6 07/13] dt-bindings: fsl: scu: Add i.MX8DXL ocotp and scu-pd binding
` [PATCH v6 09/13] dt-bindings: mmc: imx-esdhc: Add i.MX8DXL compatible string
` [PATCH v6 13/13] dt-bindings: usb: usbmisc-imx: "


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