netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-17 22:43:29 to 2021-11-18 11:51:02 UTC [more...]

[PATCH net 1/1] e100: fix device suspend/resume
 2021-11-18 11:50 UTC  (2+ messages)

[PATCH net-next] net: stmmac: dwmac-qcom-ethqos: add platform level clocks management
 2021-11-18 11:40 UTC  (2+ messages)

[PATCH net-next 1/3] net: dpaa2-mac: populate supported_interfaces member
 2021-11-18 11:40 UTC  (2+ messages)

[PATCH net-next 0/3] net: ag71xx: phylink validate implementation updates
 2021-11-18 11:40 UTC  (2+ messages)

[PATCH net] page_pool: Revert "page_pool: disable dma mapping support..."
 2021-11-18 11:40 UTC  (2+ messages)

[PATCH net-next 0/9] net: constify netdev->dev_addr
 2021-11-18 11:36 UTC  (15+ messages)
` [PATCH net-next 1/9] net: ax88796c: don't write to netdev->dev_addr directly
` [PATCH net-next 2/9] mlxsw: constify address in mlxsw_sp_port_dev_addr_set
` [PATCH net-next 3/9] wilc1000: copy address before calling wilc_set_mac_address
` [PATCH net-next 4/9] ipw2200: constify address in ipw_send_adapter_address
` [PATCH net-next 5/9] net: constify netdev->dev_addr
` [PATCH net-next 6/9] net: unexport dev_addr_init() & dev_addr_flush()
` [PATCH net-next 7/9] dev_addr: add a modification check
` [PATCH net-next 8/9] dev_addr_list: put the first addr on the tree
` [PATCH net-next 9/9] net: kunit: add a test for dev_addr_lists

[PATCH net v1] devlink: Don't throw an error if flash notification sent before devlink visible
 2021-11-18 11:40 UTC  (3+ messages)

[PATCH v4 0/12] riscv: switch to relative extable and other improvements
 2021-11-18 11:27 UTC  (13+ messages)
` [PATCH 01/12] riscv: remove unused __cmpxchg_user() macro
` [PATCH 02/12] riscv: consolidate __ex_table construction
` [PATCH 03/12] riscv: switch to relative exception tables
` [PATCH 04/12] riscv: bpf: move rv_bpf_fixup_exception signature to extable.h
` [PATCH 05/12] riscv: extable: make fixup_exception() return bool
` [PATCH 06/12] riscv: extable: use `ex` for `exception_table_entry`
` [PATCH 07/12] riscv: lib: uaccess: fold fixups into body
` [PATCH 08/12] riscv: extable: consolidate definitions
` [PATCH 09/12] riscv: extable: add `type` and `data` fields
` [PATCH 10/12] riscv: add gpr-num.h
` [PATCH 11/12] riscv: extable: add a dedicated uaccess handler
` [PATCH 12/12] riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` section

[RFC bpf-next v5 00/29] bpf: Add batch support for attaching trampolines
 2021-11-18 11:24 UTC  (30+ messages)
