netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-24 13:50:56 to 2022-03-25 15:52:43 UTC [more...]

[RFCv5 PATCH net-next 00/20] net: extend the type of netdev_features_t to bitmap
 2022-03-25 15:52 UTC  (29+ messages)
` [RFCv5 PATCH net-next 01/20] net: rename net_device->features to net_device->active_features
` [RFCv5 PATCH net-next 02/20] net: introduce operation helpers for netdev features
` [RFCv5 PATCH net-next 03/20] net: replace general features macroes with global netdev_features variables
` [RFCv5 PATCH net-next 04/20] net: replace multiple feature bits with netdev features array
` [RFCv5 PATCH net-next 05/20] net: sfc: replace const features initialization "
` [RFCv5 PATCH net-next 06/20] net: simplify the netdev features expression
` [RFCv5 PATCH net-next 07/20] net: adjust variables definition for netdev_features_t
` [RFCv5 PATCH net-next 08/20] net: use netdev_features_set_bit helpers
` [RFCv5 PATCH net-next 09/20] net: use netdev_features_or helpers
` [RFCv5 PATCH net-next 10/20] net: use netdev_features_xor helpers
` [RFCv5 PATCH net-next 11/20] net: use netdev_features_clear_bit helpers
` [RFCv5 PATCH net-next 12/20] net: use netdev_features_andnot helpers
` [RFCv5 PATCH net-next 13/20] net: use netdev_features_test_bit helpers
` [RFCv5 PATCH net-next 14/20] net: use netdev_features_intersects helpers
` [RFCv5 PATCH net-next 15/20] net: use netdev_features_and helpers
` [RFCv5 PATCH net-next 16/20] net: use netdev_features_subset helpers
` [RFCv5 PATCH net-next 17/20] net: use netdev_features_equal helpers
` [RFCv5 PATCH net-next 18/20] net: use netdev_set_xxx_features helpers
` [RFCv5 PATCH net-next 19/20] net: use netdev_xxx_features helpers
` [RFCv5 PATCH net-next 20/20] net: redefine the prototype of netdev_features_t

FEC MDIO timeout and polled IO
 2022-03-25 15:33 UTC  (3+ messages)

[REGRESSION] Recent swiotlb DMA_FROM_DEVICE fixes break ath9k-based AP
 2022-03-25 15:25 UTC  (22+ messages)

[PATCH] net: macb: Restart tx only if queue pointer is lagging
 2022-03-25 15:19 UTC  (6+ messages)

[PATCH v2 1/3] tcp: export symbol tcp_set_congestion_control
 2022-03-25 14:46 UTC  (8+ messages)
` [PATCH v2 2/3] nvme-tcp: support specifying the congestion-control

[RFC net-next 0/2] Introduce xdp tx mb support for i40e and ixgbe
 2022-03-25 14:28 UTC  (3+ messages)
` [RFC net-next 1/2] ixgbe: add xdp frags support to ndo_xdp_xmit
` [RFC net-next 2/2] i40e: "

Broken SOF_TIMESTAMPING_OPT_ID in linux-4.19.y and earlier stable branches
 2022-03-25 14:14 UTC  (6+ messages)

Matching unbound sockets for VRF
 2022-03-25 14:13 UTC  (2+ messages)

[PATCH net] selftests: test_vxlan_under_vrf: Fix broken test case
 2022-03-25 14:08 UTC  (2+ messages)

[PATCH net 0/2] ixgbe: fix promiscuous mode on VF
 2022-03-25 14:02 UTC  (3+ messages)
` [PATCH net 1/2] ixgbe: fix bcast packets Rx on VF after promisc removal
` [PATCH net 2/2] ixgbe: fix unexpected VLAN Rx in promisc mode on VF

[PATCH v2 net-next 0/4] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-25 14:00 UTC  (15+ messages)
` [PATCH v2 net-next 2/4] net: switchdev: add support for offloading of fdb locked flag

[PATCH net v2] ice: Fix broken IFF_ALLMULTI handling
 2022-03-25 13:28 UTC 

[PATCH net v2] ice: Fix MAC address setting
 2022-03-25 13:25 UTC 

[PATCH net] ice: Fix broken IFF_ALLMULTI handling
 2022-03-25 13:04 UTC  (4+ messages)

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

[BUG] deadlock in nl80211_vendor_cmd
 2022-03-25 12:06 UTC  (3+ messages)

[PATCH v4 net-next 0/5] ice: switch: debloat packet templates code
 2022-03-25 10:26 UTC  (11+ messages)
` [PATCH v4 net-next 1/5] ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h,m}_u
  ` [Intel-wired-lan] [PATCH v4 net-next 1/5] ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_u
