netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-22 13:25:25 to 2021-06-23 00:15:41 UTC [more...]

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-23  0:15 UTC  (17+ messages)

[PATCH iproute2-next v2 0/2] ip: wwan links management support
 2021-06-22 23:52 UTC  (3+ messages)
` [PATCH iproute2-next v2 1/2] iplink: add support for parent device
` [PATCH iproute2-next v2 2/2] iplink: support for WWAN devices

[PATCH v9 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-06-22 23:49 UTC  (6+ messages)
` [PATCH v9 bpf-next 08/14] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v9 bpf-next 10/14] bpf: add multi-buffer support to xdp copy helpers

[PATCH net-next] tcp: Add stats for socket migration
 2021-06-22 23:35 UTC 

[PATCH net 0/8] Netfilter fixes for net
 2021-06-22 23:30 UTC  (12+ messages)
` [PATCH net 1/8] MAINTAINERS: netfilter: add irc channel
` [PATCH net 2/8] netfilter: nft_exthdr: check for IPv6 packet before further processing
` [PATCH net 3/8] netfilter: nft_osf: check for TCP "
` [PATCH net 4/8] netfilter: nft_tproxy: restrict support to TCP and UDP transport protocols
` [PATCH net 5/8] netfilter: nf_tables: memleak in hw offload abort path
` [PATCH net 6/8] netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer logic
` [PATCH net 7/8] netfilter: nf_tables: skip netlink portID validation if zero
` [PATCH net 8/8] netfilter: nf_tables: do not allow to delete table with owner by handle

[PATCH bpf-next v3 00/16] Clean up and document RCU-based object protection for XDP_REDIRECT
 2021-06-22 23:19 UTC  (8+ messages)
` [PATCH bpf-next v3 03/16] xdp: add proper __rcu annotations to redirect map entries

[PATCH net-next v3 0/5] Generic XDP improvements
 2021-06-22 23:16 UTC  (10+ messages)
` [PATCH net-next v3 1/5] net: core: split out code to run generic XDP prog
` [PATCH net-next v3 2/5] bitops: add non-atomic bitops for pointers
` [PATCH net-next v3 3/5] bpf: cpumap: implement generic cpumap
` [PATCH net-next v3 4/5] bpf: devmap: implement devmap prog execution for generic XDP
` [PATCH net-next v3 5/5] bpf: update XDP selftests to not fail with "

[PATCH net-next 0/7] ethtool: Module EEPROM API improvements
 2021-06-22 23:10 UTC  (4+ messages)

[PATCH bpf v2 0/4] BPF fixes mixed tail and bpf2bpf calls
 2021-06-22 23:07 UTC  (8+ messages)
` [PATCH bpf v2 2/4] bpf: map_poke_descriptor is being called with an unstable poke_tab[]
` [PATCH bpf v2 3/4] bpf: track subprog poke correctly

[PATCH net-next v2 1/2] net: ip: refactor SG checks
 2021-06-22 22:50 UTC  (2+ messages)
` [PATCH net-next v2 2/2] net: ip: avoid OOM kills with large UDP sends over loopback

[pull request][net-next] mlx5 net-next 2021-06-22
 2021-06-22 22:43 UTC 

[PATCH net] ip6_tunnel: fix GRE6 segmentation
 2021-06-22 22:24 UTC  (4+ messages)

[PATCHv2 net-next 00/14] sctp: implement RFC8899: Packetization Layer Path MTU Discovery for SCTP transport
 2021-06-22 22:13 UTC  (17+ messages)
` [PATCHv2 net-next 01/14] sctp: add pad chunk and its make function and event table
` [PATCHv2 net-next 02/14] sctp: add probe_interval in sysctl and sock/asoc/transport
` [PATCHv2 net-next 03/14] sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport
` [PATCHv2 net-next 04/14] sctp: add the constants/variables and states and some APIs for transport
` [PATCHv2 net-next 05/14] sctp: add the probe timer in transport for PLPMTUD
` [PATCHv2 net-next 06/14] sctp: do the basic send and recv for PLPMTUD probe
` [PATCHv2 net-next 07/14] sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path
` [PATCHv2 net-next 08/14] sctp: do state transition when a probe succeeds on HB ACK recv path
` [PATCHv2 net-next 09/14] sctp: do state transition when receiving an icmp TOOBIG packet
` [PATCHv2 net-next 10/14] sctp: enable PLPMTUD when the transport is ready
` [PATCHv2 net-next 11/14] sctp: remove the unessessary hold for idev in sctp_v6_err
` [PATCHv2 net-next 12/14] sctp: extract sctp_v6_err_handle function from sctp_v6_err
` [PATCHv2 net-next 13/14] sctp: extract sctp_v4_err_handle function from sctp_v4_err
` [PATCHv2 net-next 14/14] sctp: process sctp over udp icmp err on sctp side

[PATCH net-next v5 0/3] Fix IPsec crypto offloads with vxlan tunnel
 2021-06-22 21:53 UTC  (2+ messages)

[PATCH v1] ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM
 2021-06-22 21:52 UTC 

[PATCH net-next 0/6] mptcp: Connection-time 'C' flag and two fixes
 2021-06-22 21:50 UTC  (8+ messages)
` [PATCH net-next 1/6] mptcp: add sysctl allow_join_initial_addr_port
` [PATCH net-next 2/6] mptcp: add allow_join_id0 in mptcp_out_options
` [PATCH net-next 3/6] mptcp: add deny_join_id0 in mptcp_options_received
` [PATCH net-next 4/6] selftests: mptcp: add deny_join_id0 testcases
` [PATCH net-next 5/6] selftests: mptcp: turn rp_filter off on each NIC
` [PATCH net-next 6/6] mptcp: refine mptcp_cleanup_rbuf

[PATCH][next] net/mlx5: Fix spelling mistake "enught" -> "enough"
 2021-06-22 21:39 UTC  (2+ messages)

[PATCH] net/mlx5: remove "default n" from Kconfig
 2021-06-22 21:39 UTC  (2+ messages)

[PATCH net-next] net/mlx5: Use cpumask_available() in mlx5_eq_create_generic()
 2021-06-22 21:39 UTC  (2+ messages)

[PATCH v2] net/mlx5: Fix missing error code in mlx5_init_fs()
 2021-06-22 21:38 UTC  (2+ messages)

[PATCH net-next] ethtool: strset: account for nesting in reply size
 2021-06-22 21:32 UTC  (3+ messages)

[RFC 0/3] net: imx: Provide support for L2 switch as switchdev accelerator
 2021-06-22 20:51 UTC  (8+ messages)
` [RFC 1/3] ARM: dts: imx28: Add description for L2 switch on XEA board
` [RFC 2/3] net: Provide switchdev driver for NXP's More Than IP L2 switch
` [RFC 3/3] net: imx: Adjust fec_main.c to provide support for "

[RFC PATCH] cw1200: use kmalloc() allocation instead of stack
 2021-06-22 20:30 UTC  (2+ messages)

[PATCH net-next 1/2] net: retrieve netns cookie via getsocketopt
 2021-06-22 20:26 UTC  (2+ messages)
` [PATCH net-next 2/2] tools/testing: add a selftest for SO_NETNS_COOKIE

[PATCH net-next v2 0/5] Generic XDP improvements
 2021-06-22 20:23 UTC  (7+ messages)
` [PATCH net-next v2 1/5] net: core: split out code to run generic XDP prog
` [PATCH net-next v2 2/5] bitops: add non-atomic bitops for pointers
` [PATCH net-next v2 3/5] bpf: cpumap: implement generic cpumap
` [PATCH net-next v2 4/5] bpf: devmap: implement devmap prog execution for generic XDP
` [PATCH net-next v2 5/5] bpf: update XDP selftests to not fail with "

[PATCH net-next] ip: avoid OOM kills with large UDP sends over loopback
 2021-06-22 19:51 UTC  (12+ messages)

[PATCH net] ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl()
 2021-06-22 19:39 UTC  (3+ messages)

Realtek 8139 problem on 486
 2021-06-22 19:26 UTC  (25+ messages)

[PATCH v2] ieee802154: hwsim: Fix memory leak in hwsim_add_one
 2021-06-22 19:21 UTC  (3+ messages)

[PATCH] docs: af_xdp: consistent indentation in examples
 2021-06-22 19:07 UTC  (2+ messages)

[syzbot] memory leak in xfrm_user_rcv_msg
 2021-06-22 19:04 UTC 

[PATCH] bonding: avoid adding slave device with IFF_MASTER flag
 2021-06-22 18:52 UTC  (5+ messages)

[PATCH rdma-next v1 0/3] Add ConnectX DCS offload support
 2021-06-22 18:45 UTC  (3+ messages)
` [PATCH rdma-next v1 2/3] RDMA/mlx5: Separate DCI QP creation logic

[PATCH rdma-next 0/2] Provide already supported real-time timestamp
 2021-06-22 18:12 UTC  (4+ messages)

OOB Read in hci_cc_read_local_name() cause information leak
 2021-06-22 18:11 UTC  (2+ messages)

[PATCH v2 net-next] net: marvell: return csum computation result from mvneta_rx_csum/mvpp2_rx_csum
 2021-06-22 18:00 UTC  (2+ messages)

[PATCH net-next 0/3] tc-testing: add test for ct DNAT tuple collision
 2021-06-22 18:00 UTC  (5+ messages)
` [PATCH net-next 1/3] tc-testing: fix list handling
` [PATCH net-next 2/3] tc-testing: add support for sending various scapy packets
` [PATCH net-next 3/3] tc-testing: add test for ct DNAT tuple collision

[PATCH] net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queues
 2021-06-22 18:00 UTC  (2+ messages)

[PATCH net-next] openvswitch: add trace points
 2021-06-22 17:50 UTC  (2+ messages)

[PATCH net-next] stmmac: dwmac-loongson: fix uninitialized variable in loongson_dwmac_probe()
 2021-06-22 17:50 UTC  (2+ messages)

[PATCH net-next] MAINTAINERS: network: add entry for WWAN
 2021-06-22 17:50 UTC  (3+ messages)

[PATCH] bridge: cfm: remove redundant return
 2021-06-22 17:40 UTC  (2+ messages)

[PATCH v2] net/ipv4: swap flow ports when validating source
 2021-06-22 17:40 UTC  (2+ messages)

[PATCH net] net: broadcom: bcm4908_enet: reset DMA rings sw indexes properly
 2021-06-22 17:40 UTC  (2+ messages)

[PATCH net 0/2] mptcp: Fixes for v5.13
 2021-06-22 17:40 UTC  (2+ messages)

[PATCH net-next 0/2] Support ethtool ntuple rule count change
 2021-06-22 17:34 UTC  (5+ messages)
` [PATCH net-next 1/2] net: ethtool: Support setting ntuple rule count
    ` [EXT] "

[PATCH net-next v2] net: dsa: b53: Create default VLAN entry explicitly
 2021-06-22 17:30 UTC  (2+ messages)

[PATCH] hv_netvsc: Avoid field-overflowing memcpy()
 2021-06-22 17:30 UTC  (2+ messages)

[syzbot] memory leak in j1939_xtp_rx_rts
 2021-06-22 17:24 UTC 

[PATCH net-next 0/6] mptcp: A few optimizations
 2021-06-22 17:20 UTC  (2+ messages)

[PATCH] octeontx2-af: Avoid field-overflowing memcpy()
 2021-06-22 17:20 UTC  (2+ messages)

[PATCH net-next v2 00/10] net: WWAN link creation improvements
 2021-06-22 17:20 UTC  (14+ messages)
` [PATCH net-next v2 03/10] wwan: core: require WWAN netdev setup callback existence
` [PATCH net-next v2 04/10] wwan: core: multiple netdevs deletion support
` [PATCH net-next v2 05/10] wwan: core: remove all netdevs on ops unregistering
` [PATCH net-next v2 07/10] wwan: core: no more hold netdev ops owning module
` [PATCH net-next v2 08/10] wwan: core: support default netdev creation

[PATCH net-next] net: marvell: return csum computation result from mvneta_rx_csum/mvpp2_rx_csum
 2021-06-22 17:19 UTC  (4+ messages)

[BUG] brcmfmac locks up on resume from suspend
 2021-06-22 17:04 UTC  (2+ messages)

[PATCH net-next 06/14] sctp: do the basic send and recv for PLPMTUD probe
 2021-06-22 17:02 UTC  (4+ messages)

[PATCH net-next] virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()
 2021-06-22 17:00 UTC  (2+ messages)

[PATCH net] vxlan: add missing rcu_read_lock() in neigh_reduce()
 2021-06-22 16:50 UTC  (2+ messages)

[PATCH 0/2] Fix for Ingenic MAC support
 2021-06-22 16:32 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: dwmac: Remove unexpected item

[PATCH] dt-bindings: net: dwmac: ingenic: Drop snps,dwmac compatible
 2021-06-22 16:32 UTC  (2+ messages)

[RFC PATCH] ixgbe: Consider xsk pool's frame size for MTU size
 2021-06-22 16:26 UTC 

[syzbot] INFO: task hung in port100_probe
 2021-06-22 16:21 UTC  (3+ messages)

[PATCH] net: tun: fix tun_xdp_one() for IFF_TUN mode
 2021-06-22 16:15 UTC  (5+ messages)
` [PATCH v2 1/4] "
  ` [PATCH v2 2/4] net: tun: don't assume IFF_VNET_HDR in tun_xdp_one() tx path
  ` [PATCH v2 3/4] vhost_net: validate virtio_net_hdr only if it exists
  ` [PATCH v2 4/4] vhost_net: Add self test with tun device

vrf xfrm
 2021-06-22 16:11 UTC 

[PATCH iproute2 1/2] tc: pedit: parse_cmd: add flags argument
 2021-06-22 15:39 UTC  (3+ messages)
` [PATCH iproute2 v3 2/2] tc: pedit: add decrement operation

[PATCH net-next] ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messages
 2021-06-22 10:39 UTC 

[iproute2-next v1] seg6: add support for SRv6 End.DT46 Behavior
 2021-06-22 15:36 UTC  (2+ messages)

[PATCH] wcn36xx: Avoid memset() beyond end of struct field
 2021-06-22 15:28 UTC  (2+ messages)

[PATCH] ath11k: Avoid memcpy() over-reading of he_cap
 2021-06-22 15:28 UTC  (2+ messages)

[PATCH] mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle
 2021-06-22 15:25 UTC  (2+ messages)

[PATCH] mwifiex: Avoid memset() over-write of WEP key_material
 2021-06-22 15:25 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8192de: Fully initialize curvecount_val
 2021-06-22 15:24 UTC  (2+ messages)

[PATCH v2] mwl8k: Avoid memcpy() over-reading of mcs.rx_mask
 2021-06-22 15:24 UTC  (2+ messages)

[PATCH] mac80211_hwsim: stats: Record the data that transferred in mac80211_hwsim_tx_frame
 2021-06-22 15:24 UTC 

[PATCH] orinoco: Avoid field-overflowing memcpy()
 2021-06-22 15:23 UTC  (2+ messages)

[PATCH] rtw88: coex: remove unnecessary variable and label
 2021-06-22 15:23 UTC  (2+ messages)

[PATCH net-next] net/sched: cls_flower: fix resetting of ether proto mask
 2021-06-22 15:22 UTC  (8+ messages)

[PATCH] rtw88: Remove duplicate include of coex.h
 2021-06-22 15:19 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] libbpf: add request buffer type for netlink messages
 2021-06-22 15:07 UTC  (2+ messages)

[PATCH iproute2] ip route: ignore ENOENT during save if RT_TABLE_MAIN is being dumped
 2021-06-22 15:03 UTC 

[PATCH iproute2] ip route: ignore ENOENT during save if RT_TABLE_MAIN is being dumped
 2021-06-22 14:44 UTC 

[PATCH] dt-bindings: Drop redundant minItems/maxItems
 2021-06-22 13:43 UTC  (3+ 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).