messages from 2018-01-30 19:30:41 to 2018-01-31 20:53:27 UTC [more...]
[GIT] Networking
2018-01-31 20:53 UTC
[PATCH net] tcp_bbr: fix pacing_gain to always be unity when using lt_bw
2018-01-31 20:43 UTC
BUG: 4.14.11 unable to handle kernel NULL pointer dereference in xfrm_lookup
2018-01-31 20:26 UTC (2+ messages)
[BUG iproute2] ip tuntap show
2018-01-31 19:51 UTC (5+ messages)
[PATCH iproute2-next 0/4] ip: Introduce and use helper to read /proc/net/dev
2018-01-31 19:49 UTC (5+ messages)
` [PATCH iproute2-next 1/4] utils: Introduce do_each_proc_net_dev() helper
` [PATCH iproute2-next 2/4] iptunnel: Use do_each_proc_net_dev()
` [PATCH iproute2-next 3/4] ip6tunnel: "
` [PATCH iproute2-next 4/4] tuntap: "
AF_PACKET V4/AF_XDP userspace API questions
2018-01-31 18:53 UTC
[RFC crypto v3 8/9] chtls: Register the ULP
2018-01-31 18:28 UTC (7+ messages)
sctp netns "unregister_netdevice: waiting for lo to become free. Usage count = 1"
2018-01-31 17:51 UTC (10+ messages)
[PATCHv2] tls: Add support for encryption using async offload accelerator
2018-01-31 17:48 UTC (6+ messages)
[PATCH 01/10] net/sched: kconfig: Remove empty help texts
2018-01-31 17:28 UTC (5+ messages)
[PATCH bpf-next v7 3/5] libbpf: add error reporting in XDP
2018-01-31 16:53 UTC (8+ messages)
` [PATCH bpf-next v8 0/5] libbpf: add XDP binding support
` [PATCH bpf-next v8 1/5] tools: add netlink.h and if_link.h in tools uapi
` [PATCH bpf-next v8 2/5] libbpf: add function to setup XDP
` [PATCH bpf-next v8 3/5] libbpf: add error reporting in XDP
` [PATCH bpf-next v8 4/5] libbpf: add missing SPDX-License-Identifier
` [PATCH bpf-next v8 5/5] samples/bpf: use bpf_set_link_xdp_fd
[PATCH net-next 0/1] rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
2018-01-31 16:20 UTC (4+ messages)
` [PATCH net-next 1/1] "
[PATCH] be2net: remove redundant initialization of 'head' and pointer txq
2018-01-31 16:14 UTC
dccp: CVE-2017-8824: use-after-free in DCCP code
2018-01-31 16:10 UTC
[PATCH] tls: Add support for encryption using async offload accelerator
2018-01-31 15:59 UTC (2+ messages)
KASAN: stack-out-of-bounds Read in xfrm_state_find (4)
2018-01-31 15:58 UTC
[PATCH net] netfilter: on sockopt() acquire sock lock only in the required scope
2018-01-31 15:39 UTC (2+ messages)
WARNING: bad unlock balance in ipmr_mfc_seq_stop
2018-01-31 15:34 UTC (9+ messages)
` [PATCH net] ip6mr: fix stale iterator cache pointer
` [PATCH net v2] ip6mr: fix stale iterator
[PATCH] openvswitch: meter: Use 64-bit arithmetic instead of 32-bit
2018-01-31 15:33 UTC (2+ messages)
[PATCH] tcp_nv: fix potential integer overflow in tcpnv_acked
2018-01-31 15:33 UTC (2+ messages)
[PATCH net] r8169: fix RTL8168EP take too long to complete driver initialization
2018-01-31 15:32 UTC (2+ messages)
[PATCH net,stable] qmi_wwan: Add support for Quectel EP06
2018-01-31 15:31 UTC (2+ messages)
[PATCH] net: pxa168_eth: add netconsole support
2018-01-31 15:20 UTC (4+ messages)
[PATCHv2] xen-netfront: remove warning when unloading module
2018-01-31 15:00 UTC (2+ messages)
` [Xen-devel] "
[PATCH] wireless: zd1211rw: remove redundant assignment of pointer 'q'
2018-01-31 14:57 UTC (3+ messages)
[PATCH bpf v2] bpf: fix null pointer deref in bpf_prog_test_run_xdp
2018-01-31 14:52 UTC (2+ messages)
[PATCH] netfilter: fix out-of-bounds accesses in clusterip_tg_check()
2018-01-31 14:00 UTC (2+ messages)
[PATCH] netfilter: fix pointer leaks to userspace
2018-01-31 13:58 UTC (2+ messages)
[RFC PATCH 00/24] Introducing AF_XDP support
2018-01-31 13:53 UTC (25+ messages)
` [RFC PATCH 01/24] xsk: AF_XDP sockets buildable skeleton
` [RFC PATCH 02/24] xsk: add user memory registration sockopt
` [RFC PATCH 03/24] xsk: added XDP_{R,T}X_RING sockopt and supporting structures
` [RFC PATCH 04/24] xsk: add bind support and introduce Rx functionality
` [RFC PATCH 05/24] bpf: added bpf_xdpsk_redirect
` [RFC PATCH 06/24] net: wire up xsk support in the XDP_REDIRECT path
` [RFC PATCH 07/24] xsk: introduce Tx functionality
` [RFC PATCH 08/24] i40e: add support for XDP_REDIRECT
` [RFC PATCH 09/24] samples/bpf: added xdpsock program
` [RFC PATCH 10/24] netdevice: added XDP_{UN,}REGISTER_XSK command to ndo_bpf
` [RFC PATCH 11/24] netdevice: added ndo for transmitting a packet from an XDP socket
` [RFC PATCH 12/24] xsk: add iterator functions to xsk_ring
` [RFC PATCH 13/24] i40e: introduce external allocator support
` [RFC PATCH 14/24] i40e: implemented page recycling buff_pool
` [RFC PATCH 15/24] i40e: start using "
` [RFC PATCH 16/24] i40e: separated buff_pool interface from i40e implementaion
` [RFC PATCH 17/24] xsk: introduce xsk_buff_pool
` [RFC PATCH 18/24] xdp: added buff_pool support to struct xdp_buff
` [RFC PATCH 19/24] xsk: add support for zero copy Rx
` [RFC PATCH 20/24] xsk: add support for zero copy Tx
` [RFC PATCH 21/24] i40e: implement xsk sub-commands in ndo_bpf for zero copy Rx
` [RFC PATCH 22/24] i40e: introduced a clean_tx callback function
` [RFC PATCH 23/24] i40e: introduced Tx completion callbacks
` [RFC PATCH 24/24] i40e: Tx support for zero copy allocator
[PATCH iproute2] police: don't skip parameters after actions
2018-01-31 13:23 UTC (3+ messages)
general protection fault in ip6_xmit (2)
2018-01-31 12:39 UTC
after adding > 200vlans to mlx nic no traffic
2018-01-31 12:19 UTC (4+ messages)
[PATCH] libceph: use 64-bit arithmetic instead of 32-bit
2018-01-31 12:02 UTC (3+ messages)
[PATCH] samples/bpf: Add program for CPU state statistics
2018-01-31 11:38 UTC (3+ messages)
xdp_router_ipv4 mellanox problem
2018-01-31 11:35 UTC (2+ messages)
[net-next 0/7][pull request] 100GbE Intel Wired LAN Driver Updates 2018-01-24
2018-01-31 11:34 UTC (3+ messages)
` [net-next 2/7] fm10k: cleanup unnecessary parenthesis in fm10k_iov.c
[PATCH bpf] bpf: fix null pointer deref in bpf_prog_test_run_xdp
2018-01-31 11:26 UTC (4+ messages)
[RFC PATCH 0/2] hv_netvsc: Fix shutdown regression on Win2012 hosts
2018-01-31 11:16 UTC (6+ messages)
` [RFC PATCH 1/2] hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()
` [RFC PATCH 2/2] hv_netvsc: Change GPADL teardown order according to Hyper-V version
[PATCH] tls: Add support for encryption using async offload accelerator
2018-01-31 10:36 UTC (3+ messages)
[PATCH] tls: Add support for encryption using async offload accelerator
2018-01-31 10:10 UTC
[PATCH 01/11] net/sched: kconfig: Remove blank help texts
2018-01-31 9:34 UTC
[PATCH v4 0/2] bnx2x: disable GSO on too-large packets
2018-01-31 9:00 UTC (4+ messages)
` [PATCH v4 1/2] net: create skb_gso_validate_mac_len()
` [PATCH v4 2/2] bnx2x: disable GSO where gso_size is too big for hardware
[netfilter-core] kernel panic: Out of memory and no killable processes... (2)
2018-01-31 8:19 UTC (11+ messages)
[PATCH iproute2-next 00/10] RDMA resource tracking
2018-01-31 8:17 UTC (12+ messages)
` [PATCH iproute2-next 01/10] rdma: Add option to provide "-" sign for the port number
` [PATCH iproute2-next 02/10] rdma: Make visible the number of arguments
` [PATCH iproute2-next 04/10] rdma: Set pointer to device name position
` [PATCH iproute2-next 05/10] rdma: Allow external usage of compare string routine
` [PATCH iproute2-next 06/10] rdma: Update kernel header file
` [PATCH iproute2-next 03/10] rdma: Add filtering infrastructure
` [PATCH iproute2-next 07/10] rdma: Add resource tracking summary
` [PATCH iproute2-next 08/10] rdma: Add QP resource tracking information
` [PATCH iproute2-next 09/10] rdma: Document resource tracking
` [PATCH iproute2-next 10/10] rdma: Check return value of strdup call
[PATCH iproute2-next 0/3] ip: Minor code cleanups and improvements
2018-01-31 8:15 UTC (4+ messages)
` [PATCH iproute2-next 1/3] ip: Consolidate ip, xdp and lwtunnel parse/dump prototypes in ip_common.h
` [PATCH iproute2-next 2/3] ip: Minor cleanups
` [PATCH iproute2-next 3/3] treewide: Use addattr_nest()/addattr_nest_end() to handle nested attributes
[patch 1/1] net/netfilter/x_tables.c: make allocation less aggressive
2018-01-31 8:08 UTC (3+ messages)
BUG: iproute2 4.14.1 tc class add come to kernel-panic
2018-01-31 7:46 UTC (9+ messages)
` "
[RFC PATCH] e1000e: Remove Other from EIAC
2018-01-31 7:31 UTC (3+ messages)
` [Intel-wired-lan] "
WARNING in refcount_inc (2)
2018-01-31 7:27 UTC (3+ messages)
[PATCH net] e1000e: Remove Other from EIAC
2018-01-31 7:26 UTC
BUG: unable to handle kernel NULL pointer dereference in sctp_stream_free
2018-01-31 7:23 UTC (5+ messages)
KASAN: use-after-free Read in map_lookup_elem
2018-01-31 6:39 UTC (2+ messages)
KASAN: use-after-free Read in refcount_inc_not_zero
2018-01-31 6:12 UTC (3+ messages)
BUG: spinlock bad magic (2)
2018-01-31 3:49 UTC (5+ messages)
KASAN: stack-out-of-bounds Read in rds_sendmsg
2018-01-31 2:55 UTC (4+ messages)
KASAN: use-after-free Read in sctp_association_free
2018-01-31 2:11 UTC (3+ messages)
KASAN: use-after-free Read in __xfrm_state_lookup
2018-01-31 2:05 UTC (2+ messages)
KASAN: slab-out-of-bounds Read in xfrm_hash_rebuild
2018-01-31 2:02 UTC (7+ messages)
` [PATCH ipsec] xfrm: skip policies marked as dead while rehashing
KASAN: use-after-free Read in __bpf_prog_put
2018-01-31 1:52 UTC (4+ messages)
general protection fault in fib6_add (2)
2018-01-31 1:43 UTC (5+ messages)
BUG: unable to handle kernel paging request in check_memory_region
2018-01-31 1:41 UTC (4+ messages)
suspicious RCU usage at ./include/linux/inetdevice.h:LINE
2018-01-31 0:43 UTC (2+ messages)
general protection fault in ___bpf_prog_run
2018-01-31 0:35 UTC (3+ messages)
WARNING: bad unlock balance detected!
2018-01-30 23:45 UTC (2+ messages)
WARNING in _copy_to_user
2018-01-30 23:43 UTC (2+ messages)
macvlan devices and vlan interaction
2018-01-30 23:07 UTC (9+ messages)
general protection fault in sctp_stream_free
2018-01-30 23:02 UTC (2+ messages)
net: hang in unregister_netdevice: waiting for lo to become free
2018-01-30 22:59 UTC (5+ messages)
WARNING in inet_sock_destruct
2018-01-30 22:53 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in sctp_cmp_addr_exact
2018-01-30 22:48 UTC (3+ messages)
BUG: unable to handle kernel NULL pointer dereference in rds_send_xmit
2018-01-30 22:28 UTC (6+ messages)
` [rds-devel] "
BUG: unable to handle kernel NULL pointer dereference in inet6_fill_ifinfo
2018-01-30 22:17 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in snmp6_unregister_dev
2018-01-30 22:15 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in ip_mc_up
2018-01-30 22:13 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in tc_fill_qdisc
2018-01-30 22:11 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in qdisc_match_from_root
2018-01-30 22:09 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in ipv6_get_lladdr
2018-01-30 22:03 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in neigh_fill_info
2018-01-30 22:02 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in addrconf_notify
2018-01-30 22:00 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in addrconf_ifdown
2018-01-30 21:55 UTC (2+ messages)
[git pull] reducing kernel_recvmsg() use
2018-01-30 21:33 UTC
[PATCH] vsock.7: document VSOCK socket address family
2018-01-30 21:31 UTC (3+ messages)
KASAN: stack-out-of-bounds Read in xfrm_state_find (3)
2018-01-30 21:28 UTC (6+ messages)
WARNING in xfrm_state_fini
2018-01-30 21:22 UTC (5+ messages)
general protection fault in __rds_rdma_map
2018-01-30 21:14 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).