netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-18 12:33:32 to 2022-05-18 22:52:56 UTC [more...]

linux-next: build warning after merge of the net-next tree
 2022-05-18 22:52 UTC  (4+ messages)

[PATCH v3 bpf-next 0/5] net: netfilter: add kfunc helper to update ct timeout
 2022-05-18 22:43 UTC  (17+ messages)
` [PATCH v3 bpf-next 1/5] bpf: Add support for forcing kfunc args to be referenced
` [PATCH v3 bpf-next 2/5] selftests/bpf: Add verifier selftests for forced kfunc ref args
` [PATCH v3 bpf-next 3/5] net: netfilter: add kfunc helper to update ct timeout
` [PATCH v3 bpf-next 4/5] net: netfilter: add kfunc helper to add a new ct entry
` [PATCH v3 bpf-next 5/5] selftests/bpf: add selftest for bpf_xdp_ct_add and bpf_ct_refresh_timeout kfunc

[PATCH net-next v5 0/2] Broadcom PTP PHY support
 2022-05-18 22:39 UTC  (3+ messages)
` [PATCH net-next v5 1/2] net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-lib
` [PATCH net-next v5 2/2] net: phy: broadcom: Add PTP support for some Broadcom PHYs

[PATCH net 0/2] selftests/bpf: fix ima_setup.sh missing issue
 2022-05-18 22:36 UTC  (5+ messages)
` [PATCH net 1/2] selftests/bpf: Fix build error with ima_setup.sh

[PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
 2022-05-18 22:20 UTC  (20+ messages)
` [PATCH bpf-next v5 01/17] bpf/btf: also allow kfunc in tracing and syscall programs
` [PATCH bpf-next v5 02/17] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v5 03/17] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v5 04/17] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v5 05/17] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v5 06/17] HID: export hid_report_type to uapi
` [PATCH bpf-next v5 07/17] HID: initial BPF implementation
` [PATCH bpf-next v5 08/17] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v5 09/17] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v5 10/17] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v5 11/17] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v5 12/17] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v5 13/17] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v5 14/17] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v5 15/17] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v5 16/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v5 17/17] Documentation: add HID-BPF docs

[PATCH 00/30] The panic notifiers refactor
 2022-05-18 22:17 UTC  (16+ messages)
` [PATCH 19/30] panic: Add the panic hypervisor notifier list

[PATCH net-next 0/4] mptcp: Miscellaneous fixes and a new test case
 2022-05-18 22:04 UTC  (5+ messages)
` [PATCH net-next 1/4] mptcp: stop using the mptcp_has_another_subflow() helper
` [PATCH net-next 2/4] mptcp: Check for orphaned subflow before handling MP_FAIL timer
` [PATCH net-next 3/4] mptcp: Do not traverse the subflow connection list without lock
` [PATCH net-next 4/4] selftests: mptcp: add MP_FAIL reset testcase

[PATCH net-next v2 0/2] lantiq_gswip: Two small fixes
 2022-05-18 22:00 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: dsa: lantiq_gswip: Fix start index in gswip_port_fdb()
` [PATCH net-next v2 2/2] net: dsa: lantiq_gswip: Fix typo in gswip_port_fdb_dump() error print

[PATCH v2 net] net: bridge: Clear offload_fwd_mark when passing frame up bridge interface
 2022-05-18 21:43 UTC  (2+ messages)

[PATCH net 0/7] Netfilter fixes for net
 2022-05-18 21:38 UTC  (8+ messages)
` [PATCH net 1/7] netfilter: flowtable: fix excessive hw offload attempts after failure
` [PATCH net 2/7] netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices
` [PATCH net 3/7] net: fix dev_fill_forward_path with pppoe + bridge
` [PATCH net 4/7] netfilter: nft_flow_offload: fix offload with pppoe + vlan
` [PATCH net 5/7] netfilter: flowtable: fix TCP flow teardown
` [PATCH net 6/7] netfilter: flowtable: move dst_check to packet path
` [PATCH net 7/7] netfilter: nf_tables: disable expression reduction infra

tg3 dropping packets at high packet rates
 2022-05-18 21:31 UTC  (3+ messages)

[PATCH] xfrm: do not set IPv4 DF flag when encapsulating IPv6 frames <= 1280 bytes
 2022-05-18 21:05 UTC 

[PATCH 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-05-18 21:05 UTC  (10+ messages)
` [PATCH 05/12] net: mana: Set the DMA device max page size
            ` [EXTERNAL] "

[PATCH bpf v3 0/2] Fix kprobe_multi interface issues for 5.18
 2022-05-18 20:57 UTC  (9+ messages)
` [PATCH bpf v3 1/2] bpf_trace: check size for overflow in bpf_kprobe_multi_link_attach
` [PATCH bpf v3 2/2] bpf_trace: bail out from bpf_kprobe_multi_link_attach when in compat

[PATCH net-next] net: tls: fix messing up lists when bpf enabled
 2022-05-18 20:56 UTC 

[PATCH net-next v4 0/2] Broadcom PTP PHY support
 2022-05-18 20:50 UTC  (3+ messages)

[PATCH] bpf: avoid grabbing spin_locks of all cpus when no free elems
 2022-05-18 20:39 UTC  (4+ messages)
  ` [External] "

