netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-16 16:03:57 to 2022-09-18 09:59:46 UTC [more...]

[PATCH v3 0/3] can: ctucanfd: hardware rx timestamps reporting
 2022-09-18  9:56 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: can: ctucanfd: add another clock for HW timestamping

[RFCv8 PATCH net-next 00/55] net: extend the type of netdev_features_t to bitmap
 2022-09-18  9:43 UTC  (56+ messages)
` [RFCv8 PATCH net-next 01/55] net: introduce operation helpers for netdev features
` [RFCv8 PATCH net-next 02/55] net: replace general features macroes with global netdev_features variables
` [RFCv8 PATCH net-next 03/55] treewide: replace multiple feature bits with DECLARE_NETDEV_FEATURE_SET
` [RFCv8 PATCH net-next 04/55] net: sfc: replace const features initialization "
` [RFCv8 PATCH net-next 05/55] net: atlantic: replace const features initialization with NETDEV_FEATURE_SET
` [RFCv8 PATCH net-next 06/55] iwlwifi: "
` [RFCv8 PATCH net-next 07/55] net: ethernet: mtk_eth_soc: "
` [RFCv8 PATCH net-next 08/55] ravb: "
` [RFCv8 PATCH net-next 09/55] test_bpf: "
` [RFCv8 PATCH net-next 10/55] treewide: replace NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK by netdev_csum_gso_features_mask
` [RFCv8 PATCH net-next 11/55] treewide: replace NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM by netdev_ip_csum_features
` [RFCv8 PATCH net-next 12/55] treewide: replace NETIF_F_TSO | NETIF_F_TSO6 by netdev_general_tso_features
` [RFCv8 PATCH net-next 13/55] treewide: replace VLAN tag feature array by const vlan features
` [RFCv8 PATCH net-next 14/55] net: simplify the netdev features expressions for xxx_gso_segment
` [RFCv8 PATCH net-next 15/55] treewide: simplify the netdev features expression
` [RFCv8 PATCH net-next 16/55] treewide: adjust the handle for netdev features '0'
` [RFCv8 PATCH net-next 17/55] treewide: adjust features initialization
` [RFCv8 PATCH net-next 18/55] net: mlx4: adjust the net device feature relative macroes
` [RFCv8 PATCH net-next 19/55] net: mlx5e: adjust "
` [RFCv8 PATCH net-next 20/55] net: mlxsw: adjust input parameter for function mlxsw_sp_handle_feature
` [RFCv8 PATCH net-next 21/55] net: iavf: adjust net device features relative macroes
` [RFCv8 PATCH net-next 22/55] net: core: adjust netdev_sync_xxx_features
` [RFCv8 PATCH net-next 23/55] net: adjust the build check for net_gso_ok()
` [RFCv8 PATCH net-next 24/55] treewide: use netdev_feature_add helpers
` [RFCv8 PATCH net-next 25/55] treewide: use netdev_features_or/set helpers
` [RFCv8 PATCH net-next 26/55] treewide: use netdev_feature_change helpers
` [RFCv8 PATCH net-next 27/55] treewide: use netdev_feature_del helpers
` [RFCv8 PATCH net-next 28/55] treewide: use netdev_features_andnot/clear helpers
` [RFCv8 PATCH net-next 29/55] treewide: use netdev_features_xor/toggle helpers
` [RFCv8 PATCH net-next 30/55] treewide: use netdev_feature_test helpers
` [RFCv8 PATCH net-next 31/55] treewide: use netdev_features_intersects helpers
` [RFCv8 PATCH net-next 32/55] treewide: use netdev_features_and/mask helpers
` [RFCv8 PATCH net-next 33/55] treewide: use netdev_features_subset helpers
` [RFCv8 PATCH net-next 34/55] treewide: use netdev_features_equal helpers
` [RFCv8 PATCH net-next 35/55] treewide: use netdev_features_empty helpers
` [RFCv8 PATCH net-next 36/55] net: adjust the prototype of netdev_increment_features()
` [RFCv8 PATCH net-next 37/55] net: adjust the prototype of netdev_add_tso_features()
` [RFCv8 PATCH net-next 38/55] net: core: adjust prototype of several functions used in net/core/dev.c
` [RFCv8 PATCH net-next 39/55] net: adjust the prototype of netdev_intersect_features()
` [RFCv8 PATCH net-next 40/55] net: adjust the prototype of netif_skb_features()
` [RFCv8 PATCH net-next 41/55] net: adjust the prototype of xxx_features_check()
` [RFCv8 PATCH net-next 42/55] net: adjust the prototype of ndo_fix_features
` [RFCv8 PATCH net-next 43/55] net: adjust the prototype of xxx_set_features()
` [RFCv8 PATCH net-next 44/55] net: adjust the prototype fo xxx_gso_segment() family
` [RFCv8 PATCH net-next 45/55] net: vlan: adjust the prototype of vlan functions
` [RFCv8 PATCH net-next 46/55] net: adjust the prototype of netif_needs_gso() and relative functions
` [RFCv8 PATCH net-next 47/55] net: adjust the prototype of skb_needs_linearize()
` [RFCv8 PATCH net-next 48/55] net: adjust the prototype of validate_xmit_xfrm() and relative functions
` [RFCv8 PATCH net-next 49/55] net: adjust the prototype of can_checksum_protocol()
` [RFCv8 PATCH net-next 50/55] net: tap: adjust the prototype of update_features()
` [RFCv8 PATCH net-next 51/55] net: mlx4: adjust the prototype of check_csum() and mlx4_en_update_loopback_state()
` [RFCv8 PATCH net-next 52/55] net: gve: adjust the prototype of gve_rx(), gve_clean_rx_done() and gve_rx_complete_skb()
` [RFCv8 PATCH net-next 53/55] net: sfc: adjust the prototype of xxx_supported_features()
` [RFCv8 PATCH net-next 54/55] treewide: use netdev_features_copy helpers
` [RFCv8 PATCH net-next 55/55] net: redefine the prototype of netdev_features_t

[syzbot] WARNING: locking bug in tee_netdev_event
 2022-09-18  9:20 UTC 

[PATCH] Do not name control queue for virtio-net
 2022-09-18  6:56 UTC  (2+ messages)

[PATCH v2 1/3] net: move from strlcpy with unused retval to strscpy
 2022-09-18  4:54 UTC  (3+ messages)
` [PATCH v2 3/3] net: ethernet: "
  ` [Intel-wired-lan] "

[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
 2022-09-18  3:44 UTC  (8+ messages)

[PATCH v1] net/ethtool/tunnels: Check return value of nla_nest_start()
 2022-09-18  1:54 UTC 

[PATCH v1] net/ipv4/nexthop: check the return value of nexthop_find_by_id()
 2022-09-18  1:54 UTC  (4+ messages)

[PATCH] net: fjes: Reorder symbols to get rid of a few forward declarations
 2022-09-17 22:51 UTC 

Bug Report kernel 5.19.9 Networking NAT
 2022-09-17 20:34 UTC  (2+ messages)

[PATCH RFC net-next 0/5] net: vlan: fix bridge binding behavior and add selftests
 2022-09-17 20:18 UTC  (6+ messages)
` [PATCH RFC net-next 1/5] net: core: export call_netdevice_notifiers_info
` [PATCH RFC net-next 2/5] net: core: introduce a new notifier for link-type-specific changes
` [PATCH RFC net-next 3/5] net: 8021q: notify bridge module of bridge-binding flag change
` [PATCH RFC net-next 4/5] net: bridge: handle link-type-specific changes in the bridge module
` [PATCH RFC net-next 5/5] selftests: net: tests for bridge binding behavior