` [PATCH v4 net-next 2/5] ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()
  ` [Intel-wired-lan] "
` [PATCH v4 net-next 3/5] ice: switch: use a struct to pass packet template params
  ` [Intel-wired-lan] "
` [PATCH v4 net-next 4/5] ice: switch: use convenience macros to declare dummy pkt templates
  ` [Intel-wired-lan] "
` [PATCH v4 net-next 5/5] ice: switch: convert packet template match code to rodata
  ` [Intel-wired-lan] "

[PATCH V3] b43legacy: Fix assigning negative value to unsigned variable
 2022-03-25 10:17 UTC 

[PATCH V2] b43: Fix assigning negative value to unsigned variable
 2022-03-25 10:15 UTC 

[PATCH] wireless: broadcom: b43: Fix assigning negative value to unsigned variable
 2022-03-25 10:08 UTC  (2+ messages)

[PATCH v3] net: macb: restart tx after tx used bit read
 2022-03-25  9:33 UTC  (7+ messages)

packet stuck in qdisc
 2022-03-25  8:45 UTC  (3+ messages)

[PATCH] ipw2200: Fix permissions setted by DEVICE_ATTR
 2022-03-25  7:41 UTC 

kselftest: net: tls: hangs
 2022-03-25  7:40 UTC 

[PATCH 0/2] Upper bound mode for kernel timers
 2022-03-25  7:38 UTC  (5+ messages)
` [PATCH 1/2] timer: introduce upper bound timers
  ` [timer] d41e0719d5: UBSAN:shift-out-of-bounds_in_lib/flex_proportions.c

[PATCH] rtlwifi: replace usage of found with dedicated list iterator variable
 2022-03-25  7:11 UTC  (2+ messages)

[PATCH] SUNRPC: Increase size of servername string
 2022-03-25  7:03 UTC  (4+ messages)

[PATCH v2 0/2] rtl8xxxu: Fill up more TX information
 2022-03-25  4:02 UTC  (5+ messages)
` [PATCH v2 2/2] rtl8xxxu: fill up txrate info for gen1 chips

[PATCH net] llc: only change llc->dev when bind() succeeds
 2022-03-25  3:58 UTC 

[PATCH v3 0/2] rtl8xxxu: Fill up more TX information
 2022-03-25  3:57 UTC  (3+ messages)
` [PATCH v3 1/2] rtl8xxxu: feed antenna information for cfg80211
` [PATCH v3 2/2] rtl8xxxu: fill up txrate info for gen1 chips

[PATCH] Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout
 2022-03-25  3:30 UTC 

[PATCH net] skbuff: disable coalescing for page_pool recycling
 2022-03-25  2:50 UTC  (3+ messages)

[PATCH v13 bpf-next 0/1] fprobe: Introduce fprobe function entry/exit probe
 2022-03-25  2:41 UTC  (7+ messages)
` [PATCH v13 bpf-next 1/1] rethook: x86: Add rethook x86 implementation

[PATCH V2] SUNRPC: Increase size of servername string
 2022-03-25  2:18 UTC 

[PATCH net v3 0/3] vsock/virtio: enable VQs early on probe and finish the setup before using them
 2022-03-25  1:40 UTC  (2+ messages)

[PATCH] net: usb: ax88179_178a: add Allied Telesis AT-UMCs
 2022-03-25  1:40 UTC  (2+ messages)

[PATCH net-next] net: dsa: realtek: make interface drivers depend on OF
 2022-03-25  1:40 UTC  (8+ messages)

[PATCH net-next 0/1] modify PBL values in snps,dwmac.yaml
 2022-03-25  1:32 UTC  (4+ messages)
` [PATCH net-next] dt-bindings: net: snps,dwmac: modify available values of PBL

[PATCH] selftests/bpf: Fix warning comparing pointer to 0
 2022-03-25  1:15 UTC  (3+ messages)
  ` 答复: "

[PATCH] net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resume
 2022-03-25  1:00 UTC  (2+ messages)

[net v6 0/2] fix bpf_redirect to ifb netdev
 2022-03-25  0:56 UTC  (5+ messages)
` [net v6 1/2] net: core: set skb useful vars in __bpf_tx_skb
` [net v6 2/2] selftests: bpf: add bpf_redirect to ifb

[PATCH net-next] bond: add mac filter option for balance-xor
 2022-03-25  0:50 UTC  (4+ messages)
