netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-08 18:57:34 to 2020-01-09 14:58:57 UTC [more...]

[bpf PATCH 0/2] xdp devmap improvements cleanup
 2020-01-09 14:58 UTC  (11+ messages)
` [bpf PATCH 1/2] bpf: xdp, update devmap comments to reflect napi/rcu usage
` [bpf PATCH 2/2] bpf: xdp, remove no longer required rcu_read_{un}lock()

[drivers/net/phy/sfp] intermittent failure in state machine checks
 2020-01-09 14:41 UTC  (2+ messages)

[PATCH] tcp: Fix tcp_max_syn_backlog limit on connection requests
 2020-01-09 14:09 UTC  (5+ messages)

[Xen-devel] [PATCH net-next] xen-netback: get rid of old udev related code
 2020-01-09 13:55 UTC  (2+ messages)

[PATCH ipsec 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets
 2020-01-09 13:35 UTC  (7+ messages)
` [PATCH ipsec 2/2] xfrm interface: fix packet tx through bpf_redirect()
    ` [PATCH ipsec v2 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets
      ` [PATCH ipsec v2 1/2] vti[6]: fix packet tx through bpf_redirect()
      ` [PATCH ipsec v2 2/2] xfrm interface: "

[PATCH bpf-next v4 00/11] Introduce BPF STRUCT_OPS
 2020-01-09 13:23 UTC  (17+ messages)
` [PATCH bpf-next v4 01/11] bpf: Save PTR_TO_BTF_ID register state when spilling to stack
` [PATCH bpf-next v4 02/11] bpf: Avoid storing modifier to info->btf_id
` [PATCH bpf-next v4 03/11] bpf: Add enum support to btf_ctx_access()
` [PATCH bpf-next v4 04/11] bpf: Support bitfield read access in btf_struct_access
` [PATCH bpf-next v4 05/11] bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
` [PATCH bpf-next v4 06/11] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
` [PATCH bpf-next v4 07/11] bpf: tcp: Support tcp_congestion_ops in bpf
` [PATCH bpf-next v4 08/11] bpf: Add BPF_FUNC_tcp_send_ack helper
` [PATCH bpf-next v4 09/11] bpf: Synch uapi bpf.h to tools/
` [PATCH bpf-next v4 10/11] bpf: libbpf: Add STRUCT_OPS support
` [PATCH bpf-next v4 11/11] bpf: Add bpf_dctcp example

[PATCH net-next v4 00/15] net: macsec: initial support for hardware offloading
 2020-01-09 13:21 UTC  (7+ messages)
` [PATCH net-next v4 08/15] net: phy: mscc: macsec initialization
` [PATCH net-next v4 15/15] net: macsec: add support for offloading to the MAC
  ` [EXT] "

[PATCH net-next] net: macb: add support for C45 MDIO read/write
 2020-01-09 12:58 UTC  (2+ messages)

[BUG] pfifo_fast may cause out-of-order CAN frame transmission
 2020-01-09 12:51 UTC  (2+ messages)

[PATCH][net-next] flow_dissector: fix document for skb_flow_get_icmp_tci
 2020-01-09 12:46 UTC  (2+ messages)

[RFC PATCH V2 09/11] xen: Clear IRQD_IRQ_STARTED flag during shutdown PIRQs
 2020-01-09 12:07 UTC  (4+ messages)

[PATCH bpf 0/1] Fix memory leak in helpers dealing with sockets
 2020-01-09 11:57 UTC  (2+ messages)
` [PATCH bpf 1/1] net: bpf: don't leak time wait and request sockets

[PATCH net-next] net/mlx5e: allow TSO on VXLAN over VLAN topologies
 2020-01-09 11:07 UTC 

[PATCH net-next] net/mlx5e: Don't allow forwarding between uplink
 2020-01-09 11:05 UTC  (3+ messages)

[PATCH v12 0/3] Use MFD framework for SGI IOC3 drivers
 2020-01-09 10:34 UTC  (3+ messages)
` [PATCH v12 2/3] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH v12 3/3] mfd: ioc3: Add driver for SGI IOC3 chip

[bpf PATCH 0/9] Fixes for sockmap/tls from more complex BPF progs
 2020-01-09 10:33 UTC  (12+ messages)
` [bpf PATCH 1/9] bpf: sockmap/tls, during free we may call tcp_bpf_unhash() in loop
` [bpf PATCH 2/9] bpf: sockmap, ensure sock lock held during tear down
` [bpf PATCH 3/9] bpf: sockmap/tls, push write_space updates through ulp updates
` [bpf PATCH 4/9] bpf: sockmap, skmsg helper overestimates push, pull, and pop bounds
` [bpf PATCH 5/9] bpf: sockmap/tls, msg_push_data may leave end mark in place
` [bpf PATCH 6/9] bpf: sockmap/tls, tls_sw can create a plaintext buf > encrypt buf
` [bpf PATCH 7/9] bpf: sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining
` [bpf PATCH 8/9] bpf: sockmap/tls, tls_push_record can not handle zero length skmsg
` [bpf PATCH 9/9] bpf: sockmap/tls, fix pop data with SK_DROP return code

[PATCH][bpf-next] bpf: return EOPNOTSUPP when invalid map type in __bpf_tx_xdp_map
 2020-01-09 10:24 UTC  (3+ messages)
  ` 答复: "

commit b9ef5513c99b breaks ping to ipv6 linklocal addresses on debian buster
 2020-01-09  9:50 UTC  (13+ messages)

[RFC PATCH v9 0/8] Enable ptp_kvm for arm64
 2020-01-09  9:46 UTC  (10+ messages)
` [RFC PATCH v9 6/8] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v9 7/8] ptp: arm64: Enable ptp_kvm for arm64

[PATCH rdma-next 00/10] Relaxed ordering memory regions
 2020-01-09  9:38 UTC  (3+ messages)
` [PATCH rdma-next 08/10] RDMA/uverbs: Add new relaxed ordering memory region access flag

[PATCH 0/2] Convert stm32 dwmac to DT schema
 2020-01-09  9:07 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: net: dwmac: increase 'maxItems' for 'clocks', 'clock-names' properties

[v1,net-next, 1/2] ethtool: add setting frame preemption of traffic classes
 2020-01-09  8:59 UTC  (10+ messages)
  ` [EXT] "

[PATCH bpf-next 0/6] bpf: Introduce global functions
 2020-01-09  8:57 UTC  (25+ messages)
` [PATCH bpf-next 1/6] libbpf: Sanitize BTF_KIND_FUNC linkage
` [PATCH bpf-next 2/6] libbpf: Collect static vs global info about functions
` [PATCH bpf-next 3/6] bpf: Introduce function-by-function verification
` [PATCH bpf-next 4/6] selftests/bpf: Add fexit-to-skb test for global funcs
` [PATCH bpf-next 5/6] selftests/bpf: Add a test for a large global function
` [PATCH bpf-next 6/6] selftests/bpf: Modify a test to check global functions

[PATCH net-next 00/10] net: Add route offload indication
 2020-01-09  8:26 UTC  (4+ messages)
` [PATCH net-next 02/10] ipv4: Encapsulate function arguments in a struct

[GIT] Networking
 2020-01-09  6:55 UTC 

[PATCH v2 bpf-next 0/7] bpf: Introduce global functions
 2020-01-09  6:37 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/7] libbpf: Sanitize "
