netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-16 15:03:18 to 2021-04-17 03:34:09 UTC [more...]

[PATCH bpf-next 00/15] bpf: syscall program, FD array, loader program, light skeleton
 2021-04-17  3:32 UTC  (16+ messages)
` [PATCH bpf-next 01/15] bpf: Introduce bpf_sys_bpf() helper and program type
` [PATCH bpf-next 02/15] bpf: Introduce bpfptr_t user/kernel pointer
` [PATCH bpf-next 03/15] bpf: Prepare bpf syscall to be used from kernel and user space
` [PATCH bpf-next 04/15] libbpf: Support for syscall program type
` [PATCH bpf-next 05/15] selftests/bpf: Test "
` [PATCH bpf-next 06/15] bpf: Make btf_load command to be bpfptr_t compatible
` [PATCH bpf-next 07/15] selftests/bpf: Test for btf_load command
` [PATCH bpf-next 08/15] bpf: Introduce fd_idx
` [PATCH bpf-next 09/15] libbpf: Support for fd_idx
` [PATCH bpf-next 10/15] bpf: Add bpf_btf_find_by_name_kind() helper
` [PATCH bpf-next 11/15] bpf: Add bpf_sys_close() helper
` [PATCH bpf-next 12/15] libbpf: Change the order of data and text relocations
` [PATCH bpf-next 13/15] libbpf: Generate loader program out of BPF ELF file
` [PATCH bpf-next 14/15] bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command
` [PATCH bpf-next 15/15] selftests/bpf: Convert few tests to light skeleton

[PATCH 1/1] mm: Fix struct page layout on 32-bit systems
 2021-04-17  3:19 UTC  (13+ messages)

[PATCH 0/2] Change struct page layout for page_pool
 2021-04-17  2:45 UTC  (5+ messages)
` [PATCH 1/2] mm: Fix struct page layout on 32-bit systems
` [PATCH 2/2] mm: Indicate pfmemalloc pages in compound_head

[PATCH][next] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-04-17  0:07 UTC  (5+ messages)

PROBLEM: DoS Attack on Fragment Cache
 2021-04-17  0:31 UTC  (2+ messages)

[PATCHv7 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-04-17  0:23 UTC  (14+ messages)
` [PATCHv7 bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue

[PATCH net-next 0/8] mptcp: Fixes and tracepoints from the mptcp tree
 2021-04-17  0:20 UTC  (10+ messages)
` [PATCH net-next 1/8] kunit: mptcp: adhere to KUNIT formatting standard
` [PATCH net-next 2/8] mptcp: fix format specifiers for unsigned int
` [PATCH net-next 3/8] mptcp: export mptcp_subflow_active
` [PATCH net-next 4/8] mptcp: add tracepoint in mptcp_subflow_get_send
` [PATCH net-next 5/8] mptcp: add tracepoint in get_mapping_status
` [PATCH net-next 6/8] mptcp: add tracepoint in ack_update_msk
` [PATCH net-next 7/8] mptcp: add tracepoint in subflow_check_data_avail
` [PATCH net-next 8/8] mptcp: use mptcp_for_each_subflow in mptcp_close

[PATCH net-next 0/6][pull request] 1GbE Intel Wired LAN Driver Updates 2021-04-16
 2021-04-17  0:20 UTC  (9+ messages)
` [PATCH net-next 1/6] igb: Redistribute memory for transmit packet buffers when in Qav mode
` [PATCH net-next 2/6] igb: Add double-check MTA_REGISTER for i210 and i211
` [PATCH net-next 3/6] igc: Enable internal i225 PPS
` [PATCH net-next 4/6] igc: enable auxiliary PHC functions for the i225
` [PATCH net-next 5/6] igc: Fix overwrites return value
` [PATCH net-next 6/6] igc: Expose LPI counters

[PATCH net-next 00/10] Fixups for XDP on NXP ENETC
 2021-04-17  0:20 UTC  (12+ messages)
` [PATCH net-next 01/10] net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf path
` [PATCH net-next 02/10] net: enetc: rename the buffer reuse helpers
` [PATCH net-next 03/10] net: enetc: recycle buffers for frames with RX errors
` [PATCH net-next 04/10] net: enetc: stop XDP NAPI processing when build_skb() fails
` [PATCH net-next 05/10] net: enetc: remove unneeded xdp_do_flush_map()
` [PATCH net-next 06/10] net: enetc: increase TX ring size
` [PATCH net-next 07/10] net: enetc: use dedicated TX rings for XDP
` [PATCH net-next 08/10] net: enetc: handle the invalid XDP action the same way as XDP_DROP
` [PATCH net-next 09/10] net: enetc: fix buffer leaks with XDP_TX enqueue rejections
` [PATCH net-next 10/10] net: enetc: apply the MDIO workaround for XDP_REDIRECT too

[PATCH net] netlink: don't call ->netlink_bind with table lock held
 2021-04-17  0:10 UTC  (2+ messages)

[PATCH net] net/core/dev.c: Ensure pfmemalloc skbs are correctly handled when receiving
 2021-04-17  0:08 UTC 

[pull request][net-next 00/14] mlx5 updates 2021-04-16
 2021-04-17  0:00 UTC  (16+ messages)
` [net-next 01/14] net/mlx5e: Remove non-essential TLS SQ state bit
` [net-next 02/14] net/mlx5e: Cleanup unused function parameter
` [net-next 03/14] net/mlx5e: TX, Inline TLS skb check
` [net-next 04/14] net/mlx5e: TX, Inline function mlx5e_tls_handle_tx_wqe()
` [net-next 05/14] net/mlx5e: kTLS, Add resiliency to RX resync failures
` [net-next 06/14] net/mlx5e: Allow mlx5e_safe_switch_channels to work with channels closed
` [net-next 07/14] net/mlx5e: Use mlx5e_safe_switch_channels when channels are closed
` [net-next 08/14] net/mlx5e: Refactor on-the-fly configuration changes
` [net-next 09/14] net/mlx5e: Cleanup safe switch channels API by passing params
` [net-next 10/14] net/mlx5: Allocate FC bulk structs with kvzalloc() instead of kzalloc()
` [net-next 11/14] net/mlx5: Add register layout to support extended link state
` [net-next 12/14] net/mlx5e: Add ethtool "
` [net-next 13/14] net/mlx5: Add helper to initialize 1PPS
` [net-next 14/14] net/mlx5: Enhance diagnostics info for TX/RX reporters

[PATCH net-next 0/2] net: gianfar: Drop GFAR_MQ_POLLING support
 2021-04-17  0:00 UTC  (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] powerpc: dts: fsl: Drop obsolete fsl,rx-bit-map and fsl,tx-bit-map properties

[PATCH net-next 0/5] Flow control for NXP ENETC
 2021-04-16 23:42 UTC  (6+ messages)
` [PATCH net-next 1/5] net: enetc: create a common enetc_pf_to_port helper
` [PATCH net-next 2/5] dt-bindings: net: fsl: enetc: add the IERB documentation
` [PATCH net-next 3/5] net: enetc: add a mini driver for the Integrated Endpoint Register Block
` [PATCH net-next 4/5] arm64: dts: ls1028a: declare the Integrated Endpoint Register Block node
` [PATCH net-next 5/5] net: enetc: add support for flow control

[PATCH v3] net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule
 2021-04-16 23:31 UTC  (3+ messages)

[PATCH v4] net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule
 2021-04-16 23:30 UTC 

[PATCH RESEND net-next] net: marvell: prestera: add support for AC3X 98DX3265 device
 2021-04-16 23:17 UTC 

[PATCH] net: marvell: prestera: add support for AC3X 98DX3265 device
 2021-04-16 23:14 UTC  (2+ messages)

[PATCH v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-04-16 23:00 UTC  (4+ messages)

[PATCH net-next 0/2] net: ipa: allow different firmware names
 2021-04-16 22:50 UTC  (2+ messages)

[PATCH net-next] veth: check for NAPI instead of xdp_prog before xmit of XDP frame
 2021-04-16 22:50 UTC  (4+ messages)

[PATCH net-next] mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()
 2021-04-16 22:50 UTC  (2+ messages)

[PATCH] tcp: fix silent loss when syncookie is trigered
 2021-04-16 22:45 UTC  (2+ messages)
  ` [External] "

[PATCH net-next v2 0/3] introduce skb_for_each_frag()
 2021-04-16 22:44 UTC  (3+ messages)

[PATCH V2 net-next] net: mvpp2: Add parsing support for different IPv4 IHL values
 2021-04-16 22:40 UTC  (2+ messages)

[PATCH net v2 2/9] r8152: reset flow control patch when linking on for RTL8153B
 2021-04-16 22:40 UTC  (4+ messages)
` [PATCH net v2 6/9] r8152: disable test IO "
  ` [PATCH net-next 4/6] r8152: support new chips
` [PATCH net-next 0/6] "

[PATCH net-next v11 1/2] net: Add a WWAN subsystem
 2021-04-16 22:40 UTC  (2+ messages)

pull-request: bpf 2021-04-17
 2021-04-16 22:37 UTC 

[PATCH net-next,v3] net: ethernet: mediatek: ppe: fix busy wait loop
 2021-04-16 22:30 UTC  (2+ messages)

[PATCH net-next v6] atl1c: move tx cleanup processing out of interrupt
 2021-04-16 22:30 UTC  (2+ messages)

[PATCH net-next 00/13] mptcp: Improve socket option handling
 2021-04-16 22:30 UTC  (2+ messages)

[PATCH net] MAINTAINERS: update my email
 2021-04-16 22:30 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] add batched ops for percpu array
 2021-04-16 21:35 UTC  (2+ messages)

[PATCH net-next 00/10] Adding the Sparx5 Switch Driver
 2021-04-16 21:26 UTC  (5+ messages)
` [PATCH net-next 03/10] net: sparx5: add hostmode with phylink support
` [PATCH net-next 09/10] net: sparx5: add ethtool configuration and statistics support

[PATCH net] net/sched: sch_frag: fix OOB read while processing IPv4 fragments
 2021-04-16 20:29 UTC 

[PATCH v2 bpf-next 00/17] BPF static linker: support externs
 2021-04-16 20:24 UTC  (18+ messages)
` [PATCH v2 bpf-next 01/17] bpftool: support dumping BTF VAR's "extern" linkage
` [PATCH v2 bpf-next 02/17] bpftool: dump more info about DATASEC members
` [PATCH v2 bpf-next 03/17] libbpf: suppress compiler warning when using SEC() macro with externs
` [PATCH v2 bpf-next 04/17] libbpf: mark BPF subprogs with hidden visibility as static for BPF verifier
` [PATCH v2 bpf-next 05/17] libbpf: allow gaps in BPF program sections to support overriden weak functions
` [PATCH v2 bpf-next 06/17] libbpf: refactor BTF map definition parsing
` [PATCH v2 bpf-next 07/17] libbpf: factor out symtab and relos sanity checks
` [PATCH v2 bpf-next 08/17] libbpf: make few internal helpers available outside of libbpf.c
` [PATCH v2 bpf-next 09/17] libbpf: extend sanity checking ELF symbols with externs validation
` [PATCH v2 bpf-next 10/17] libbpf: tighten BTF type ID rewriting with error checking
` [PATCH v2 bpf-next 11/17] libbpf: add linker extern resolution support for functions and global variables
` [PATCH v2 bpf-next 12/17] libbpf: support extern resolution for BTF-defined maps in .maps section
` [PATCH v2 bpf-next 13/17] selftests/bpf: use -O0 instead of -Og in selftests builds
` [PATCH v2 bpf-next 14/17] selftests/bpf: omit skeleton generation for multi-linked BPF object files
` [PATCH v2 bpf-next 15/17] selftests/bpf: add function linking selftest
` [PATCH v2 bpf-next 16/17] selftests/bpf: add global variables "
` [PATCH v2 bpf-next 17/17] sleftests/bpf: add map "

[PATCH][next] ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()
 2021-04-16 20:15 UTC 

[PATCH v8 net-next 0/2] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)
 2021-04-16 20:11 UTC  (3+ messages)