[PATCH -next] can: flexcan: Switch to use dev_err_probe() helper
 2022-09-17 19:20 UTC  (2+ messages)

[net-next PATCH 0/4] Add PTP support for CN10K silicon
 2022-09-17 19:20 UTC  (2+ messages)

[PATCH net-next 01/23] can: rx-offload: can_rx_offload_init_queue(): fix typo
 2022-09-17 19:20 UTC  (2+ messages)

[Patch net-next] net: dsa: microchip: add the support for set_ageing_time
 2022-09-17 19:20 UTC  (2+ messages)

[RFC PATCH net-next 0/2] refactor the module and net init/exit functions in tc_action
 2022-09-17 19:03 UTC  (3+ messages)
` [RFC PATCH net-next 1/2] net: sched: act_api: add helper macro for tcf_action in module and net init/exit

[PATCH net-next v13 0/6] net: dsa: qca8k, mv88e6xxx: rmon: Add RMU support
 2022-09-17 18:04 UTC  (4+ messages)
` [PATCH net-next v13 4/6] net: dsa: mv88e6xxxx: Add RMU functionality

[PATCH iproute2] Fix segv on "-r" option if unknown rpc service
 2022-09-17 17:50 UTC 

[PATCH v1 net-next 0/2] clean up ocelot_reset() routine
 2022-09-17 17:51 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] net: mscc: ocelot: utilize readx_poll_timeout() for chip reset