` [PATCH iproute2 next] bond: add mac_filter option

[PATCH net-next v1 0/6] ptp: Support hardware clocks with additional free running time
 2022-03-25  0:08 UTC  (18+ messages)
` [PATCH net-next v1 1/6] ptp: Add cycles support for virtual clocks
` [PATCH net-next v1 2/6] ptp: Request cycles for TX timestamp
` [PATCH net-next v1 3/6] ptp: Pass hwtstamp to ptp_convert_timestamp()
` [PATCH net-next v1 4/6] ethtool: Add kernel API for PHC index
` [PATCH net-next v1 5/6] ptp: Support late timestamp determination

[net-next PATCH 0/4] Reduce qca8k_priv space usage
 2022-03-24 23:24 UTC  (12+ messages)
` [net-next PATCH 1/4] drivers: net: dsa: qca8k: drop MTU tracking from qca8k_priv

[PATCH net v2] net: phy: broadcom: Fix brcm_fet_config_init()
 2022-03-24 23:24 UTC 

[RFC v2 0/3] docs: document some aspects of struct sk_buff
 2022-03-24 23:13 UTC  (4+ messages)
` [RFC v2 1/3] skbuff: add a basic intro doc
` [RFC v2 2/3] skbuff: rewrite the doc for data-only skbs
` [RFC v2 3/3] skbuff: render the checksum comment to documentation

[PATCH v5 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2022-03-24 23:00 UTC  (2+ messages)

[PATCH net] net: phy: broadcom: Fix brcm_fet_config_init()
 2022-03-24 22:31 UTC  (2+ messages)

[GIT PULL] Networking for 5.18
 2022-03-24 20:50 UTC  (2+ messages)

INFO: task hung in netdev_run_todo (2)
 2022-03-24 20:20 UTC  (2+ messages)
` [syzbot] "

[PATCH net] net/sched: act_ct: fix ref leak when switching zones
 2022-03-24 19:22 UTC 

[PATCH RFC net-next 0/5] net: phy: C45-over-C22 access
 2022-03-24 18:55 UTC  (13+ messages)
` [PATCH RFC net-next 2/5] net: phy: support indirect c45 access in get_phy_c45_ids()
` [PATCH RFC net-next 4/5] net: phy: introduce is_c45_over_c22 flag

[PATCH bpf-next] bpf: Fix maximum permitted number of arguments check
 2022-03-24 18:34 UTC  (2+ messages)

[RFC net-next 0/3] docs: document some aspects of struct sk_buff
 2022-03-24 18:31 UTC  (7+ messages)
` [RFC net-next 1/3] skbuff: add a basic intro doc
` [RFC net-next 2/3] skbuff: rewrite the doc for data-only skbs

[PATCH net] net: enetc: report software timestamping via SO_TIMESTAMPING
 2022-03-24 18:18 UTC  (2+ messages)

[PATCH net-next v2 0/4] add frag page support in page pool
 2022-03-24 18:09 UTC  (9+ messages)
` [PATCH net-next v2 4/4] net: hns3: support skb's frag page recycling based on "

[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
 2022-03-24 18:03 UTC  (3+ messages)
` [PATCH 3/9] net: mlx5: "

[PATCH net-next] llc: fix netdevice reference leaks in llc_ui_bind()
 2022-03-24 16:25 UTC  (4+ messages)

[RFC PATCH v4 00/15] Landlock LSM
 2022-03-24 16:19 UTC  (9+ messages)

[RFC Patch net-next 0/3] add ethtool SQI support for LAN87xx T1 Phy
 2022-03-24 16:06 UTC  (5+ messages)
` [RFC Patch net-next 3/3] net: phy: lan87xx: added ethtool SQI support

Fw: [Bug 215739] New: /proc/sys/net/ipv4/conf/*/send_redirects doesn't work per-interface
 2022-03-24 15:08 UTC 

[PATCH v2 2/2] wcn36xx: Implement tx_rate reporting
 2022-03-24 14:41 UTC  (4+ messages)
` [PATCH v3] "

sja1105q: proper way to solve PHY clk dependecy
 2022-03-24 14:35 UTC  (4+ messages)

[PATCH net-next 0/2] net: sparx5: Refactor based on feedback on
 2022-03-24 14:33 UTC  (5+ messages)
` [PATCH net-next 1/2] net: sparx5: Remove unused GLAG handling in PGID
` [PATCH net-next 2/2] net: sparx5: Refactor mdb handling according to feedback

[PATCH 0/4] dt-bindings: imx: add nvmem property
 2022-03-24 14:18 UTC  (5+ messages)
` [PATCH 2/4] dt-bindings: net: fsl,fec: introduce "
` [PATCH 4/4] dt-bindings: net: imx-dwmac: "


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