` [PATCH v8 net-next 1/2] hv_netvsc: Make netvsc/VF binding check both MAC and serial number
` [PATCH v8 net-next 2/2] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)

[PATCH][next] flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()
 2021-04-16 19:31 UTC 

[PATCH net-next v2 0/9] ethtool: add uAPI for reading standard stats
 2021-04-16 19:27 UTC  (10+ messages)
` [PATCH net-next v2 1/9] docs: networking: extend the statistics documentation
` [PATCH net-next v2 2/9] docs: ethtool: document standard statistics
` [PATCH net-next v2 3/9] ethtool: add a new command for reading standard stats
` [PATCH net-next v2 4/9] ethtool: add interface to read standard MAC stats
` [PATCH net-next v2 5/9] ethtool: add interface to read standard MAC Ctrl stats
` [PATCH net-next v2 6/9] ethtool: add interface to read RMON stats
` [PATCH net-next v2 7/9] mlxsw: implement ethtool standard stats
` [PATCH net-next v2 8/9] bnxt: "
` [PATCH net-next v2 9/9] mlx5: "

[PATCH net-next 0/9] ethtool: add uAPI for reading standard stats
 2021-04-16 19:24 UTC  (6+ messages)
` [PATCH net-next 7/9] mlxsw: implement ethtool "