` [PATCH bpf-next 01/29] ftrace: Use direct_ops hash in unregister_ftrace_direct
` [PATCH bpf-next 02/29] ftrace: Add cleanup to unregister_ftrace_direct_multi
` [PATCH bpf-next 03/29] ftrace: Add ftrace_set_filter_ips function
` [PATCH bpf-next 04/29] bpf: Factor bpf_check_attach_target function
` [PATCH bpf-next 05/29] bpf: Add bpf_check_attach_model function
` [PATCH bpf-next 06/29] bpf: Add bpf_arg/bpf_ret_value helpers for tracing programs
` [PATCH bpf-next 07/29] bpf, x64: Allow to use caller address from stack
` [PATCH bpf-next 08/29] bpf: Keep active attached trampoline in bpf_prog
` [PATCH bpf-next 09/29] bpf: Add support to load multi func tracing program
` [PATCH bpf-next 10/29] bpf: Add bpf_trampoline_id object
` [PATCH bpf-next 11/29] bpf: Add addr to "
` [PATCH bpf-next 12/29] bpf: Add struct bpf_tramp_node layer
` [PATCH bpf-next 13/29] bpf: Add bpf_tramp_attach layer for trampoline attachment
` [PATCH bpf-next 14/29] bpf: Add support to store multiple ids in bpf_tramp_id object
` [PATCH bpf-next 15/29] bpf: Add support to store multiple addrs "
` [PATCH bpf-next 16/29] bpf: Add bpf_tramp_id_single function
` [PATCH bpf-next 17/29] bpf: Resolve id in bpf_tramp_id_single
` [PATCH bpf-next 18/29] bpf: Add refcount_t to struct bpf_tramp_id
` [PATCH bpf-next 19/29] bpf: Add support to attach trampolines with multiple IDs
` [PATCH bpf-next 20/29] bpf: Add support for tracing multi link
` [PATCH bpf-next 21/29] libbpf: Add btf__find_by_glob_kind function
` [PATCH bpf-next 22/29] libbpf: Add support to link multi func tracing program
` [PATCH bpf-next 23/29] selftests/bpf: Add bpf_arg/bpf_ret_value test
` [PATCH bpf-next 24/29] selftests/bpf: Add fentry multi func test
` [PATCH bpf-next 25/29] selftests/bpf: Add fexit "
` [PATCH bpf-next 26/29] selftests/bpf: Add fentry/fexit "
` [PATCH bpf-next 27/29] selftests/bpf: Add mixed "
` [PATCH bpf-next 28/29] selftests/bpf: Add ret_mod "
` [PATCH bpf-next 29/29] selftests/bpf: Add attach "

[PATCH net] ptp: ocp: Fix a couple NULL vs IS_ERR() checks
 2021-11-18 11:22 UTC 

[PATCH net-next 0/6] lan78xx NAPI Performance Improvements
 2021-11-18 11:01 UTC  (7+ messages)
` [PATCH net-next 1/6] lan78xx: Fix memory allocation bug
` [PATCH net-next 2/6] lan78xx: Introduce Tx URB processing improvements
` [PATCH net-next 3/6] lan78xx: Introduce Rx "
` [PATCH net-next 4/6] lan78xx: Re-order rx_submit() to remove forward declaration
` [PATCH net-next 5/6] lan78xx: Remove hardware-specific header update
` [PATCH net-next 6/6] lan78xx: Introduce NAPI polling support

[PATCH] ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns_dsaf_ge_srst_by_port()
 2021-11-18 11:20 UTC  (2+ messages)

[RFC PATCH 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
 2021-11-18 11:11 UTC  (7+ messages)
` [RFC PATCH 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info

[PATCH -next] ethernet: renesas: Use div64_ul instead of do_div
 2021-11-18 11:08 UTC  (3+ messages)

[PATCH bpf] selftests: bpf: check map in map pruning
 2021-11-18 11:05 UTC  (7+ messages)

IPv6 Router Advertisement Router Preference (RFC 4191) behavior issue
 2021-11-18 10:49 UTC  (2+ messages)

[syzbot] WARNING: refcount bug in nr_release (3)
 2021-11-18 10:36 UTC 

[PATCH net-next v2] net: phy: add support for TI DP83561-SP phy
 2021-11-18 10:25 UTC 

[PATCH net-next 0/5] net: lan966x: Add lan966x switch driver
 2021-11-18 10:19 UTC  (9+ messages)
` [PATCH net-next 2/5] net: lan966x: add the basic lan966x driver
` [PATCH net-next 3/5] net: lan966x: add port module support

[DISCUSS] Bond arp monitor not works with veth due to flag NETIF_F_LLTX
 2021-11-18 10:17 UTC  (3+ messages)

[PATCH -next v2] ethernet: renesas: Use div64_ul instead of do_div
 2021-11-18 10:06 UTC  (2+ messages)

[PATCH v7 net-next 0/8] net: dsa: felix: psfp support on vsc9959
 2021-11-18 10:12 UTC  (9+ messages)
` [PATCH v7 net-next 1/8] net: mscc: ocelot: add MAC table stream learn and lookup operations
` [PATCH v7 net-next 2/8] net: mscc: ocelot: set vcap IS2 chain to goto PSFP chain
` [PATCH v7 net-next 3/8] net: mscc: ocelot: add gate and police action offload to PSFP
` [PATCH v7 net-next 4/8] net: dsa: felix: support psfp filter on vsc9959
` [PATCH v7 net-next 5/8] net: dsa: felix: add stream gate settings for psfp
` [PATCH v7 net-next 6/8] net: mscc: ocelot: use index to set vcap policer
` [PATCH v7 net-next 7/8] net: dsa: felix: use vcap policer to set flow meter for psfp
` [PATCH v7 net-next 8/8] net: dsa: felix: restrict psfp rules on ingress port

[PATCH net-next 0/8] Extend `phy-mode` to string array
 2021-11-18  9:41 UTC  (14+ messages)
` [PATCH net-next 1/8] dt-bindings: ethernet-controller: support multiple PHY connection types
` [PATCH net-next 2/8] net: Update documentation for *_get_phy_mode() functions
` [PATCH net-next 3/8] device property: add helper function for getting phy mode bitmap
` [PATCH net-next 4/8] net: phylink: update supported_interfaces with modes from fwnode
` [PATCH net-next 5/8] net: phylink: pass supported PHY interface modes to phylib
` [PATCH net-next 6/8] net: phy: marvell10g: Use generic macro for supported interfaces
` [PATCH net-next 7/8] net: phy: marvell10g: Use tabs instead of spaces for indentation
` [PATCH net-next 8/8] net: phy: marvell10g: select host interface configuration

[PATCH] SUNRPC: clean up some inconsistent indenting
 2021-11-18  9:37 UTC 

[syzbot] WARNING: refcount bug in nsim_destroy
 2021-11-18  9:31 UTC 

[PATCH] Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname"
 2021-11-18  9:14 UTC  (3+ messages)

[PATCH iproute2] ip/ipnexthop: fix unsigned overflow in parse_nh_group_type_res()
 2021-11-18  9:14 UTC  (2+ messages)

[PATCH intel-next 0/2] ice: ethtool -L fixes
 2021-11-18  9:05 UTC  (5+ messages)
` [PATCH intel-next 1/2] ice: fix vsi->txq_map sizing
  ` [Intel-wired-lan] "
` [PATCH intel-next 2/2] ice: avoid bpf_prog refcount underflow
  ` [Intel-wired-lan] "

[PATCH] net: bnx2x: fix variable dereferenced before check
 2021-11-18  9:00 UTC  (3+ messages)

[PATCH -next v2] ethernet: renesas: Use div64_ul instead of do_div
 2021-11-18  8:39 UTC  (2+ messages)

[PATCH] fs: dlm: Protect IPV6 field access by CONFIG_IPV6
 2021-11-18  8:23 UTC 

[PATCH 0/2] This is a patch series of ethernet driver for Sunplus SP7021 SoC
 2021-11-18  8:22 UTC  (11+ messages)
` [PATCH v2 0/2] This is a patch series for pinctrl "
  ` [PATCH v2 2/2] net: ethernet: Add driver for Sunplus SP7021

[syzbot] UBSAN: array-index-out-of-bounds in llc_conn_state_process
 2021-11-18  8:04 UTC 

[PATCH v11 0/3] Add APNE PCMCIA 100 Mbit support
 2021-11-18  8:01 UTC  (5+ messages)
` [PATCH net v11 3/3] net/8390: apne.c - add 100 Mbit support to apne.c driver

[PATCH bpf-next 2/7] set_memory: introduce set_memory_[ro|x]_noalias
 2021-11-18  7:54 UTC  (6+ messages)

[PATCH net-next 0/6] Devlink cleanups
 2021-11-18  7:50 UTC  (7+ messages)
` [PATCH net-next 4/6] devlink: Clean registration of devlink port
` [PATCH net-next 5/6] devlink: Reshuffle resource registration logic

[PATCH] nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION
 2021-11-18  7:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] nfc: st-nci: Fix potential buffer overflows in EVT_TRANSACTION
 2021-11-18  7:36 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] selftests/bpf: fix array_size.cocci warning:
 2021-11-18  7:11 UTC  (2+ messages)
` [PATCH] selftests/bpf: fix array_size.cocci warning

[PATCH v2] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()
 2021-11-18  7:05 UTC  (2+ messages)

[PATCH net-next] mctp/test: Update refcount checking in route fragment tests
 2021-11-18  6:57 UTC 

[PATCH] ipv6: ah6: use swap() to make code cleaner
 2021-11-18  6:10 UTC 

[PATCH v2] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-18  5:46 UTC 

mwifiex_sdio and mwifiex failure
 2021-11-18  5:43 UTC  (2+ messages)

[PATCH v2 net-next 12/13] af_unix: Replace the big lock with small locks
 2021-11-18  5:43 UTC  (2+ messages)

[PATCH v1] NFC: reorganize the functions in nci_request
 2021-11-18  4:30 UTC  (2+ messages)

[PATCH net] octeontx2-af: debugfs: don't corrupt user memory
 2021-11-18  4:30 UTC  (2+ messages)

[PATCH v2] ipv4/raw: support binding to nonlocal addresses
 2021-11-18  4:23 UTC  (4+ messages)

[PATCH net-next iproute2] vdpa: Remove duplicate vdpa UAPI header file
 2021-11-18  4:21 UTC  (2+ messages)

[PATCH net v5 1/2] NFC: reorder the logic in nfc_{un,}register_device
 2021-11-18  4:20 UTC  (2+ messages)

[PATCH v2] tipc: check for null after calling kmemdup
 2021-11-18  4:20 UTC  (2+ messages)

[PATCH v1] ath9k: fix intr_txqs setting
 2021-11-18  4:18 UTC  (4+ messages)

[PATCH -next] net: mvpp2: Use div64_ul instead of do_div
 2021-11-18  4:00 UTC  (2+ messages)

[PATCH] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-18  3:58 UTC  (2+ messages)

general protection fault in mpls_dev_sysctl_unregister
 2021-11-18  3:14 UTC 

[PATCH v3 0/7] MediaTek Ethernet Patches on MT8195
 2021-11-18  3:09 UTC  (4+ messages)
` [PATCH v3 4/7] net-next: dt-bindings: dwmac: Convert mediatek-dwmac to DT schema

[RFC PATCH bpf-next 0/8] XDP_REDIRECT_XSK and Batched AF_XDP Rx
 2021-11-18  2:54 UTC  (2+ messages)

[PATCH net-next] neigh: introduce __neigh_confirm() for __ipv{4, 6}_confirm_neigh
 2021-11-18  2:24 UTC  (3+ messages)

[PATCH net-next] tcp: add missing htmldocs for skb->ll_node and sk->defer_list
 2021-11-18  1:57 UTC 

[PATCH net v2] net: vlan: fix a UAF in vlan_dev_real_dev()
 2021-11-18  1:46 UTC  (5+ messages)

[PATCH] arm64: dts: drop legacy property #stream-id-cells
 2021-11-18  1:20 UTC  (2+ messages)

[PATCHv2 net-next] Bonding: add missed_max option
 2021-11-18  1:13 UTC  (5+ messages)

[PATCH] ipvs: remove unused variable for ip_vs_new_dest
 2021-11-18  1:09 UTC  (4+ messages)

Re: Clarification on bpftool dual licensing
 2021-11-18  0:37 UTC  (2+ messages)

[PATCH net-next 0/5][pull request] 10GbE Intel Wired LAN Driver Updates 2021-11-17
 2021-11-18  0:58 UTC  (6+ messages)
` [PATCH net-next 1/5] ixgbevf: Rename MSGTYPE to SUCCESS and FAILURE
` [PATCH net-next 2/5] ixgbevf: Improve error handling in mailbox
` [PATCH net-next 3/5] ixgbevf: Add legacy suffix to old API mailbox functions
` [PATCH net-next 4/5] ixgbevf: Mailbox improvements
` [PATCH net-next 5/5] ixgbevf: Add support for new mailbox communication between PF and VF

split up filter.rst
 2021-11-18  0:56 UTC  (5+ messages)
` [PATCH 1/2] bpf, docs: prune all references to "internal BPF"
` [PATCH 2/2] bpf, doc: split general purpose eBPF documentation out of filter.rst

[PATCH net 0/7][pull request] Intel Wired LAN Driver Updates 2021-11-17
 2021-11-18  0:31 UTC  (8+ messages)
` [PATCH net 1/7] i40e: Fix correct max_pkt_size on VF RX queue
` [PATCH net 2/7] i40e: Fix NULL ptr dereference on VSI filter sync
` [PATCH net 3/7] i40e: Fix changing previously set num_queue_pairs for PFs
` [PATCH net 4/7] i40e: Fix ping is lost after configuring ADq on VF
` [PATCH net 5/7] i40e: Fix warning message and call stack during rmmod i40e driver
` [PATCH net 6/7] i40e: Fix creation of first queue by omitting it if is not power of two
` [PATCH net 7/7] i40e: Fix display error code in dmesg

[RFC -next 0/2] refcount: add tracking infrastructure
 2021-11-18  0:26 UTC  (7+ messages)
` [RFC -next 1/2] lib: add reference counting infrastructure

[PATCH linux-next] e1000e: Remove useless variables
 2021-11-18  0:06 UTC  (2+ messages)

linux-next: manual merge of the bpf-next tree with the jc_docs tree
 2021-11-17 23:20 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix xdpxceiver failures for no hugepages
 2021-11-17 23: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).