netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-09 04:00:23 to 2022-08-10 03:14:07 UTC [more...]

[RFCv7 PATCH net-next 00/36] net: extend the type of netdev_features_t to bitmap
 2022-08-10  3:06 UTC  (7+ messages)
` [RFCv7 PATCH net-next 02/36] net: replace general features macroes with global netdev_features variables
` [RFCv7 PATCH net-next 04/36] net: sfc: replace const features initialization with DECLARE_NETDEV_FEATURE_SET
` [RFCv7 PATCH net-next 05/36] net: atlantic: replace const features initialization with NETDEV_FEATURE_SET
` [RFCv7 PATCH net-next 07/36] net: ethernet: mtk_eth_soc: "
` [RFCv7 PATCH net-next 16/36] treewide: use replace features '0' by netdev_empty_features
` [RFCv7 PATCH net-next 21/36] net: iavf: adjust net device features relative macroes

[PATCH RFC net-next 0/3] net: vlan: fix bridge binding behavior and add selftests
 2022-08-10  3:11 UTC  (4+ messages)
` [PATCH RFC net-next 1/3] net: core: export call_netdevice_notifiers_info
` [PATCH RFC net-next 2/3] net: 8021q: fix bridge binding behavior for vlan interfaces
` [PATCH RFC net-next 3/3] selftests: net: tests for bridge binding behavior

[PATCH V4 0/6] ifcvf/vDPA: support query device config space through netlink
 2022-08-10  2:51 UTC  (19+ messages)
` [PATCH V4 3/6] vDPA: allow userspace to query features of a vDPA device
` [PATCH V4 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0

[PATCH net v2 0/2] bonding: 802.3ad: fix no transmission of LACPDUs
 2022-08-10  2:33 UTC  (3+ messages)
` [PATCH net v2 1/2] selftests: include bonding tests into the kselftest infra
` [PATCH net v2 2/2] bonding: 802.3ad: fix no transmission of LACPDUs

[PATCH] net: usb: qmi_wwan: Add support for Cinterion MV32
 2022-08-10  1:45 UTC 

[RFC net] bonding: 802.3ad: fix no transmission of LACPDUs
 2022-08-10  1:37 UTC  (5+ messages)

Question: Ethernet Phy issues on Colibri IMX8X (imx8qxp) - kernel 5.19
 2022-08-10  1:19 UTC  (2+ messages)

ethernet<n> dt aliases implications in U-Boot and Linux
 2022-08-10  1:11 UTC  (19+ messages)

[PATCH v4 0/4] Introduce security_create_user_ns()
 2022-08-10  0:51 UTC  (17+ messages)

[PATCH v1 0/3] Bring back driver_deferred_probe_check_state() for now
 2022-08-10  0:24 UTC  (4+ messages)

[PATCH net] MAINTAINERS: use my korg address for mt7601u
 2022-08-09 23:38 UTC 

[PATCH net] genetlink: correct uAPI defines
 2022-08-09 23:27 UTC 

[PATCH net] net: add missing kdoc for struct genl_multicast_group::flags
 2022-08-09 23:20 UTC 

[PATCH for-rc] RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl size
 2022-08-09 22:59 UTC  (2+ messages)

[PATCH net 0/8] Netfilter fixes for net
 2022-08-09 22:05 UTC  (9+ messages)
` [PATCH net 1/8] netfilter: nf_tables: validate variable length element extension
` [PATCH net 2/8] netfilter: nf_tables: do not allow SET_ID to refer to another table
` [PATCH net 3/8] netfilter: nf_tables: do not allow CHAIN_ID "
` [PATCH net 4/8] netfilter: nf_tables: do not allow RULE_ID to refer to another chain
` [PATCH net 5/8] netfilter: ip6t_LOG: Fix a typo in a comment
` [PATCH net 6/8] netfilter: nf_tables: upfront validation of data via nft_data_init()
` [PATCH net 7/8] netfilter: nf_tables: disallow jump to implicit chain from set element
` [PATCH net 8/8] netfilter: nf_tables: fix null deref due to zeroed list head

[PATCH v2 00/26] Rework the trip points creation
 2022-08-09 22:04 UTC  (2+ messages)
` [PATCH v2 24/26] thermal/drivers/cxgb4: Use generic thermal_zone_get_trip() function

[PATCH] tcp: adjust rcvbuff according copied rate of user space
 2022-08-09 21:28 UTC  (2+ messages)

[syzbot] possible deadlock in sk_diag_fill (4)
 2022-08-09 21:12 UTC  (2+ messages)

[PATCH] fec: Allow changing the PPS channel
 2022-08-09 20:52 UTC  (4+ messages)

[PATCH iproute2] ipstats: Add param.h for musl
 2022-08-09 20:30 UTC  (2+ messages)

[RFC PATCH v3 net-next 00/10] Validate OF nodes for DSA shared ports
 2022-08-09 20:12 UTC  (17+ messages)