[PATCH net-next v2] net: ifdefy the wireless pointers in struct net_device
 2022-05-18 20:31 UTC  (4+ messages)

[PATCH v2 0/5] arm64: add ethernet to orange pi 3
 2022-05-18 20:09 UTC  (6+ messages)
` [PATCH v2 1/5] regulator: Add of_get_regulator_from_list
` [PATCH v2 2/5] regulator: Add regulator_bulk_get_all
` [PATCH v2 3/5] phy: handle optional regulator for PHY
` [PATCH v2 4/5] dt-bindings: net: Add documentation for optional regulators
` [PATCH v2 5/5] arm64: dts: allwinner: orange-pi-3: Enable ethernet

[PATCH net-next] show rx_otherhost_dropped stat in ip link show
 2022-05-18 20:00 UTC  (5+ messages)

[PATCH bpf-next v4 0/6] bpf trampoline for arm64
 2022-05-18 19:57 UTC  (3+ messages)
` [PATCH bpf-next v4 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest

[PATCH net-next 1/1] net: wwan: t7xx: Fix smatch errors
 2022-05-18 19:55 UTC 

PROBLEM: XGBE unable to autoneg when advertising only 1GbE KX mode
 2022-05-18 18:58 UTC 

[PATCH net-next] net: avoid strange behavior with skb_defer_max == 1
 2022-05-18 18:55 UTC 

[PATCH net-next v4 00/12] add support for Renesas RZ/N1 ethernet subsystem devices
 2022-05-18 18:53 UTC  (8+ messages)
` [PATCH net-next v4 05/12] dt-bindings: net: dsa: add bindings for Renesas RZ/N1 Advanced 5 port switch

[PATCH net-next] net/mlx5: fix multiple definitions of mlx5_lag_mpesw_init / mlx5_lag_mpesw_cleanup
 2022-05-18 18:30 UTC 

[PATCH net-next v2] net: wwan: t7xx: fix GFP_KERNEL usage in spin_lock context
 2022-05-18 18:09 UTC  (2+ messages)

[PATCH net v1 0/2] lantiq_gswip: Two small fixes
 2022-05-18 17:58 UTC  (4+ messages)
` [PATCH net v1 1/2] net: dsa: lantiq_gswip: Fix start index in gswip_port_fdb()

[PATCH net-next] net: ethernet: SP7021: fix a use after free of skb->len
 2022-05-18 17:37 UTC 

[PATCH net v3] net: macb: Fix PTP one step sync support
 2022-05-18 17:07 UTC 

[PATCHv3 net] Documentation: add description for net.core.gro_normal_batch
 2022-05-18 17:07 UTC  (3+ messages)

[PATCH 07/10] rtw88: Add rtw8723du chipset support
 2022-05-18 16:55 UTC  (2+ messages)

[PATCH] cgroup: don't queue css_release_work if one already pending
 2022-05-18 16:48 UTC  (5+ messages)

[GIT PULL] mlx5: last minute fixup
 2022-05-18 16:33 UTC 

[PATCH wpan-next v3 00/11] ieee802154: Synchronous Tx support
 2022-05-18 16:29 UTC  (12+ messages)
` [PATCH wpan-next v3 09/11] net: mac802154: Introduce a synchronous API for MLME commands
` [PATCH wpan-next v3 10/11] net: mac802154: Add a warning in the hot path

[PATCH net v2] Retrieve MACSec-XPN attributes before offloading
 2022-05-18 16:23 UTC  (3+ messages)

[PATCH bpf-next 1/2] cpuidle/rcu: Making arch_cpu_idle and rcu_idle_exit noinstr
 2022-05-18 16:21 UTC  (5+ messages)

[PATCH v2] dt-bindings: net: orion-mdio: Convert to JSON schema
 2022-05-18 16:18 UTC  (5+ messages)

[PATCH net-next] net: PIM register decapsulation and Forwarding
 2022-05-18 16:18 UTC  (7+ messages)

[PATCHv2 net] Documentation: add description for net.core.gro_normal_batch
 2022-05-18 16:12 UTC  (3+ messages)

[PATCH wpan-next v2 00/11] ieee802154: Synchronous Tx support
 2022-05-18 16:12 UTC  (11+ messages)
` [PATCH wpan-next v2 09/11] net: mac802154: Introduce a synchronous API for MLME commands

[PATCH v2 net-next 00/15] introduce mt7986 ethernet support
 2022-05-18 16:08 UTC  (11+ messages)
` [PATCH v2 net-next 11/15] net: ethernet: mtk_eth_soc: introduce device register map
` [PATCH v2 net-next 12/15] net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 support

[PATCH v3 0/4] can: can_dropped_invalid_skb() and Kbuild changes
 2022-05-18 16:01 UTC  (25+ messages)
  ` [PATCH v3 3/4] can: skb:: move can_dropped_invalid_skb and can_skb_headroom_valid to skb.c
                          ` Device Drivers: (was: Re: [PATCH v3 3/4] can: skb:: move can_dropped_invalid_skb and can_skb_headroom_valid to skb.c)

[PATCH net v2 0/2] Macb PTP one step fix
 2022-05-18 15:55 UTC  (2+ messages)

[PATCHv2 net] bonding: fix missed rcu protection
 2022-05-18 15:54 UTC  (4+ messages)

[RFC net-next] dt-bindings: net: xilinx: document xilinx emaclite driver binding
 2022-05-18 15:51 UTC  (5+ messages)

[PATCH bpf-next v2] selftests/bpf: fix some bugs in map_lookup_percpu_elem testcase
 2022-05-18 15:43 UTC  (2+ messages)

[PATCH net-next 00/12] mtk_eth_soc phylink updates
 2022-05-18 15:40 UTC  (14+ messages)
` [PATCH net-next 01/12] net: mtk_eth_soc: remove unused mac->mode
` [PATCH net-next 02/12] net: mtk_eth_soc: remove unused sgmii flags
` [PATCH net-next 03/12] net: mtk_eth_soc: add mask and update PCS speed definitions
` [PATCH net-next 04/12] net: mtk_eth_soc: correct 802.3z speed setting
` [PATCH net-next 05/12] net: mtk_eth_soc: correct 802.3z duplex setting
` [PATCH net-next 06/12] net: mtk_eth_soc: stop passing phylink state to sgmii setup
` [PATCH net-next 07/12] net: mtk_eth_soc: provide mtk_sgmii_config()
` [PATCH net-next 08/12] net: mtk_eth_soc: add fixme comment for state->speed use
` [PATCH net-next 09/12] net: mtk_eth_soc: move MAC_MCR setting to mac_finish()
` [PATCH net-next 10/12] net: mtk_eth_soc: move restoration of SYSCFG0 "
` [PATCH net-next 11/12] net: mtk_eth_soc: convert code structure to suit split PCS support
` [PATCH net-next 12/12] net: mtk_eth_soc: partially convert to phylink_pcs

[PATCH linux-next] net: smc911x: replace ternary operator with min()
 2022-05-18 15:38 UTC  (4+ messages)

[PATCH net 0/2] selftests: net: add missing tests to Makefile
 2022-05-18 15:25 UTC  (6+ messages)

[PATCH net-next 1/1] selftests: forwarding: fix missing backslash
 2022-05-18 15:16 UTC 

[PATCH bpf-next v6 00/10] bpf: cgroup_sock lsm flavor
 2022-05-18 15:16 UTC  (3+ messages)
` [PATCH bpf-next v6 02/10] bpf: convert cgroup_bpf.progs to hlist

[question] bonding: should assert dormant for active protocols like LACP?
 2022-05-18 14:09 UTC  (3+ messages)

[PATCH bpf-next v5 0/6] bpf trampoline for arm64
 2022-05-18 13:16 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] arm64: ftrace: Add ftrace direct call support
