messages from 2022-03-18 20:53:17 to 2022-03-20 17:36:33 UTC [more...]
[PATCH] ath9k: initialize arrays at compile time
2022-03-20 17:36 UTC (5+ 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 v2 0/2] wcn36xx: Implement tx_rate reporting
2022-03-20 13:21 UTC (4+ messages)
` [PATCH v2 2/2] "
[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
2022-03-20 12:04 UTC (11+ messages)
` [PATCH 1/9] virtio_blk: "
` [PATCH 2/9] virtio_console: "
` [PATCH 4/9] netfilter: h323: "
` [PATCH 5/9] virtio-scsi: "
` [PATCH 7/9] usb: usbip: "
[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] vhost: handle error while adding split ranges to iotlb
2022-03-20 7:44 UTC
[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 (3+ messages)
[PATCH net-next 0/2] net: dsa: mv88e6xxx: MST Fixes
2022-03-19 19:00 UTC (7+ 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 bpf-next v2 0/3] Make 2-byte access to bpf_sk_lookup->remote_port endian-agnostic
2022-03-19 18:33 UTC (4+ 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 00/14] bpf: Allow not to charge bpf memory
2022-03-19 17:30 UTC (15+ messages)
` [PATCH 01/14] bpf: Introduce no charge flag for bpf map
` [PATCH 02/14] bpf: Only sys admin can set no charge flag
` [PATCH 03/14] bpf: Enable no charge in map _CREATE_FLAG_MASK
` [PATCH 04/14] bpf: Introduce new parameter bpf_attr in bpf_map_area_alloc
` [PATCH 05/14] bpf: Allow no charge "
` [PATCH 06/14] bpf: Allow no charge for allocation not at map creation time
` [PATCH 07/14] bpf: Allow no charge in map specific allocation
` [PATCH 08/14] bpf: Aggregate flags for BPF_PROG_LOAD command
` [PATCH 09/14] bpf: Add no charge flag for bpf prog
` [PATCH 10/14] bpf: Only sys admin can set "
` [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
[PATCH] can: mcp251xfd: return errors from mcp251xfd_register_get_dev_id
2022-03-19 15:53 UTC (2+ messages)
Clarification on user configurable parameters implementation in PHY driver
2022-03-19 15:33 UTC (3+ messages)
[PATCH v2] net:ipv4: send an ack when seg.ack > snd.nxt
2022-03-19 15:31 UTC (5+ messages)
[pull request][net-next 00/15] mlx5 updates 2022-03-18
2022-03-19 15:10 UTC (17+ messages)
` [net-next 01/15] net/mlx5e: Prepare non-linear legacy RQ for XDP multi buffer support
` [net-next 02/15] net/mlx5e: Use fragments of the same size in non-linear legacy RQ with XDP
` [net-next 03/15] net/mlx5e: Use page-sized fragments with XDP multi buffer
` [net-next 04/15] net/mlx5e: Add XDP multi buffer support to the non-linear legacy RQ
` [net-next 05/15] net/mlx5e: Store DMA address inside struct page
` [net-next 06/15] net/mlx5e: Move mlx5e_xdpi_fifo_push out of xmit_xdp_frame
` [net-next 07/15] net/mlx5e: Remove assignment of inline_hdr.sz on XDP TX
` [net-next 08/15] net/mlx5e: Don't prefill WQEs in XDP SQ in the multi buffer mode
` [net-next 09/15] net/mlx5e: Implement sending multi buffer XDP frames
` [net-next 10/15] net/mlx5e: Unindent the else-block in mlx5e_xmit_xdp_buff
` [net-next 11/15] net/mlx5e: Support multi buffer XDP_TX
` [net-next 12/15] net/mlx5e: Permit XDP with non-linear legacy RQ
` [net-next 13/15] net/mlx5e: Remove MLX5E_XDP_TX_DS_COUNT
` [net-next 14/15] net/mlx5e: Statify function mlx5_cmd_trigger_completions
` [net-next 15/15] net/mlx5e: HTB, remove unused function declaration
[PATCH 0/2] pull request (net-next): ipsec-next 2022-03-19
2022-03-19 15:10 UTC (4+ messages)
` [PATCH 1/2] xfrm: delete duplicated functions that calls same xfrm_api_check()
` [PATCH 2/2] xfrm: rework default policy structure
[PATCH net-next v2 0/3] net: atlantic: Add XDP support
2022-03-19 14:04 UTC (4+ messages)
` [PATCH net-next v2 1/3] net: atlantic: Implement xdp control plane
` [PATCH net-next v2 2/3] net: atlantic: Implement xdp data plane
` [PATCH net-next v2 3/3] net: atlantic: Implement .ndo_xdp_xmit handler
[PATCH net-next 0/3] net: atlantic: Add XDP support
2022-03-19 13:46 UTC (5+ messages)
` [PATCH net-next 1/3] net: atlantic: Implement xdp control plane
` [PATCH net-next 2/3] net: atlantic: Implement xdp data plane
` [PATCH net-next 3/3] net: atlantic: Implement .ndo_xdp_xmit handler
[net-next v10 0/2] net: sched: allow user to select txqueue
2022-03-19 13:40 UTC (7+ messages)
` [net-next v10 1/2] net: sched: use queue_mapping to pick tx queue
[PATCH v2] ipv6: acquire write lock for addr_list in dev_forward_change
2022-03-19 13:17 UTC (7+ messages)
[PATCH] net: remove lockdep asserts from ____napi_schedule()
2022-03-19 12:01 UTC (4+ messages)
[PATCH -next] net: wwan: qcom_bam_dmux: fix wrong pointer passed to IS_ERR()
2022-03-19 11:38 UTC (2+ messages)
[syzbot] KASAN: use-after-free Read in dst_destroy
2022-03-19 11:07 UTC
[PATCH] net:ipv4: send an ack when seg.ack > snd.nxt
2022-03-19 10:34 UTC (3+ messages)
[syzbot] net-next test error: WARNING in __napi_schedule
2022-03-19 9:51 UTC
[PATCH net-next v2] net: remove noblock parameter from skb_recv_datagram()
2022-03-19 9:41 UTC
[PATCH net-next v3 0/3] net: ipvlan: fix potential UAF problem for phy_dev
2022-03-19 9:53 UTC (4+ messages)
` [PATCH net-next v3 1/3] "
` [PATCH net-next v3 2/3] net: ipvlan: add net device refcount tracker
` [PATCH net-next v3 3/3] net: ipvtap: fix error comments
[PATCH net-next] net: geneve: add missing netlink policy and size for IFLA_GENEVE_INNER_PROTO_INHERIT
2022-03-19 9:34 UTC
[PATCH iproute2-next] ip/geneve: add support for IFLA_GENEVE_INNER_PROTO_INHERIT
2022-03-19 8:57 UTC
[syzbot] linux-next test error: WARNING in __napi_schedule
2022-03-19 8:16 UTC
[PATCH] selftests: net: fix warning when compiling selftest/net
2022-03-19 7:37 UTC (5+ messages)
` [PATCH linux-next v2] selftests: net: change fprintf format specifiers
` [PATCH linux-next v3] "
[PATCH net-next 00/10] nfp: support for NFP-3800
2022-03-19 6:26 UTC (10+ messages)
` [PATCH net-next 09/10] nfp: add support for NFDK data path
` [PATCH net-next 10/10] nfp: nfdk: implement xdp tx path for NFDK
pull request: bluetooth-next 2022-03-18
2022-03-19 6:10 UTC (3+ messages)
[PATCH] myri10ge: remove an unneed NULL check
2022-03-19 5:23 UTC
[PATCH net] af_netlink: Fix shift out of bounds in group mask calculation
2022-03-19 5:00 UTC (2+ messages)
[PATCH -next] nfc: st21nfca: remove unnecessary skb check before kfree_skb()
2022-03-19 4:50 UTC (2+ messages)
[PATCH v2 net-next] ptp: ocp: use snprintf() in ptp_ocp_verify()
2022-03-19 4:50 UTC (2+ messages)
[PATCH net-next 0/2][pull request] 40GbE Intel Wired LAN Driver Updates 2022-03-17
2022-03-19 4:50 UTC (2+ messages)
[PATCH net-next v2 0/2] net/tls: some optimizations for tls
2022-03-19 4:43 UTC (4+ messages)
` [PATCH net-next v2 1/2] net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf()
` [PATCH net-next v2 2/2] net/tls: optimize judgement processes in tls_set_device_offload()
[PATCH] qed: remove an unneed NULL check on list iterator
2022-03-19 4:36 UTC
[PATCH] ice: use min() to make code cleaner in ice_gnss
2022-03-19 4:24 UTC (3+ messages)
[PATCH net-next] net: remove noblock parameter from skb_recv_datagram()
2022-03-19 3:59 UTC (3+ messages)
[PATCH 00/30] fix typos in comments
2022-03-19 3:56 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 6d72dda014a4753974eb08950089ddf71fec4f60
2022-03-19 3:39 UTC
[PATCH net-next v2 0/3] net: ipvlan: fix potential UAF problem for phy_dev
2022-03-19 3:32 UTC (4+ messages)
` [PATCH net-next v2 1/3] "
mv88e6xxx broken on 6176 with "Disentangle STU from VTU"
2022-03-19 1:27 UTC (7+ messages)
[PATCH net 0/1] net/sched: taprio: Check if sk_flags are valid
2022-03-19 1:11 UTC (3+ messages)
` [PATCH net 1/1] net/sched: taprio: Check if socket flags "
[PATCH net-next] net: Add lockdep asserts to ____napi_schedule()
2022-03-19 0:41 UTC (6+ messages)
[PATCH] net: bcmgenet: Use stronger register read/writes to assure ordering
2022-03-19 0:22 UTC (9+ messages)
[PATCH net-next v3 0/3] net: mscc-miim: add integrated PHY reset support
2022-03-19 0:16 UTC (5+ messages)
` [PATCH net-next v3 2/3] net: mdio: mscc-miim: replace magic numbers for the bus reset
` [PATCH net-next v3 3/3] net: mdio: mscc-miim: add lan966x internal phy reset support
[PATCH net-next] net: dsa: felix: allow PHY_INTERFACE_MODE_INTERNAL on port 5
2022-03-19 0:07 UTC (3+ messages)
[PATCH net-next v5 00/13] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
2022-03-18 23:49 UTC (4+ messages)
` [PATCH net-next v5 12/13] net: wwan: t7xx: Device deep sleep lock/unlock
[PATCH] ixgbe: Manual AN-37 for troublesome link partners for X550 SFI
2022-03-18 23:47 UTC (2+ messages)
[syzbot] net-next test error: WARNING in __napi_schedule
2022-03-18 23:36 UTC
[PATCH] atl1c: remove redundant assignment to variable size
2022-03-18 21:30 UTC (2+ messages)
[PATCH] qlcnic: remove redundant assignment to variable index
2022-03-18 21:30 UTC (2+ messages)
[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
2022-03-18 21:20 UTC (12+ messages)
` [PATCH bpf-next v3 04/17] libbpf: add HID program type and API
` [PATCH bpf-next v3 05/17] HID: hook up with bpf
` [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
` [PATCH bpf-next v3 13/17] HID: bpf: implement hid_bpf_get|set_bits
[PATCH net] mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skb
2022-03-18 21:20 UTC (2+ messages)
[PATCH net v2 0/2] ipv4: Handle TOS and scope properly for ICMP redirects and PMTU updates
2022-03-18 21:20 UTC (2+ messages)
[PATCH net-next] af_unix: Remove unnecessary brackets around CONFIG_AF_UNIX_OOB
2022-03-18 21:20 UTC (2+ messages)
[PATCH net-next] mptcp: send ADD_ADDR echo before create subflows
2022-03-18 21:20 UTC (2+ messages)
[PATCH] drivers: net: xgene: Fix regression in CRC stripping
2022-03-18 21:12 UTC (2+ messages)
[PATCH net-next] net: set default rss queues num to physical cores / 2
2022-03-18 21:10 UTC (2+ messages)
[PATCH bpf-next] net: xdp: introduce XDP_PACKET_HEADROOM_MIN for veth and generic-xdp
2022-03-18 21:01 UTC (4+ messages)
[PATCH net-next v2 0/4] net: lan966x: Add support for FDMA
2022-03-18 20:55 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).