` [PATCH v2 net-next 2/2] net: mscc: ocelot: check return values of writes during reset

[selftests/Make] eb7250dd2f: kernel-selftests.net.make_fail
 2022-09-17 16:19 UTC 

[PATCH -next] nexthop: simplify code in nh_valid_get_bucket_req
 2022-09-17 16:07 UTC  (3+ messages)

Move MT7530 phy muxing from DSA to PHY driver
 2022-09-17 15:07 UTC  (4+ messages)

[PATCH net-next 12/12] net: dpaa2-eth: add trace points on XSK events
 2022-09-17 14:59 UTC  (2+ messages)

[PATCH 0/2] Add a secondary AT port to the Telit FN990
 2022-09-17 13:01 UTC  (2+ messages)

[PATCH net-next 0/7] net: ll_temac: Cleanup for clearing static warnings
 2022-09-17 10:38 UTC  (8+ messages)
` [PATCH net-next 1/7] net: ll_temac: fix the format of block comments
` [PATCH net-next 2/7] net: ll_temac: Cleanup for function name in a string
` [PATCH net-next 3/7] net: ll_temac: axienet: align with open parenthesis
` [PATCH net-next 4/7] net: ll_temac: delete unnecessary else branch
` [PATCH net-next 5/7] net: ll_temac: fix the missing spaces around '='
` [PATCH net-next 6/7] net: ll_temac: move trailing statements to next line
` [PATCH net-next 7/7] net: ll_temac: axienet: delete unnecessary blank lines and spaces

[PATCH 5/5] io_uring/notif: let userspace know how effective the zero copy usage was
 2022-09-17 10:24 UTC  (3+ messages)

[PATCH net-next v4 0/5] net: ipqess: introduce Qualcomm IPQESS driver
 2022-09-17  9:02 UTC  (6+ messages)
` [PATCH net-next v4 2/5] net: dsa: add out-of-band tagging protocol

[PATCH] vhost: add __init/__exit annotations to module init/exit funcs
 2022-09-17  8:38 UTC 

[PATCH] net: macvtap: add __init/__exit annotations to module init/exit funcs
 2022-09-17  8:35 UTC 

[PATCH] net: hns3: add __init/__exit annotations to module init/exit funcs
 2022-09-17  8:21 UTC 

[PATCH -next] net: sched: simplify code in mall_reoffload
 2022-09-17  6:35 UTC 

[PATCH v2 ipsec 0/2] xfrm: Fix bugs in stacked XFRM-I tunnels
 2022-09-17  5:44 UTC  (4+ messages)
` [PATCH v2 ipsec 2/2] xfrm: Ensure policy checked for nested ESP tunnels

[PATCH net-next,v2 18/18] selftests/tc-testings: add show class case for red qdisc
 2022-09-17  5:06 UTC 

[PATCH net-next,v2 17/18] selftests/tc-testings: add show class case for prio qdisc
 2022-09-17  5:06 UTC 

[PATCH net-next,v2 16/18] selftests/tc-testings: add show class case for mq qdisc
 2022-09-17  5:05 UTC 

[PATCH net-next,v2 15/18] selftests/tc-testings: add show class case for ingress qdisc
 2022-09-17  5:05 UTC 

[PATCH net-next,v2 14/18] selftests/tc-testings: add selftests for qfq qdisc
 2022-09-17  5:05 UTC 

[PATCH net-next,v2 13/18] selftests/tc-testings: add selftests for netem qdisc
 2022-09-17  5:05 UTC 