` [RFC PATCH v3 net-next 01/10] dt-bindings: net: dsa: xrs700x: add missing CPU port phy-mode to example
` [RFC PATCH v3 net-next 02/10] dt-bindings: net: dsa: hellcreek: add missing CPU port phy-mode/fixed-link "
` [RFC PATCH v3 net-next 03/10] dt-bindings: net: dsa: b53: add missing CPU port phy-mode "
` [RFC PATCH v3 net-next 04/10] dt-bindings: net: dsa: microchip: "
` [RFC PATCH v3 net-next 05/10] dt-bindings: net: dsa: rzn1-a5psw: "
` [RFC PATCH v3 net-next 06/10] dt-bindings: net: dsa: make phylink bindings required for CPU/DSA ports
` [RFC PATCH v3 net-next 07/10] of: base: export of_device_compatible_match() for use in modules
` [RFC PATCH v3 net-next 10/10] net: dsa: make phylink-related OF properties mandatory on DSA and CPU ports

[PATCH v4 net-next 3/6] drivers: net: dsa: add locked fdb entry flag to drivers
 2022-08-09 20:00 UTC  (12+ messages)

[ANNOUNCE] nftables 1.0.5 release
 2022-08-09 19:54 UTC 

[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
 2022-08-09 19:45 UTC  (7+ messages)
` [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering

[PATCH net] plip: avoid rcu debug splat
 2022-08-09 19:30 UTC  (2+ messages)

[PATCH] net: bgmac:`Fix a BUG triggered by wrong bytes_compl
 2022-08-09 19:30 UTC  (3+ messages)

pull-request: wireless-2022-08-09
 2022-08-09 19:20 UTC  (2+ messages)

[PATCH net] net: dsa: felix: suppress non-changes to the tagging protocol
 2022-08-09 19:20 UTC  (2+ messages)

[PATCH net-next v4] net: virtio_net: notifications coalescing support
 2022-08-09 19:14 UTC  (3+ messages)

[PATCH] net_sched: cls_route: remove from list when handle is 0
 2022-08-09 19:11 UTC  (2+ messages)

[RFC 0/1] Move IFF_LIVE_ADDR_CHANGE to public flag
 2022-08-09 19:04 UTC  (6+ messages)
` [RFC 1/1] net: move "

[PATCH net 0/4] pull-request: can 2022-08-09
 2022-08-09 18:50 UTC  (6+ messages)
` [PATCH net 1/4] can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with netdev_warn_once()
` [PATCH net 2/4] can: j1939: j1939_session_destroy(): fix memory leak of skbs
` [PATCH net 3/4] can: ems_usb: fix clang's -Wunaligned-access warning
` [PATCH net 4/4] can: mcp251x: Fix race condition on receive interrupt

[PATCH bpf-next v7 0/8] bpf: rstat: cgroup hierarchical stats
 2022-08-09 18:38 UTC  (7+ messages)
` [PATCH bpf-next v7 4/8] bpf: Introduce cgroup iter

[PATCH 0/5] iio/hwmon/mfd/leds/net/power/ASoC: dt-bindings: few stale maintainers cleanup
 2022-08-09 18:24 UTC  (9+ messages)
` [PATCH 5/5] dt-bindings: Drop Dan Murphy

[PATCH net 1/2] tls: rx: device: bound the frag walk
 2022-08-09 17:55 UTC  (2+ messages)
` [PATCH net 2/2] tls: rx: device: don't try to copy too much on detach

[PATCH bpf-next v4 0/3] destructive bpf_kfuncs
 2022-08-09 17:48 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] bpf: add destructive kfunc flag
` [PATCH bpf-next v4 2/3] bpf: export crash_kexec() as destructive kfunc
` [PATCH bpf-next v4 3/3] selftests/bpf: add destructive kfunc test

[PATCH net-next V4 0/3] Introduce and use NUMA distance metrics
 2022-08-09 17:36 UTC  (9+ messages)
` [PATCH net-next V4 1/3] sched/topology: Add NUMA-based CPUs spread API

[PATCH] igc: Remove _I_PHY_ID check for i225 devices
 2022-08-09 17:32 UTC  (2+ messages)

[PATCH] fec: Restart PPS after link state change
 2022-08-09 17:28 UTC  (2+ messages)

[PATCH v2 0/5] iio/hwmon/mfd/leds/net/power/ASoC: dt-bindings: few stale maintainers cleanup
 2022-08-09 17:23 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: iio: Drop Joachim Eastwood
` [PATCH v2 2/5] dt-bindings: iio: Drop Bogdan Pricop
` [PATCH v2 3/5] dt-bindings: Drop Beniamin Bia and Stefan Popa
` [PATCH v2 4/5] dt-bindings: Drop Robert Jones
` [PATCH v2 5/5] dt-bindings: Drop Dan Murphy and Ricardo Rivera-Matos

[RESEND PATCH] net: ethernet: ti: davinci_mdio: Add workaround for errata i2329
 2022-08-09 17:10 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH bpf-next v5 1/6] arm64: ftrace: Add ftrace direct call support
 2022-08-09 17:03 UTC  (7+ messages)

[PATCH bpf-next v2 0/2] Add BPF-helper for accessing CLOCK_TAI
 2022-08-09 17:00 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add BPF-helper test for CLOCK_TAI access

[PATCH net-next v3 1/3] net: Add a bhash2 table hashed by port + address
 2022-08-09 16:52 UTC  (5+ messages)
` [net] 03d56978dd: BUG:Bad_page_map_in_process