` [PATCH v2 bpf-next 2/7] libbpf: Collect static vs global info about functions
` [PATCH v2 bpf-next 3/7] bpf: Introduce function-by-function verification
` [PATCH v2 bpf-next 4/7] selftests/bpf: Add fexit-to-skb test for global funcs
` [PATCH v2 bpf-next 5/7] selftests/bpf: Add a test for a large global function
` [PATCH v2 bpf-next 6/7] selftests/bpf: Modify a test to check global functions
` [PATCH v2 bpf-next 7/7] selftests/bpf: Add unit tests for "

KASAN: null-ptr-deref Write in x25_connect
 2020-01-09  6:31 UTC  (2+ messages)
` [PATCH] net/x25: fix nonblocking connect

[PATCH v2 0/9] iomap: Constify ioreadX() iomem argument
 2020-01-09  6:04 UTC  (12+ messages)
` [PATCH v2 1/9] iomap: Constify ioreadX() iomem argument (as in generic implementation)
` [PATCH v2 2/9] net: wireless: rtl818x: "
` [PATCH v2 3/9] ntb: intel: "
` [PATCH v2 4/9] virtio: pci: "
` [PATCH v2 5/9] arc: "
` [PATCH v2 6/9] drm/mgag200: "
` [PATCH v2 7/9] drm/nouveau: "
` [PATCH v2 8/9] media: fsl-viu: "
` [PATCH v2 9/9] net: wireless: ath5k: "

