netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-20 07:53:37 to 2022-03-21 16:32:35 UTC [more...]

Possible to use both dev_mc_sync and __dev_mc_sync?
 2022-03-21 16:32 UTC 

[PATCH net-next] net: Revert the softirq will run annotation in ____napi_schedule()
 2022-03-21 16:27 UTC  (2+ messages)

[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
 2022-03-21 16:24 UTC  (10+ messages)
` [PATCH bpf-next v3 02/17] bpf: introduce hid program type
` [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v3 12/17] bpf/hid: add more HID helpers

net-next is closed
 2022-03-21 16:21 UTC 

[RFC PATCH] mwifiex: Select firmware based on strapping
 2022-03-21 16:10 UTC 

[PATCH v2] ice: use min_t() to make code cleaner in ice_gnss
 2022-03-21 16:02 UTC  (2+ messages)

[RFC Patch net-next 0/3] add ethtool SQI support for LAN87xx T1 Phy
 2022-03-21 15:53 UTC  (4+ messages)
` [RFC Patch net-next 1/3] net: phy: lan87xx: added lan87xx_update_link routine
` [RFC Patch net-next 2/3] net: phy: lan937x: added PHY_POLL_CABLE_TEST flag
` [RFC Patch net-next 3/3] net: phy: lan87xx: added ethtool SQI support

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

[PATCH] ice: use min() to make code cleaner in ice_gnss
 2022-03-21 15:47 UTC  (5+ messages)
  ` [Intel-wired-lan] "

[PATCH] vxlan: fix returnvar.cocci warnings
 2022-03-21 15:44 UTC 

[PATCH v4 1/4] net: axienet: setup mdio unconditionally
 2022-03-21 15:42 UTC  (5+ messages)
` [PATCH v4 2/4] net: axienet: factor out phy_node in struct axienet_local
` [PATCH v4 3/4] dt-bindings: net: xilinx_axienet: add pcs-handle attribute
` [PATCH v4 4/4] net: axiemac: use a phandle to reference pcs_phy

[PATCH v2] ipv6: acquire write lock for addr_list in dev_forward_change
 2022-03-21 15:42 UTC  (8+ messages)

[PATCH] ARM: net: bpf: fix typos in comments
 2022-03-21 15:30 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: net: xilinx_axienet: add pcs-handle attribute
 2022-03-21 15:26 UTC  (4+ messages)
` [PATCH v3 2/2] net: axiemac: use a phandle to reference pcs_phy

[PATCH] bpf: bpftool: fix print error when show bpf map
 2022-03-21 15:20 UTC  (2+ messages)

[PATCH net-next 0/3] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-21 14:51 UTC  (8+ messages)
` [PATCH net-next 3/3] net: dsa: mv88e6xxx: mac-auth/MAB implementation

apply commit net: ipv6: fix skb_over_panic in __ip6_append_data to stable
 2022-03-21 14:45 UTC 

[PATCH net-next v2 0/3] net: atlantic: Add XDP support
 2022-03-21 14:18 UTC  (3+ messages)
` [PATCH net-next v2 2/3] net: atlantic: Implement xdp data plane

[PATCH 0/4] fix typos: "to short" -> "too short"
 2022-03-21 14:00 UTC  (6+ messages)
` [PATCH 1/4] ar5523: fix typo "
` [PATCH 2/4] s390/ctcm: fix typo "length to short" -> "length too short"
` [PATCH 3/4] i825xx: fix typo "Frame to short" -> "Frame "
` [PATCH 4/4] mISDN: fix typo "frame to short" -> "frame "

[PATCH bpf-next] bpf: Simplify check in btf_parse_hdr()
 2022-03-21 14:00 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Fix kprobe_multi return probe backtrace
 2022-03-21 14:00 UTC  (4+ messages)
` [PATCH bpf-next 1/2] Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"
` [PATCH bpf-next 2/2] bpf: Fix kprobe_multi return probe backtrace

[PATCH bpf] selftests/bpf: exit with error code if test failed
 2022-03-21 13:50 UTC  (3+ messages)
` [PATCHv2 bpf] selftests/bpf/test_lirc_mode2.sh: exit with proper code

[PATCH net-next 0/2] net: sparx5: Add multicast support
 2022-03-21 13:33 UTC  (7+ messages)
` [PATCH net-next 1/2] net: sparx5: Add arbiter for managing PGID table
` [PATCH net-next 2/2] net: sparx5: Add mdb handlers

[PATCH] ath9k: initialize arrays at compile time
 2022-03-21 13:31 UTC  (8+ messages)

[PATCH net-next v2 00/10] nfp: support for NFP-3800
 2022-03-21 13:30 UTC  (12+ messages)
` [PATCH net-next v2 01/10] nfp: calculate ring masks without conditionals
` [PATCH net-next v2 02/10] nfp: move the fast path code to separate files
` [PATCH net-next v2 03/10] nfp: use callbacks for slow path ring related functions
` [PATCH net-next v2 04/10] nfp: prepare for multi-part descriptors
` [PATCH net-next v2 05/10] nfp: move tx_ring->qcidx into cold data
` [PATCH net-next v2 06/10] nfp: use TX ring pointer write back
` [PATCH net-next v2 07/10] nfp: add per-data path feature mask
` [PATCH net-next v2 08/10] nfp: choose data path based on version
` [PATCH net-next v2 09/10] nfp: add support for NFDK data path
` [PATCH net-next v2 10/10] nfp: nfdk: implement xdp tx path for NFDK

[PATCH net-next 00/19] Netfilter updates for net-next
 2022-03-21 13:20 UTC  (21+ messages)
` [PATCH net-next 01/19] netfilter: conntrack: revisit gc autotuning
` [PATCH net-next 02/19] netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()
` [PATCH net-next 03/19] netfilter: nf_tables: do not reduce read-only expressions
` [PATCH net-next 04/19] netfilter: nf_tables: cancel tracking for clobbered destination registers
` [PATCH net-next 05/19] netfilter: nft_ct: track register operations
` [PATCH net-next 06/19] netfilter: nft_lookup: only cancel tracking for clobbered dregs
` [PATCH net-next 07/19] netfilter: nft_meta: extend reduce support to bridge family
` [PATCH net-next 08/19] netfilter: nft_numgen: cancel register tracking
` [PATCH net-next 09/19] netfilter: nft_osf: track register operations
` [PATCH net-next 10/19] netfilter: nft_hash: "
` [PATCH net-next 11/19] netfilter: nft_immediate: cancel register tracking for data destination register
` [PATCH net-next 12/19] netfilter: nft_socket: track register operations
` [PATCH net-next 13/19] netfilter: nft_xfrm: "
` [PATCH net-next 14/19] netfilter: nft_tunnel: "
` [PATCH net-next 15/19] netfilter: nft_fib: add reduce support
` [PATCH net-next 16/19] netfilter: nft_exthdr: "
` [PATCH net-next 17/19] netfilter: nf_nat_h323: eliminate anonymous module_init & module_exit
` [PATCH net-next 18/19] netfilter: flowtable: remove redundant field in flow_offload_work struct
` [PATCH net-next 19/19] netfilter: flowtable: pass flowtable to nf_flow_table_iterate()

ordering of call to unbind() in usbnet_disconnect
 2022-03-21 13:10 UTC  (13+ messages)

linux-next: run time failure after merge of the bpf-next tree
 2022-03-21 12:35 UTC 

smsc95xx: Commits for 5.10 stable inclusion
 2022-03-21 12:32 UTC  (2+ messages)

[PATCH bpf-next] net: xdp: introduce XDP_PACKET_HEADROOM_MIN for veth and generic-xdp
 2022-03-21 12:17 UTC  (5+ messages)

[PATCH 0/2] Add reset deassertion for Aspeed MDIO
 2022-03-21 12:10 UTC  (6+ messages)
` [PATCH 1/2] net: mdio: add "
` [PATCH 2/2] ARM: dts: aspeed: add reset properties into MDIO nodes

[RFC PATCH 00/10] mmc: improve API to make clear {h|s}w_reset is for cards
 2022-03-21 11:57 UTC  (6+ messages)
` [RFC PATCH 02/10] ath10k: sdio: update to new MMC API for resetting cards
` [RFC PATCH 03/10] brcmfmac: "
` [RFC PATCH 04/10] mwifiex: "
` [RFC PATCH 05/10] wlcore: "

Clause 45 and Clause 22 PHYs on one MDIO bus
 2022-03-21 11:46 UTC  (2+ messages)

cls_flower vlan matching
 2022-03-21 11:24 UTC  (2+ messages)

[PATCH] qed: remove unnecessary memset in qed_init_fw_funcs
 2022-03-21 11:10 UTC  (2+ messages)

[PATCH net-next] netlabel: fix out-of-bounds memory accesses
 2022-03-21 11:10 UTC  (3+ messages)

[PATCH net-next] net: sparx5: Use vid 1 when bridge default vid 0 to avoid collision
 2022-03-21 11:10 UTC  (2+ messages)

[PATCH v4 net-next 0/5] ice: switch: debloat packet templates code
 2022-03-21 10:59 UTC  (6+ messages)
` [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()
` [PATCH v4 net-next 3/5] ice: switch: use a struct to pass packet template params
` [PATCH v4 net-next 4/5] ice: switch: use convenience macros to declare dummy pkt templates
` [PATCH v4 net-next 5/5] ice: switch: convert packet template match code to rodata

[PATCH V5 0/2] Fix refcount leak and NPD bugs in ax25
 2022-03-21 11:00 UTC  (2+ messages)

[PATCH 0/6] introduce fwnode in the I2C subsystem
 2022-03-21 10:56 UTC  (10+ messages)
` [PATCH 1/6] property: add fwnode_property_read_string_index()

[PATCH] net: wireless: ath10k: Use of_device_get_match_data() helper
 2022-03-21 10:49 UTC  (2+ messages)

[PATCH v5 0/4] Add support for IPV6 RLB to balance-alb mode
 2022-03-21  9:56 UTC  (6+ messages)
` [PATCH v5 1/4] net:ipv6:Add void *data to ndisc_send_na function
` [PATCH v5 2/4] net:ipv6:Refactor ndisc_send_na to support sending na by slave directly
` [PATCH v5 3/4] net:ipv6:Export inet6_ifa_finish_destroy and ipv6_get_ifaddr
` [PATCH v5 4/4] net:bonding:Add support for IPV6 RLB to balance-alb mode

[PATCH v4] net:bonding:Add support for IPV6 RLB to balance-alb mode
 2022-03-21  9:52 UTC  (6+ messages)

Napływ Klientów ze strony
 2022-03-21  8:56 UTC 

linux-next: build failure after merge of the net-next tree
 2022-03-21  7:39 UTC 

[PATCH] net: remove lockdep asserts from ____napi_schedule()
 2022-03-21  7:24 UTC  (3+ messages)

[syzbot] bpf-next boot error: WARNING in bpf_prog_pack_free
 2022-03-21  6:55 UTC 

linux-next: manual merge of the rust tree with the bpf-next tree
 2022-03-21  6:43 UTC 

[RFC net-next 0/2] add ethtool ops support for fresh device features
 2022-03-21  6:17 UTC  (6+ messages)
` [RFC net-next 1/2] net: ethtool: add ethtool ability to set/get "

[net-next PATCH v4 0/7] Add octeon_ep driver
 2022-03-21  5:53 UTC  (8+ messages)
` [net-next PATCH v4 1/7] octeon_ep: Add driver framework and device initialization
` [net-next PATCH v4 2/7] octeon_ep: add hardware configuration APIs
` [net-next PATCH v4 3/7] octeon_ep: Add mailbox for control commands
` [net-next PATCH v4 4/7] octeon_ep: add Tx/Rx ring resource setup and cleanup
` [net-next PATCH v4 5/7] octeon_ep: add support for ndo ops
` [net-next PATCH v4 6/7] octeon_ep: add Tx/Rx processing and interrupt support
` [net-next PATCH v4 7/7] octeon_ep: add ethtool support for Octeon PCI Endpoint NIC

[net] tipc: fix the timer expires after interval 100ms
 2022-03-21  4:22 UTC 

[PATCH v2] vhost: handle error while adding split ranges to iotlb
 2022-03-21  2:55 UTC  (2+ messages)

[PATCH] bnx2x: truncate value to original sizing
 2022-03-21  2:31 UTC 

[PATCH v3 1/2] bpf: Adjust BPF stack helper functions to accommodate skip > 0
 2022-03-21  2:30 UTC  (2+ messages)

[PATCH v4 bpf-next] bpf: select proper size for bpf_prog_pack
 2022-03-21  2:20 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Make 2-byte access to bpf_sk_lookup->remote_port endian-agnostic
 2022-03-21  2:10 UTC  (2+ messages)

[PATCH] net: ipv4: update route.c to match coding-style guidelines
 2022-03-21  1:55 UTC 

[PATCH] can: usb_8dev: fix possible double dev_kfree_skb in usb_8dev_start_xmit
 2022-03-21  1:47 UTC  (2+ messages)

[PATCH] can: mcba_usb: fix possible double dev_kfree_skb in mcba_usb_start_xmit
 2022-03-21  1:47 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Add support for devcoredump
 2022-03-21  1:34 UTC 

netfilter masquerade source address selection doesn't account for PBR
 2022-03-21  0:42 UTC 

linux-next: manual merge of the bpf-next tree with the arm tree
 2022-03-21  0:23 UTC 

[PATCH iproute2-next] ip/geneve: add support for IFLA_GENEVE_INNER_PROTO_INHERIT
 2022-03-20 23:56 UTC  (2+ messages)

[PATCH iproute2-next 0/2] bridge: support for per-port mcast_router options
 2022-03-20 23:40 UTC  (2+ messages)

[PATCH net-next v2 00/11] bnxt: Support XDP multi buffer
 2022-03-20 19:58 UTC  (12+ messages)
` [PATCH net-next v2 01/11] bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff
` [PATCH net-next v2 02/11] bnxt: add flag to denote that an xdp program is currently attached
` [PATCH net-next v2 03/11] bnxt: refactor bnxt_rx_pages operate on skb_shared_info
` [PATCH net-next v2 04/11] bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb
` [PATCH net-next v2 05/11] bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp
` [PATCH net-next v2 06/11] bnxt: set xdp_buff pfmemalloc flag if needed
` [PATCH net-next v2 07/11] bnxt: change receive ring space parameters
` [PATCH net-next v2 08/11] bnxt: add page_pool support for aggregation ring when using xdp
` [PATCH net-next v2 09/11] bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff
` [PATCH net-next v2 10/11] bnxt: support transmit and free of aggregation buffers
` [PATCH net-next v2 11/11] bnxt: XDP multibuffer enablement

[PATCH v2 0/2] wcn36xx: Implement tx_rate reporting
 2022-03-20 19:17 UTC  (6+ messages)
` [PATCH v2 2/2] "

[PATCH] bpf: selftests: cleanup RLIMIT_MEMLOCK
 2022-03-20 16:58 UTC  (2+ messages)

[net] 4c003fec67: hwsim.ap_vlan_file_open2.fail
 2022-03-20 14:10 UTC 

[PATCH net-next v3 0/3] net: icmp: add skb drop reasons to icmp
 2022-03-20 13:27 UTC  (11+ messages)
` [PATCH net-next v3 3/3] net: icmp: add reasons of the skb drops to icmp protocol

[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
 2022-03-20 12:04 UTC  (7+ messages)
` [PATCH 1/9] virtio_blk: "
` [PATCH 2/9] virtio_console: "
` [PATCH 5/9] virtio-scsi: "

[PATCH net-next 10/11] bnxt: support transmit and free of aggregation buffers
 2022-03-20 10:47 UTC  (2+ messages)

[PATCH net-next 01/11] bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff
 2022-03-20  9:47 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).