[PATCH net-next,v2 12/18] selftests/tc-testings: add selftests for multiq qdisc
 2022-09-17  5:05 UTC 

[PATCH net-next,v2 11/18] selftests/tc-testings: add selftests for mqprio qdisc
 2022-09-17  5:04 UTC 

[PATCH net-next,v2 10/18] selftests/tc-testings: add selftests for htb qdisc
 2022-09-17  5:04 UTC 

[PATCH net-next,v2 09/18] selftests/tc-testings: add selftests for hfsc qdisc
 2022-09-17  5:04 UTC 

[PATCH net-next,v2 08/18] selftests/tc-testings: add selftests for fq_codel qdisc
 2022-09-17  5:04 UTC 

[PATCH net-next,v2 07/18] selftests/tc-testings: add selftests for dsmark qdisc
 2022-09-17  5:03 UTC 

[PATCH net-next,v2 06/18] selftests/tc-testings: add selftests for drr qdisc
 2022-09-17  5:03 UTC 

[PATCH net-next,v2 05/18] selftests/tc-testings: add selftests for cbs qdisc
 2022-09-17  5:03 UTC 

[PATCH net-next,v2 04/18] selftests/tc-testings: add selftests for cbq qdisc
 2022-09-17  5:03 UTC 

[PATCH net-next,v2 03/18] selftests/tc-testings: add selftests for cake qdisc
 2022-09-17  5:03 UTC 

[PATCH net-next,v2 02/18] net/sched: use tc_qdisc_stats_dump() in qdisc
 2022-09-17  5:02 UTC 

[PATCH net-next,v2 01/18] net/sched: sch_api: add helper for tc qdisc walker stats dump
 2022-09-17  5:02 UTC 

[PATCH net-next,v2 00/18] refactor duplicate codes in the qdisc class walk function
 2022-09-17  5:02 UTC 

[PATCH v1 net-next 0/2] clean up ocelot_reset() routine
 2022-09-17  4:05 UTC  (8+ messages)
` [PATCH v1 net-next 1/2] net: mscc: ocelot: utilize readx_poll_timeout() for chip reset
` [PATCH v1 net-next 2/2] net: mscc: ocelot: check return values of writes during reset

[PATCH v1] net/ethtool/tunnels: check the return value of nla_nest_start()
 2022-09-17  2:26 UTC 

[PATCH V2 net-next] net: ethernet: ti: am65-cpsw: remove unused parameter of am65_cpsw_nuss_common_open()
 2022-09-17  2:04 UTC 

[PATCH] net: ethernet: ti: am65-cpsw: remove unused parameter of am65_cpsw_nuss_common_open()
 2022-09-17  2:03 UTC  (2+ messages)

[PATCH net-next 00/18] refactor duplicate codes in the qdisc class walk function
 2022-09-17  1:48 UTC  (12+ messages)
` [PATCH net-next 03/18] selftests/tc-testings: add selftests for cake qdisc
` [PATCH net-next 05/18] selftests/tc-testings: add selftests for cbs qdisc
` [PATCH net-next 08/18] selftests/tc-testings: add selftests for fq_codel qdisc
` [PATCH net-next 12/18] selftests/tc-testings: add selftests for multiq qdisc
` [PATCH net-next 13/18] selftests/tc-testings: add selftests for netem qdisc

[PATCH net v2 0/2] net: mt7531: pll & reset fixes
 2022-09-17  0:07 UTC  (3+ messages)
` [PATCH net v2 1/2] net: mt7531: only do PLL once after the reset
` [PATCH net v2 2/2] net: mt7531: ensure all MACs are powered down before reset

[PATCH v2] drivers/net/ethernet/intel/e100: check the return value of e100_exec_cmd()
 2022-09-17  0:10 UTC 

[PATCH net-next v1] drivers/net/ethernet/intel/e100: check the return value of e100_exec_cmd()
 2022-09-17  0:02 UTC  (3+ messages)

[PATCH] tun: support not enabling carrier in TUNSETIFF
 2022-09-16 23:54 UTC  (2+ messages)

[RFC v1 net-next 0/8] add support for the the vsc7512 internal copper phys
 2022-09-16 23:10 UTC  (10+ messages)
` [RFC v1 net-next 2/8] net: mscc: ocelot: expose regfield definition to be used by other drivers
` [RFC v1 net-next 8/8] net: dsa: ocelot: add external ocelot switch control

[PATCH net-next 00/13] Add tc-taprio support for queueMaxSDU
 2022-09-16 22:16 UTC  (6+ messages)
` [PATCH net-next 10/13] tsnep: deny tc-taprio changes to per-tc max SDU