linux-next: manual merge of the generic-ioremap tree with the net-next tree
 2020-01-09  5:12 UTC 

[PATCH bpf-next] selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program
 2020-01-09  5:04 UTC  (4+ messages)

[PATCH V2] net: 3com: 3c59x: remove set but not used variable 'mii_reg1'
 2020-01-09  1:55 UTC  (7+ messages)

[PATCH] bpf/sockmap: read psock ingress_msg before sk_receive_queue
 2020-01-09  1:48 UTC  (2+ messages)
` [PATCH v2] "

[PATCH iproute2-next] taprio: Add support for the SetAndHold and SetAndRelease commands
 2020-01-09  1:09 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: restore original comm in test_overhead
 2020-01-09  1:04 UTC  (3+ messages)

[PATCH] net: intel: e1000e: fix possible sleep-in-atomic-context bugs in e1000e_get_hw_semaphore()
 2020-01-09  1:01 UTC  (2+ messages)

[PATCH] e1000e: fix missing cpu_to_le64 on buffer_addr
 2020-01-09  0:50 UTC  (2+ messages)

[PATCH net-next] vmxnet3: Remove always false conditional statement
 2020-01-09  0:07 UTC  (2+ messages)

[PATCH] [net-next] [v2] netronome: fix ipv6 link error
 2020-01-09  0:06 UTC  (2+ messages)

[PATCH net-next] net: dsa: felix: fix link error
 2020-01-09  0:06 UTC  (2+ messages)

[PATCH net-next] r8169: add constant EnAnaPLL
 2020-01-09  0:05 UTC  (2+ messages)

[PATCH] ethtool: potential NULL dereference in strset_prepare_data()
 2020-01-09  0:04 UTC  (2+ messages)

[PATCH net-next] ethtool: fix ->reply_size() error handling
 2020-01-09  0:03 UTC  (2+ messages)

[PATCH net-next] ethtool: fix a memory leak in ethnl_default_start()
 2020-01-09  0:03 UTC  (2+ messages)

[PATCH net-next 0/2] Broadcom tags support for 531x5/539x families
 2020-01-09  0:01 UTC  (2+ messages)

[net] tipc: fix wrong connect() return code
 2020-01-08 23:58 UTC  (2+ messages)

[net] tipc: fix link overflow issue at socket shutdown
 2020-01-08 23:57 UTC  (2+ messages)

[PATCH INTERNAL v1 0/3] Devlink notification after recovery complete by bnxt_en driver
 2020-01-08 23:48 UTC  (2+ messages)

[net-next PATCH] net/ncsi: Support for multi host mellanox card
 2020-01-08 23:43 UTC 

[PATCH 0/9] Netfilter fixes for net
 2020-01-08 23:22 UTC  (11+ messages)
` [PATCH 1/9] netfilter: arp_tables: init netns pointer in xt_tgchk_param struct
` [PATCH 2/9] netfilter: nft_flow_offload: fix underflow in flowtable reference counter
` [PATCH 3/9] netfilter: nf_flow_table_offload: fix incorrect ethernet dst address
` [PATCH 4/9] netfilter: nf_flow_table_offload: check the status of dst_neigh
` [PATCH 5/9] netfilter: nf_flow_table_offload: fix the nat port mangle
` [PATCH 6/9] netfilter: nf_tables: unbind callbacks from flowtable destroy path
` [PATCH 7/9] netfilter: flowtable: add nf_flowtable_time_stamp
` [PATCH 8/9] netfilter: conntrack: dccp, sctp: handle null timeout argument
` [PATCH 9/9] netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present

