messages from 2018-04-23 11:56:20 to 2018-04-23 22:39:26 UTC [more...]
[bpf PATCH v3 0/3] BPF, a couple sockmap fixes
2018-04-23 22:39 UTC (2+ messages)
` [bpf PATCH v3 1/3] bpf: sockmap, map_release does not hold refcnt for pinned maps
dev_loopback_xmit parameters
2018-04-23 22:36 UTC (2+ messages)
[PATCH] selftests: bpf: update .gitignore with missing file
2018-04-23 22:31 UTC (4+ messages)
[PATCH 0/4] A few rhashtables cleanups
2018-04-23 22:29 UTC (5+ messages)
` [PATCH 1/4] rhashtable: remove outdated comments about grow_decision etc
` [PATCH 2/4] rhashtable: Revise incorrect comment on r{hl, hash}table_walk_enter()
` [PATCH 3/4] rhashtable: reset iter when rhashtable_walk_start sees new table
` [PATCH 4/4] rhashtable: improve rhashtable_walk stability when stop/start used
[bpf PATCH v2 0/3] BPF, a couple sockmap fixes
2018-04-23 21:53 UTC (6+ messages)
` [bpf PATCH v2 1/3] bpf: sockmap, map_release does not hold refcnt for pinned maps
` [bpf PATCH v2 2/3] bpf: sockmap, sk_wait_event needed to handle blocking cases
` [bpf PATCH v2 3/3] bpf: sockmap, fix double page_put on ENOMEM error in redirect path
[PATCH v2] net: qrtr: Expose tunneling endpoint to user space
2018-04-23 21:46 UTC
[PATCH net-next] tcp: md5: only call tp->af_specific->md5_lookup() for md5 sockets
2018-04-23 21:46 UTC
[bpf PATCH 1/2] bpf: Document sockmap '-target bpf' requirement for PROG_TYPE_SK_MSG
2018-04-23 21:44 UTC (5+ messages)
` [bpf PATCH 2/2] bpf: sockmap sample use clang flag, -target bpf
WARNING in refcount_dec
2018-04-23 21:38 UTC (6+ messages)
[PATCH net-next 0/4] mm,tcp: provide mmap_hook to solve lockdep issue
2018-04-23 21:38 UTC (3+ messages)
[PATCH net] packet: fix bitfield update race
2018-04-23 21:37 UTC
[net-next 1/2] ipv6: sr: add a per namespace sysctl to control seg6 flowlabel
2018-04-23 21:37 UTC (2+ messages)
` [net-next 2/2] ipv6: sr: Compute flowlabel of outer IPv6 header for seg6 encap mode
[PATCH net-next 0/2] net/sctp: Avoid allocating high order memory with kmalloc()
2018-04-23 21:33 UTC (5+ messages)
` [PATCH net-next 1/2] net/sctp: Make wrappers for accessing in/out streams
` [PATCH net-next 2/2] net/sctp: Replace in/out stream arrays with flex_array
[bpf-next PATCH 0/4] selftests for BPF sockmap use cases
2018-04-23 21:30 UTC (5+ messages)
` [bpf-next PATCH 1/4] bpf: sockmap, code sockmap_test in C
` [bpf-next PATCH 2/4] bpf: sockmap, add a set of tests to run by default
` [bpf-next PATCH 3/4] bpf: sockmap, add selftests
` [bpf-next PATCH 4/4] bpf: sockmap, remove samples program
[PATCH bpf] bpf: disable and restore preemption in __BPF_PROG_RUN_ARRAY
2018-04-23 21:28 UTC (3+ messages)
[PATCH bpf-next v6 00/10] bpf: add bpf_get_stack helper
2018-04-23 21:27 UTC (11+ messages)
` [PATCH bpf-next v6 01/10] bpf: change prototype for stack_map_get_build_id_offset
` [PATCH bpf-next v6 02/10] bpf: add bpf_get_stack helper
` [PATCH bpf-next v6 03/10] bpf/verifier: refine retval R0 state for "
` [PATCH bpf-next v6 04/10] bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals
` [PATCH bpf-next v6 05/10] bpf/verifier: improve register value range tracking with ARSH
` [PATCH bpf-next v6 06/10] tools/bpf: add bpf_get_stack helper to tools headers
` [PATCH bpf-next v6 07/10] samples/bpf: move common-purpose trace functions to selftests
` [PATCH bpf-next v6 08/10] tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH
` [PATCH bpf-next v6 09/10] tools/bpf: add a test for bpf_get_stack with raw tracepoint prog
` [PATCH bpf-next v6 10/10] tools/bpf: add a test for bpf_get_stack with "
[PATCH net-next v2 0/2] openvswitch: Support conntrack zone limit
2018-04-23 21:19 UTC (4+ messages)
[PATCH bpf-next v4 0/2] bpf: allow map helpers access to map values directly
2018-04-23 21:18 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] "
[Patch nf] ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()
2018-04-23 21:04 UTC
[Patch nf] ipvs: initialize tbl->entries after allocation
2018-04-23 20:53 UTC
[PATCH bpf-next 00/15] Introducing AF_XDP support
2018-04-23 20:26 UTC (21+ messages)
` [PATCH bpf-next 01/15] net: initial AF_XDP skeleton
` [PATCH bpf-next 02/15] xsk: add user memory registration support sockopt
` [PATCH bpf-next 03/15] xsk: add umem fill queue support and mmap
` [PATCH bpf-next 04/15] xsk: add Rx queue setup and mmap support
` [PATCH bpf-next 05/15] xsk: add support for bind for Rx
` [PATCH bpf-next 06/15] xdp: introduce xdp_return_buff API
` [PATCH bpf-next 07/15] xsk: add Rx receive functions and poll support
` [PATCH bpf-next 08/15] bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
` [PATCH bpf-next 09/15] xsk: wire up XDP_DRV side of AF_XDP
` [PATCH bpf-next 10/15] xsk: wire up XDP_SKB "
` [PATCH bpf-next 11/15] xsk: add umem completion queue support and mmap
` [PATCH bpf-next 12/15] xsk: add Tx queue setup and mmap support
` [PATCH bpf-next 13/15] xsk: support for Tx
` [PATCH bpf-next 14/15] xsk: statistics support
` [PATCH bpf-next 15/15] samples/bpf: sample application for AF_XDP sockets
[PATCH 00/12] Netfilter/IPVS fixes for net
2018-04-23 20:22 UTC (14+ messages)
` [PATCH 01/12] netfilter: nf_conntrack_sip: allow duplicate SDP expectations
` [PATCH 02/12] ipvs: fix rtnl_lock lockups caused by start_sync_thread
` [PATCH 03/12] netfilter: ebtables: don't attempt to allocate 0-sized compat array
` [PATCH 04/12] netfilter: xt_connmark: Add bit mapping for bit-shift operation
` [PATCH 05/12] netfilter: conntrack: silent a memory leak warning
` [PATCH 06/12] netfilter: fix CONFIG_NF_REJECT_IPV6=m link error
` [PATCH 07/12] netfilter: nf_tables: can't fail after linking rule into active rule list
` [PATCH 08/12] netfilter: nf_tables: free set name in error path
` [PATCH 09/12] netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()
` [PATCH 10/12] netfilter: nf_tables: NAT chain and extensions require NF_TABLES
` [PATCH 11/12] netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
` [PATCH 12/12] netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2
[bpf-next PATCH 0/3] Add ID to bpf_map/prog tracepoints
2018-04-23 20:22 UTC (7+ messages)
` [bpf-next PATCH 3/3] bpf: add sample program to trace map events
[iptables 1/2] extensions: libip6t_srh: support matching previous, next and last SID
2018-04-23 20:16 UTC (6+ messages)
` [nf-next] netfilter: extend SRH match to "
[PATCH net-next 0/2] net/ipv6: couple of fixes for rcu change to from
2018-04-23 20:13 UTC (4+ messages)
` [PATCH net-next 1/2] net/ipv6: add rcu locking to ip6_negative_advice
` [PATCH net-next 2/2] net/ipv6: Fix missing rcu dereferences on from
[RFC V3 PATCH 0/8] Packed ring for vhost
2018-04-23 20:11 UTC (4+ messages)
[PATCH 0/3] bpf: Store/dump license string for loaded program
2018-04-23 20:11 UTC (2+ messages)
[PATCH net-next v7 0/4] Enable virtio_net to act as a standby for a passthru device
2018-04-23 20:06 UTC (14+ messages)
` [PATCH v7 net-next 2/4] net: Introduce generic failover module
` [PATCH v7 net-next 4/4] netvsc: refactor notifier/event handling code to use the failover framework
KASAN: null-ptr-deref Read in refcount_inc_not_zero
2018-04-23 20:05 UTC (2+ messages)
[PATCH bpf-next v5 00/10] bpf: add bpf_get_stack helper
2018-04-23 19:48 UTC (14+ messages)
` [PATCH bpf-next v5 01/10] bpf: change prototype for stack_map_get_build_id_offset
` [PATCH bpf-next v5 02/10] bpf: add bpf_get_stack helper
` [PATCH bpf-next v5 03/10] bpf/verifier: refine retval R0 state for "
` [PATCH bpf-next v5 04/10] bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals
` [PATCH bpf-next v5 05/10] bpf/verifier: improve register value range tracking with ARSH
` [PATCH bpf-next v5 06/10] tools/bpf: add bpf_get_stack helper to tools headers
` [PATCH bpf-next v5 07/10] samples/bpf: move common-purpose trace functions to selftests
` [PATCH bpf-next v5 08/10] tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH
` [PATCH bpf-next v5 09/10] tools/bpf: add a test for bpf_get_stack with raw tracepoint prog
` [PATCH bpf-next v5 10/10] tools/bpf: add a test for bpf_get_stack with "
[RFC v3 net-next 00/18] Time based packet transmission
2018-04-23 18:21 UTC (4+ messages)
` [RFC v3 net-next 13/18] net/sched: Introduce the TBS Qdisc
[PATCH] Bluetooth: use wait_event API instead of open-coding it
2018-04-23 17:58 UTC (2+ messages)
[PATCH 0/3] Introduce LSM-hook for socketpair(2)
2018-04-23 17:52 UTC (7+ messages)
` [PATCH 1/3] security: add hook for socketpair(AF_UNIX, ...)
` [PATCH 2/3] net/unix: hook unix_socketpair() into LSM
` [PATCH 3/3] selinux: provide unix_stream_socketpair callback
[PATCH net-next 0/6] net: Extend availability of PHY statistics
2018-04-23 17:46 UTC (2+ messages)
Bluetooth/lock_sock: false positive "WARNING: possible recursive locking detected"
2018-04-23 17:01 UTC (2+ messages)
KMSAN: uninit-value in _copy_to_iter (2)
2018-04-23 16:56 UTC
[PATCH net 0/3] amd-xgbe: AMD XGBE driver fixes 2018-04-23
2018-04-23 16:43 UTC (4+ messages)
` [PATCH net 1/3] amd-xgbe: Add pre/post auto-negotiation phy hooks
` [PATCH net 2/3] amd-xgbe: Improve KR auto-negotiation and training
` [PATCH net 3/3] amd-xgbe: Only use the SFP supported transceiver signals
[PATCH bpf-next v3 0/9] bpf: add bpf_get_stack helper
2018-04-23 16:19 UTC (4+ messages)
` [PATCH bpf-next v3 4/9] bpf/verifier: improve register value range tracking with ARSH
[PATCH net] sfc: ARFS filter IDs
2018-04-23 16:16 UTC (2+ messages)
[PATCH net-next] net: init sk_cookie for inet socket
2018-04-23 16:09 UTC (3+ messages)
[PATCH net-next 0/2] Add configuration information to register dump and debug data
2018-04-23 16:06 UTC (4+ messages)
` [PATCH net-next 1/2] qed: Delete unused parameter p_ptt from mcp APIs
` [PATCH net-next 2/2] qed: Add configuration information to register dump and debug data
[PATCH v2 net-next] net: stmmac: Implement logic to automatically select HW Interface
2018-04-23 16:04 UTC (2+ messages)
[PATCH net] ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
2018-04-23 16:02 UTC (3+ messages)
[PATCH] r8169: don't use netif_info et al before net_device has been registered
2018-04-23 15:59 UTC (2+ messages)
[PATCH net] bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslave
2018-04-23 15:55 UTC (2+ messages)
[pci PATCH v8 0/4] Add support for unmanaged SR-IOV
2018-04-23 15:47 UTC (4+ messages)
[PATCH 1/3] ethtool: Support ETHTOOL_GSTATS2 command
2018-04-23 15:41 UTC (7+ messages)
[PATCH] net: don't use kvzalloc for DMA memory
2018-04-23 15:25 UTC (19+ messages)
` [PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
Fw: [Bug 199469] New: Regression in 32-bit-compat dev_ioctl due to bf4405737f9f85a06db2b0ce5d76a818b61992e2
2018-04-23 15:19 UTC
[PATCH for-rc] uapi: Fix SPDX tags for files referring to the 'OpenIB.org' license
2018-04-23 15:11 UTC (3+ messages)
WARNING: suspicious RCU usage in rt6_check_expired
2018-04-23 15:10 UTC (3+ messages)
KMSAN: uninit-value in strnlen
2018-04-23 15:01 UTC (2+ messages)
[PATCH net] pppoe: check sockaddr length in pppoe_connect()
2018-04-23 14:38 UTC
[PATCH net] net: ethtool: Add missing kernel doc for FEC parameters
2018-04-23 14:28 UTC (2+ messages)
[PATCH net-next v2 0/2] fib rules extack support
2018-04-23 14:21 UTC (2+ messages)
[PATCH net] l2tp: check sockaddr length in pppol2tp_connect()
2018-04-23 14:15 UTC
[PATCH net-next 1/1] tc-testing: updated ife test cases
2018-04-23 14:13 UTC (2+ messages)
[PATCH net-next, v2] Per interface IPv4 stats (CONFIG_IP_IFSTATS_TABLE)
2018-04-23 14:07 UTC (2+ messages)
[PATCH] selftests: net: update .gitignore with missing test
2018-04-23 14:00 UTC
[PATCH v3 net-next] net: introduce a new tracepoint for tcp_rcv_space_adjust
2018-04-23 13:58 UTC (2+ messages)
[PATCH net] tcp: don't read out-of-bounds opsize
2018-04-23 13:52 UTC (2+ messages)
[PATCH net-next] net: stmmac: Implement logic to automatically select HW Interface
2018-04-23 13:52 UTC (3+ messages)
IP_ADD_MEMBERSHIP with imr_ifindex!=0 for multiple processes with different interfaces
2018-04-23 13:29 UTC (2+ messages)
KMSAN: uninit-value in ip_vs_lblcr_check_expire
2018-04-23 13:28 UTC
KMSAN: uninit-value in ip_vs_lblc_check_expire
2018-04-23 13:28 UTC
[PATCH net-next 0/5] virtio-net: Add SCTP checksum offload support
2018-04-23 13:17 UTC (6+ messages)
Page allocator bottleneck
2018-04-23 13:10 UTC (8+ messages)
Repeating "unregister_netdevice: waiting for lo to become free" caused by upstream 76da0704507bb ("ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER")
2018-04-23 13:08 UTC
[PATCH net 1/1] Modify the seq_puts and seq_printf of af_netlink.c file
2018-04-23 12:51 UTC
[PATCH] dca: make function dca_common_get_tag static
2018-04-23 12:49 UTC
[PATCH net-next] lan78xx: Lan7801 Support for Fixed PHY
2018-04-23 12:42 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).