[syzbot] memory leak in mld_newpack
 2022-09-16 22:13 UTC  (2+ messages)

Congratulations!!!
 2022-09-16 21:40 UTC 

[PATCH v2 net-next 00/10] dt-bindings and mt7621 devicetree changes
 2022-09-16 21:48 UTC  (4+ messages)
` [PATCH v2 net-next 04/10] dt-bindings: memory: mt7621: add syscon as compatible string

[PATCH bpf-next] bpf: Move nf_conn extern declarations to filter.h
 2022-09-16 21:43 UTC  (5+ messages)

[PATCH bpf-next v2 0/3] A couple of small refactorings of BPF program call sites
 2022-09-16 20:59 UTC  (3+ messages)

[PATCH net-next 06/12] net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN pools
 2022-09-16 20:22 UTC  (2+ messages)

[PATCH net-next 1/1] ice: Add low latency Tx timestamp read
 2022-09-16 20:17 UTC 

[PATCH] bnx2x: Fix error recovering in switch configuration
 2022-09-16 19:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 0/3] can: ctucanfd: hardware rx timestamps reporting
 2022-09-16 19:30 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: can: ctucanfd: add another clock for HW timestamping

tg3 (5720) PTP sync problems
 2022-09-16 18:45 UTC 

[PATCH] bnxt_en: fix flags to check for supported fw version
 2022-09-16 18:35 UTC  (3+ messages)

[PATCH net-next,v4 0/9] refactor duplicate codes in the tc cls walk function
 2022-09-16 16:56 UTC  (2+ messages)

[net-next v2 0/3] seg6: add NEXT-C-SID support for SRv6 End behavior
 2022-09-16 16:50 UTC  (7+ messages)
` [net-next v2 1/3] seg6: add netlink_ext_ack support in parsing SRv6 behavior attributes
` [net-next v2 2/3] seg6: add NEXT-C-SID support for SRv6 End behavior
` [net-next v2 3/3] selftests: seg6: add selftest for NEXT-C-SID flavor in "

[PATCH 2] liquidio: CN23XX: delete repeated words, add missing words and fix typo in comment
 2022-09-16 16:43 UTC  (2+ messages)

[PATCH v3 1/1] wcn36xx: Add RX frame SNR as a source of system entropy
 2022-09-16 16:42 UTC 

[PATCH main v5 1/2] macsec: add Extended Packet Number support
 2022-09-16 16:40 UTC  (2+ messages)

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-09-16  3:51 UTC  (9+ messages)
    ` Call to discuss vsock netdev/sk_buff [was Re: [PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc]

[PATCH 0/1] pull request for net: batman-adv 2022-09-16
 2022-09-16 16:09 UTC  (2+ messages)
` [PATCH 1/1] batman-adv: Fix hang up with small MTU hard-interface

[PATCH 0/4] pull request for net-next: batman-adv 2022-09-16
 2022-09-16 16:14 UTC  (5+ messages)
` [PATCH 1/4] batman-adv: Start new development cycle
` [PATCH 2/4] batman-adv: Drop unused headers in trace.h
` [PATCH 3/4] batman-adv: Drop initialization of flexible ethtool_link_ksettings
` [PATCH 4/4] batman-adv: remove unused struct definitions

[PATCH wireless-next v3 0/12] Add support for bcm4378 on Apple platforms
 2022-09-16 16:03 UTC  (4+ messages)
` [PATCH wireless-next v3 10/12] brcmfmac: pcie: Support PCIe core revisions >= 64
` [PATCH wireless-next v3 11/12] brcmfmac: pcie: Add IDs/properties for BCM4378
` [PATCH wireless-next v3 12/12] arm64: dts: apple: Add WiFi module and antenna properties


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