` [PATCH bpf-next v5 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v5 3/6] bpf: Remove is_valid_bpf_tramp_flags()
` [PATCH bpf-next v5 4/6] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next v5 5/6] bpf, arm64: bpf trampoline "
` [PATCH bpf-next v5 6/6] selftests/bpf: Fix trivial typo in fentry_fexit.c

[PATCH nf,v2] netfilter: flowtable: fix TCP flow teardown
 2022-05-18 13:53 UTC  (4+ messages)

net/ethernet/dec/tulip/eeprom.c:120:40: error: 'struct pci_dev' has no member named 'pdev'; did you mean 'dev'?
 2022-05-18 13:49 UTC 

[PATCH bpf-next v9 0/5] New BPF helpers to accelerate synproxy
 2022-05-18 13:43 UTC  (7+ messages)

[PATCH] net: smc911x: Fix min() use in debug code
 2022-05-18 13:20 UTC  (2+ messages)

[PATCH -next v2] net: ethernet: sunplus: add missing of_node_put() in spl2sw_mdio_init()
 2022-05-18 13:10 UTC  (2+ messages)

[PATCH net 1/1] igb: skip phy status check where unavailable
 2022-05-18 13:10 UTC  (2+ messages)

[PATCH net v3] net: ftgmac100: Disable hardware checksum on AST2600
 2022-05-18 13:10 UTC  (2+ messages)

[PATCH v2] eth: sun: cassini: remove dead code
 2022-05-18 13:10 UTC  (2+ messages)

[PATCH net-next] selftests: netdevsim: Increase sleep time in hw_stats_l3.sh test
 2022-05-18 13:10 UTC  (2+ messages)

[PATCH net-next] net: stmmac: remove unused get_addr() callback
 2022-05-18 13:00 UTC  (2+ messages)

[PATCH v0] nfc: pn533: Fix buggy cleanup order
 2022-05-18 13:00 UTC  (2+ messages)

[PATCH net 0/2] pull-request: can 2022-05-13
 2022-05-18 12:47 UTC  (4+ messages)
` [PATCH net 1/2] Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"