[PATCH v5 net-next 00/10] net: Korina improvements
 2021-04-16 19:11 UTC  (6+ messages)
` [PATCH v5 net-next 10/10] dt-bindings: net: korina: Add DT bindings for IDT 79RC3243x SoCs

[PATCH net-next] scm: fix a typo in put_cmsg()
 2021-04-16 18:50 UTC  (4+ messages)

[PATCH v7 net-next] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)
 2021-04-16 18:44 UTC  (6+ messages)

[PATCH net-next] scm: optimize put_cmsg()
 2021-04-16 18:36 UTC  (5+ messages)

[PATCH net-next 0/4] veth: allow GRO even without XDP
 2021-04-16 18:19 UTC  (7+ messages)
` [PATCH net-next 2/4] veth: allow enabling NAPI "

usbnet: ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback
 2021-04-16 18:13 UTC 

[PATCH net-next] mld: remove unnecessary prototypes
 2021-04-16 17:41 UTC 

[PATCH resend net-next 0/2] Pass the BR_FDB_LOCAL information to switchdev drivers
 2021-04-16 17:33 UTC  (6+ messages)
` [PATCH resend net-next 1/2] net: bridge: switchdev: refactor br_switchdev_fdb_notify
` [PATCH resend net-next 2/2] net: bridge: switchdev: include local flag in FDB notifications