[PATCH bpf-next] net: netfilter: Remove ifdefs for code shared by BPF and ctnetlink
 2022-08-09 16:50 UTC  (2+ messages)

[PATCH v4 3/5] Bluetooth: Add support for hci devcoredump
 2022-08-09 15:35 UTC 

[PATCH net] selftests: forwarding: Fix failing tests with old libnet
 2022-08-09 14:27 UTC  (4+ messages)

[patch iproute2-next] devlink: expose nested devlink for a line card object
 2022-08-09 14:34 UTC  (2+ messages)

[PATCH V3] mm: prevent page_frag_alloc() from corrupting the memory
 2022-08-09 14:33 UTC  (4+ messages)

[PATCH net-next 0/3] sfc: add support for PTP over IPv6 and 802.3
 2022-08-09 13:22 UTC  (7+ messages)
` [PATCH net-next 1/3] sfc: allow more flexible way of adding filters for PTP
` [PATCH net-next 2/3] sfc: support PTP over IPv6/UDP
` [PATCH net-next 3/3] sfc: support PTP over Ethernet

[PATCH 00/16] Introduce DEBUG_BITMAP config option and bitmap_check_params()
 2022-08-09 12:37 UTC  (8+ messages)
` [PATCH 03/16] lib/test_bitmap: don't test bitmap_set if nbits == 0
` [PATCH 11/16] time: optimize tick_check_preferred()

[PATCH net] devlink: Fix use-after-free after a failed reload
 2022-08-09 11:35 UTC 

[PATCH net 1/1] net: macsec: Fix XPN properties passing to macsec offload
 2022-08-09 10:29 UTC 

[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-09 10:13 UTC  (10+ messages)
` [RFC PATCH v3 1/9] vsock: SO_RCVLOWAT transport set callback

[PATCHv2 bpf-next] libbpf: try to add a name for bpftool self-created maps
 2022-08-09 10:12 UTC 

[RFC iproute2 0/6] devlink: add policy check for all attributes
 2022-08-09  9:50 UTC  (5+ messages)

[PATCH bpf-next v2] skmsg: Fix wrong last sg check in sk_msg_recvmsg()
 2022-08-09  9:49 UTC 

[PATCH bpf-next] skmsg: Fix wrong last sg check in sk_msg_recvmsg()
 2022-08-09  9:42 UTC  (3+ messages)

[PATCH net-next v3 0/7] tls: rx: decrypt from the TCP queue
 2022-08-09  8:47 UTC  (10+ messages)
` [PATCH net-next v3 7/7] tls: rx: do not use the standard strparser

[PATCH net-next] net: lan743x: Fix the multi queue overflow issue
 2022-08-09  8:36 UTC 

[PATCH v3] igb: Add lock to avoid data race
 2022-08-09  7:35 UTC 

[PATCH] nfp: fix use-after-free in area_cache_get()
 2022-08-09  7:08 UTC  (2+ messages)

[PATCH v2] net:bonding:support balance-alb interface with vlan to bridge
 2022-08-09  6:21 UTC 

[PATCH -next] qtnfmac: remove braces around single statement blocks
 2022-08-09  6:00 UTC  (2+ messages)
` [-next] wifi: "

[PATCH] brcm80211: remove duplicate words
 2022-08-09  5:59 UTC  (2+ messages)
` wifi: brcmsmac: "

[PATCH 2/2] dt-bindings: wireless: use spi-peripheral-props.yaml
 2022-08-09  5:58 UTC  (2+ messages)

Race 1 in net/xfrm/xfrm_algo.c
 2022-08-09  5:47 UTC  (4+ messages)
      ` [PATCH] af_key: Do not call xfrm_probe_algs in parallel

[syzbot] WARNING: CPU: NUM PID: NUM at net/wireless/ibss.c:LINE __cfg80211_ibss_join
 2022-08-09  5:40 UTC 

[syzbot] possible deadlock in p9_req_put
 2022-08-09  5:05 UTC  (2+ messages)

[PATCH v2] igb: Add lock to avoid data race
 2022-08-09  4:48 UTC 

pull request: bluetooth 2022-08-08
 2022-08-09  4:10 UTC  (2+ messages)

[PATCH net] net/x25: fix call timeouts in blocking connects
 2022-08-09  4:00 UTC  (2+ messages)

[PATCH net v1 1/1] net: phy: c45 baset1: do not skip aneg configuration if clock role is not specified
 2022-08-09  4:00 UTC  (2+ messages)

[PATCH net] net: dsa: felix: fix min gate len calculation for tc when its first gate is closed
 2022-08-09  4:00 UTC  (2+ messages)

[PATCH] net: phy: dp83867: fix get nvmem cell fail
 2022-08-09  4:00 UTC  (2+ messages)

[PATCH] atm: idt77252: fix use-after-free bugs caused by tst_timer
 2022-08-09  4: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).