netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-19 17:31:23 to 2022-03-21 12:32:43 UTC [more...]

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

[PATCH net-next 00/19] Netfilter updates for net-next
 2022-03-21 12:30 UTC  (20+ 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()

[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

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

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

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

[PATCH net-next v2 00/10] nfp: support for NFP-3800
 2022-03-21 10:42 UTC  (11+ 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 v2 0/3] Add reset deassertion for Aspeed MDIO
 2022-03-21 10:15 UTC  (5+ 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 net-next 0/2] net: sparx5: Add multicast support
 2022-03-21 10:14 UTC  (3+ 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 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)

[PATCH net-next] net: Revert the softirq will run annotation in ____napi_schedule()
 2022-03-21  9:22 UTC 

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)

[PATCH 0/4] fix typos: "to short" -> "too short"
 2022-03-21  7:18 UTC  (5+ 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 0/2] bpf: Fix kprobe_multi return probe backtrace
 2022-03-21  7:01 UTC  (3+ 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

[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 bpf] selftests/bpf: exit with error code if test failed
 2022-03-21  2:41 UTC  (2+ messages)
` [PATCHv2 bpf] selftests/bpf/test_lirc_mode2.sh: exit with proper code

[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  (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: Treat bpf_sk_lookup remote_port as a 2-byte field
` [PATCH bpf-next v2 2/3] selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_port
` [PATCH bpf-next v2 3/3] selftests/bpf: Fix test for 4-byte load from remote_port on big-endian

[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] ath9k: initialize arrays at compile time
 2022-03-20 18:46 UTC  (7+ messages)

[PATCH] bpf: bpftool: fix print error when show bpf map
 2022-03-20 16:58 UTC  (3+ messages)
` [PATCH] bpf: selftests: cleanup RLIMIT_MEMLOCK

[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  (9+ messages)
` [PATCH 1/9] virtio_blk: "
` [PATCH 2/9] virtio_console: "
` [PATCH 4/9] netfilter: h323: "
` [PATCH 5/9] virtio-scsi: "

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

[PATCH bpf-next] bpf: Simplify check in btf_parse_hdr()
 2022-03-20  7:52 UTC 

[PATCH v2 net-next 0/4] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-20  7:52 UTC  (5+ messages)
` [PATCH v2 net-next 4/4] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

[PATCH v2] myri10ge: remove an unneeded NULL check
 2022-03-20  4:44 UTC 

[PATCH v2] cw1200: fix incorrect check to determine if no element is found in list
 2022-03-20  3:54 UTC 

[PATCH v9 net-next 00/11] net: dsa: microchip: DSA driver support for LAN937x switch
 2022-03-20  2:13 UTC  (12+ messages)
` [PATCH v9 net-next 01/11] dt-bindings: net: make internal-delay-ps based on phy-mode
` [PATCH v9 net-next 02/11] dt-bindings: net: add mdio property
` [PATCH v9 net-next 03/11] dt-bindings: net: dsa: dt bindings for microchip lan937x
` [PATCH v9 net-next 06/11] net: dsa: microchip: add DSA support "
` [PATCH v9 net-next 08/11] net: dsa: microchip: add support for ethtool port counters

[PATCH] cw1200: remove an unneeded NULL check on list iterator
 2022-03-20  1:53 UTC  (3+ messages)

[PATCH] netfilter: nf_tables: replace unnecessary use of list_for_each_entry_continue()
 2022-03-20  0:44 UTC  (2+ messages)

pull request (net): ipsec 2022-03-16
 2022-03-19 19:05 UTC  (4+ messages)

[PATCHv3 bpf-next 00/13] bpf: Add kprobe multi link
 2022-03-19 19:01 UTC  (6+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: Fill in STU support for all supported chips
 2022-03-19 19:00 UTC  (2+ messages)

[PATCH net-next 0/2] net: dsa: mv88e6xxx: MST Fixes
 2022-03-19 19:00 UTC  (5+ messages)
` [PATCH net-next 1/2] net: dsa: mv88e6xxx: Require ops be implemented to claim STU support
` [PATCH net-next 2/2] net: dsa: mv88e6xxx: Ensure STU support in VLAN MSTI callback

net: wwan: ethernet interface support
 2022-03-19 18:34 UTC  (2+ messages)

[PATCH 00/14] bpf: Allow not to charge bpf memory
 2022-03-19 17:30 UTC  (6+ messages)
` [PATCH 09/14] bpf: Add no charge flag for bpf prog
` [PATCH 11/14] bpf: Set __GFP_ACCOUNT at the callsite of bpf_prog_alloc
` [PATCH 12/14] bpf: Allow no charge for bpf prog
` [PATCH 13/14] bpf: selftests: Add test case for BPF_F_NO_CHARTE
` [PATCH 14/14] bpf: selftests: Add test case for BPF_F_PROG_NO_CHARGE


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