[PATCH v2] net: fix a concurrency bug in l2tp_tunnel_register()
 2021-04-16 17:21 UTC 

[PATCHv2 RFC bpf-next 0/7] bpf: Add support for ftrace probe
 2021-04-16 16:48 UTC  (9+ messages)

[net-next 3/3] net: mscc: ocelot: support PTP Sync one-step timestamping
 2021-04-16 16:37 UTC  (2+ messages)

[RFC ethtool 0/6] ethtool: add FEC & std stats support
 2021-04-16 16:02 UTC  (7+ messages)
` [RFC ethtool 1/6] update UAPI header copies
` [RFC ethtool 2/6] json: simplify array print API
` [RFC ethtool 3/6] netlink: add FEC support
` [RFC ethtool 4/6] netlink: fec: support displaying statistics
` [RFC ethtool 5/6] ethtool: add nlchk for redirecting to netlink
` [RFC ethtool 6/6] netlink: add support for standard stats

[PATCH net-next 0/2] nexthop: Support large scale nexthop flushing
 2021-04-16 15:55 UTC  (3+ messages)
` [PATCH net-next 1/2] nexthop: Restart nexthop dump based on last dumped nexthop identifier
` [PATCH net-next 2/2] selftests: fib_nexthops: Test large scale nexthop flushing

[PATCH v2] tools: do not include scripts/Kbuild.include
 2021-04-16 15:39 UTC  (2+ messages)

[PATCH net-next v4 0/2] of: net: support non-platform devices in of_get_mac_address()
 2021-04-16 15:19 UTC  (5+ messages)
` [PATCH net-next v4 2/2] of: net: fix of_get_mac_addr_nvmem() for non-platform devices

[PATCH ipsec-next] xfrm: ipcomp: remove unnecessary get_cpu()
 2021-04-16 15:11 UTC 


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