[PATCH net-next 00/11] tls: rx: random refactoring part 2
 2022-05-18 12:43 UTC  (3+ messages)
` [PATCH net-next 10/11] tls: rx: clear ctx->recv_pkt earlier

[PATCH AUTOSEL 4.9 2/4] mac80211: fix rx reordering with non explicit / psmp ack policy
 2022-05-18 12:30 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 3/4] ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
` [PATCH AUTOSEL 4.9 4/4] net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()

[PATCH bpf-next v3 0/4] Fix 32-bit arch and compat support for the kprobe_multi attach type
 2022-05-18 12:30 UTC  (8+ messages)
` [PATCH bpf-next v3 4/4] bpf_trace: pass array of u64 values in kprobe_multi.addrs

[PATCH AUTOSEL 4.14 2/5] mac80211: fix rx reordering with non explicit / psmp ack policy
 2022-05-18 12:30 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 3/5] ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
` [PATCH AUTOSEL 4.14 4/5] net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()
` [PATCH AUTOSEL 4.14 5/5] net: atlantic: verify hw_head_ lies within TX buffer ring

[PATCH net 0/2] mptcp: Fix checksum byte order on little-endian
 2022-05-18 12:30 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 2/5] mac80211: fix rx reordering with non explicit / psmp ack policy
 2022-05-18 12:29 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 3/5] ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
` [PATCH AUTOSEL 4.19 4/5] net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()
` [PATCH AUTOSEL 4.19 5/5] net: atlantic: verify hw_head_ lies within TX buffer ring

[PATCH AUTOSEL 5.4 2/6] mac80211: fix rx reordering with non explicit / psmp ack policy
 2022-05-18 12:29 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 3/6] selftests: add ping test with ping_group_range tuned
` [PATCH AUTOSEL 5.4 4/6] ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
` [PATCH AUTOSEL 5.4 5/6] net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()
` [PATCH AUTOSEL 5.4 6/6] net: atlantic: verify hw_head_ lies within TX buffer ring

[PATCH AUTOSEL 5.10 02/13] mac80211: fix rx reordering with non explicit / psmp ack policy
 2022-05-18 12:28 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 06/13] ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
` [PATCH AUTOSEL 5.10 07/13] net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()
` [PATCH AUTOSEL 5.10 09/13] net: atlantic: reduce scope of is_rsc_complete
` [PATCH AUTOSEL 5.10 10/13] net: atlantic: add check for MAX_SKB_FRAGS


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