[PATCH 0/8] reduce open coded skb->next access for gso segment walking
 2020-01-08 23:21 UTC  (10+ messages)
` [PATCH 1/8] net: introduce skb_list_walk_safe for skb "
` [PATCH 2/8] net: tap: use skb_list_walk_safe helper for gso segments
` [PATCH 3/8] net: r8152: "
` [PATCH 4/8] net: tg3: "
` [PATCH 5/8] net: sunvnet: "
` [PATCH 6/8] net: sfc: "
` [PATCH 7/8] net: myri10ge: "
` [PATCH 8/8] net: iwlwifi: "

[PATCH net] net: usb: lan78xx: fix possible skb leak
 2020-01-08 23:19 UTC  (4+ messages)

[PATCH] [net-next] [v2] socket: fix unused-function warning
 2020-01-08 23:02 UTC  (3+ messages)

general protection fault in hash_ipportnet4_uadt
 2020-01-08 22:32 UTC  (3+ messages)
` [PATCH nf] netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present

general protection fault in dccp_timeout_nlattr_to_obj
 2020-01-08 22:32 UTC  (3+ messages)
` [PATCH nf] netfilter: conntrack: dccp, sctp: handle null timeout argument

[PATCH] [net-next] socket: fix unused-function warning
 2020-01-08 21:40 UTC  (4+ messages)

[PATCH net-next 00/14] sfc: code refactoring
 2020-01-08 21:28 UTC  (2+ messages)

[PATCH] atm: eni: fix uninitialized variable warning
 2020-01-08 21:11 UTC  (2+ messages)

[PATCH net-next] hsr: fix dummy hsr_debugfs_rename() declaration
 2020-01-08 21:10 UTC  (2+ messages)

[net-next PATCH] net/ncsi: Send device address as source address
 2020-01-08 21:09 UTC  (2+ messages)

[Bluez PATCH v1] bluetooth: secure bluetooth stack from bluedump attack
 2020-01-08 21:02 UTC  (2+ messages)

[PATCH net] macvlan: do not assume mac_header is set in macvlan_broadcast()
 2020-01-08 20:53 UTC  (2+ messages)

[PATCH net 0/2] When ungrafting from PRIO, replace child with FIFO
 2020-01-08 20:48 UTC  (3+ messages)

[PATCH] Bluetooth: remove redundant assignment to variable icid
 2020-01-08 20:45 UTC  (2+ messages)

[PATCH net-next] MAINTAINERS: Remove myself as co-maintainer for qcom-ethqos
 2020-01-08 20:44 UTC  (2+ messages)

[PATCH net] gtp: fix bad unlock balance in gtp_encap_enable_socket
 2020-01-08 20:43 UTC  (2+ messages)

[PATCH net] sh_eth: check sh_eth_cpu_data::dual_port when dumping registers
 2020-01-08 20:42 UTC 

[PATCH net] pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM
 2020-01-08 20:41 UTC  (2+ messages)

[PATCH 1/2] tipc: do not add socket.o to tipc-y twice
 2020-01-08 20:39 UTC  (4+ messages)
` [PATCH 2/2] tipc: remove meaningless assignment in Makefile

[PATCH netdev] net: stmmac: dwmac-sun8i: Allow all RGMII modes
 2020-01-08 20:32 UTC  (2+ messages)

[PATCH netdev] net: stmmac: dwmac-sunxi: Allow all RGMII modes
 2020-01-08 20:32 UTC  (2+ messages)

[pull request][net-next 00/13] Mellanox, mlx5 updates 2020-01-07
 2020-01-08 20:26 UTC  (2+ messages)

[PATCH] treewide: remove redundent IS_ERR() before error code check
 2020-01-08 20:17 UTC  (2+ messages)

Sumo Logic Users Contact List
 2020-01-08 20:13 UTC 

[PATCH iproute2] make yacc usage POSIX compatible
 2020-01-08 19:57 UTC 

Freescale network device not activated on mpc8360 (kmeter1 board)
 2020-01-08 19:25 UTC  (4+ messages)

[question] About triggering a region snapshot through the devlink cmd
 2020-01-08 19:14 UTC  (2+ messages)
    ` FW: "


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