netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-13 20:39:55 to 2019-12-14 07:51:50 UTC [more...]

[PATCH] net: marvell: mvpp2: phylink requires the link interrupt
 2019-12-14  7:51 UTC  (4+ messages)

[PATCH] net: hisilicon: Fix a BUG trigered by wrong bytes_compl
 2019-12-14  7:23 UTC 

[PATCH net-next 00/15] Multipath TCP part 2: Single subflow
 2019-12-14  6:04 UTC  (16+ messages)
` [PATCH net-next 01/15] mptcp: Add MPTCP socket stubs
` [PATCH net-next 02/15] mptcp: Handle MPTCP TCP options
` [PATCH net-next 03/15] mptcp: Associate MPTCP context with TCP socket
` [PATCH net-next 04/15] mptcp: Handle MP_CAPABLE options for outgoing connections
` [PATCH net-next 05/15] mptcp: Create SUBFLOW socket for incoming connections
` [PATCH net-next 06/15] mptcp: Add key generation and token tree
` [PATCH net-next 07/15] mptcp: Add shutdown() socket operation
` [PATCH net-next 08/15] mptcp: Add setsockopt()/getsockopt() socket operations
` [PATCH net-next 09/15] mptcp: Write MPTCP DSS headers to outgoing data packets
` [PATCH net-next 10/15] mptcp: Implement MPTCP receive path
` [PATCH net-next 11/15] mptcp: add subflow write space signalling and mptcp_poll
` [PATCH net-next 12/15] mptcp: recvmsg() can drain data from multiple subflows
` [PATCH net-next 13/15] mptcp: allow collapsing consecutive sendpages on the same substream
` [PATCH net-next 14/15] mptcp: new sysctl to control the activation per NS
` [PATCH net-next 15/15] mptcp: add basic kselftest for mptcp

[PATCH net] 6pack,mkiss: fix possible deadlock
 2019-12-14  5:56 UTC  (2+ messages)

[PATCH net v2] tcp/dccp: fix possible race __inet_lookup_established()
 2019-12-14  5:45 UTC  (2+ messages)

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-14  3:26 UTC  (2+ messages)
` [PATCH v11 "

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

[PATCH net] tcp/dccp: fix possible race __inet_lookup_established()
 2019-12-14  2:16 UTC  (7+ messages)

[PATCH net-next] Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace"
 2019-12-14  2:15 UTC  (2+ messages)

[PATCH net-next] bonding: don't init workqueues on error
 2019-12-14  2:10 UTC  (2+ messages)

[PATCH net-next 0/5] net: hns3: some optimizaions related to work task
 2019-12-14  2:06 UTC  (6+ messages)
` [PATCH net-next 1/5] net: hns3: schedule hclgevf_service by using delayed workqueue
` [PATCH net-next 2/5] net: hns3: remove mailbox and reset work in hclge_main
` [PATCH net-next 3/5] net: hns3: remove unnecessary work in hclgevf_main
` [PATCH net-next 4/5] net: hns3: allocate WQ with WQ_MEM_RECLAIM flag
` [PATCH net-next 5/5] net: hns3: do not schedule the periodic task when reset fail

[PATCH v4 bpf-next 0/4] Add libbpf-provided extern variables support
 2019-12-14  1:47 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/4] libbpf: extract internal map names into constants
` [PATCH v4 bpf-next 2/4] libbpf: support libbpf-provided extern variables
` [PATCH v4 bpf-next 3/4] bpftool: generate externs datasec in BPF skeleton
` [PATCH v4 bpf-next 4/4] selftests/bpf: add tests for libbpf-provided externs

[PATCH v4 bpf-next 00/17] Add code-generated BPF object skeleton support
 2019-12-14  1:43 UTC  (18+ messages)
` [PATCH v4 bpf-next 01/17] libbpf: don't require root for bpf_object__open()
` [PATCH v4 bpf-next 02/17] libbpf: add generic bpf_program__attach()
` [PATCH v4 bpf-next 03/17] libbpf: move non-public APIs from libbpf.h to libbpf_internal.h
` [PATCH v4 bpf-next 04/17] libbpf: add BPF_EMBED_OBJ macro for embedding BPF .o files
` [PATCH v4 bpf-next 05/17] libbpf: extract common user-facing helpers
` [PATCH v4 bpf-next 06/17] libbpf: expose btf__align_of() API
` [PATCH v4 bpf-next 07/17] libbpf: expose BTF-to-C type declaration emitting API
` [PATCH v4 bpf-next 08/17] libbpf: expose BPF program's function name
` [PATCH v4 bpf-next 09/17] libbpf: refactor global data map initialization
` [PATCH v4 bpf-next 10/17] libbpf: postpone BTF ID finding for TRACING programs to load phase
` [PATCH v4 bpf-next 11/17] libbpf: reduce log level of supported section names dump
` [PATCH v4 bpf-next 12/17] libbpf: add BPF object skeleton support
` [PATCH v4 bpf-next 13/17] bpftool: add skeleton codegen command
` [PATCH v4 bpf-next 14/17] selftests/bpf: add BPF skeletons selftests and convert attach_probe.c
` [PATCH v4 bpf-next 15/17] selftests/bpf: convert few more selftest to skeletons
` [PATCH v4 bpf-next 16/17] selftests/bpf: add test validating data section to struct convertion layout
` [PATCH v4 bpf-next 17/17] bpftool: add `gen skeleton` BASH completions

[PATCH net v2] net/ibmvnic: Fix typo in retry check
 2019-12-14  1:27 UTC  (2+ messages)

[PATCH v3 bpf-next 0/4] Add libbpf-provided extern variables support
 2019-12-14  1:20 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: extract internal map names into constants
` [PATCH v3 bpf-next 2/4] libbpf: support libbpf-provided extern variables
` [PATCH v3 bpf-next 3/4] bpftool: generate externs datasec in BPF skeleton
` [PATCH v3 bpf-next 4/4] selftests/bpf: add tests for libbpf-provided externs

[PATCH net] ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is set
 2019-12-14  1:15 UTC  (2+ messages)

[PATCH v3 bpf-next 00/17] Add code-generated BPF object skeleton support
 2019-12-14  1:07 UTC  (24+ messages)
` [PATCH v3 bpf-next 01/17] libbpf: don't require root for bpf_object__open()
` [PATCH v3 bpf-next 02/17] libbpf: add generic bpf_program__attach()
` [PATCH v3 bpf-next 03/17] libbpf: move non-public APIs from libbpf.h to libbpf_internal.h
` [PATCH v3 bpf-next 04/17] libbpf: add BPF_EMBED_OBJ macro for embedding BPF .o files
` [PATCH v3 bpf-next 05/17] libbpf: extract common user-facing helpers
` [PATCH v3 bpf-next 06/17] libbpf: expose btf__align_of() API
` [PATCH v3 bpf-next 07/17] libbpf: expose BTF-to-C type declaration emitting API
` [PATCH v3 bpf-next 08/17] libbpf: expose BPF program's function name
` [PATCH v3 bpf-next 09/17] libbpf: refactor global data map initialization
` [PATCH v3 bpf-next 10/17] libbpf: postpone BTF ID finding for TRACING programs to load phase
` [PATCH v3 bpf-next 11/17] libbpf: reduce log level of supported section names dump
` [PATCH v3 bpf-next 12/17] libbpf: add BPF object skeleton support
` [PATCH v3 bpf-next 13/17] bpftool: add skeleton codegen command
` [PATCH v3 bpf-next 14/17] selftests/bpf: add BPF skeletons selftests and convert attach_probe.c
` [PATCH v3 bpf-next 15/17] selftests/bpf: convert few more selftest to skeletons
` [PATCH v3 bpf-next 16/17] selftests/bpf: add test validating data section to struct convertion layout
` [PATCH v3 bpf-next 17/17] bpftool: add `gen skeleton` BASH completions

[PATCH net-next 00/11] Multipath TCP: Prerequisites
 2019-12-14  0:28 UTC  (16+ messages)
` [PATCH net-next 01/11] net: Make sock protocol value checks more specific
` [PATCH net-next 02/11] sock: Make sk_protocol a 16-bit value
` [PATCH net-next 03/11] tcp: Define IPPROTO_MPTCP
` [PATCH net-next 04/11] tcp: Add MPTCP option number
` [PATCH net-next 05/11] tcp, ulp: Add clone operation to tcp_ulp_ops
` [PATCH net-next 06/11] mptcp: Add MPTCP to skb extensions
` [PATCH net-next 07/11] tcp: Prevent coalesce/collapse when skb has MPTCP extensions
` [PATCH net-next 08/11] tcp: Export TCP functions and ops struct
` [PATCH net-next 09/11] tcp: Check for filled TCP option space before SACK
` [PATCH net-next 10/11] tcp: clean ext on tx recycle
` [PATCH net-next 11/11] skb: add helpers to allocate ext independently from sk_buff

[PATCH net 0/8] net: stmmac: Fixes for -net
 2019-12-14  0:22 UTC  (2+ messages)

[PATCH] net: mscc: ocelot: hide MSCC_OCELOT_SWITCH and move outside NET_VENDOR_MICROSEMI
 2019-12-14  0:10 UTC  (2+ messages)

[PATCH] ptp: clockmatrix: add I2C dependency
 2019-12-13 23:44 UTC  (2+ messages)

[PATCH net] bnxt: apply computed clamp value for coalece parameter
 2019-12-13 23:38 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUN
 2019-12-13 23:34 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: test wire_len/gso_segs in BPF_PROG_TEST_RUN

[PATCH bpf] bpf: clear skb->tstamp in bpf_redirect when necessary
 2019-12-13 23:25 UTC  (5+ messages)
` [PATCH bpf v2] "

[PATCH] mailmap: add entry for myself
 2019-12-13 23:20 UTC  (2+ messages)

[PATCH net-next] MAINTAINERS: Add maintainers for rmnet
 2019-12-13 23:19 UTC  (2+ messages)

[PULL] virtio: cleanups and fixes
 2019-12-13 23:10 UTC  (2+ messages)

[net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
 2019-12-13 23:08 UTC  (7+ messages)
` [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
` [PATCH v3 19/20] RDMA: Add irdma Kconfig/Makefile and remove i40iw

[v1,net-next, 1/2] ethtool: add setting frame preemption of traffic classes
 2019-12-11  2:52 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUN
 2019-12-13 22:06 UTC  (5+ messages)

[PATCH bpf-next v5 0/6] Introduce the BPF dispatcher
 2019-12-13 21:23 UTC  (8+ messages)
` [PATCH bpf-next v5 1/6] bpf: move trampoline JIT image allocation to a function
` [PATCH bpf-next v5 2/6] bpf: introduce BPF dispatcher
` [PATCH bpf-next v5 3/6] bpf, xdp: start using the BPF dispatcher for XDP
` [PATCH bpf-next v5 4/6] bpf: start using the BPF dispatcher in BPF_TEST_RUN
` [PATCH bpf-next v5 5/6] selftests: bpf: add xdp_perf test
` [PATCH bpf-next v5 6/6] bpf, x86: align dispatcher branch targets to 16B

RSTP with switchdev question
 2019-12-13 21:18 UTC 

LRO/HW_GRO is not disabled when native xdp is installed
 2019-12-13 21:09 UTC  (4+ messages)
  ` [EXT] "

[PATCH bpf-next 0/4] Fix perf_buffer creation on systems with offline CPUs
 2019-12-13 21:04 UTC  (2+ messages)

[PATCH v2 00/24] drivers, fs: y2038 updates
 2019-12-13 20:53 UTC  (4+ messages)
` [PATCH v2 08/24] packet: clarify timestamp overflow
` [PATCH v2 15/24] sunrpc: convert to time64_t for expiry
` [PATCH v2 16/24] nfs: use time64_t internally

[PATCH] Revert "iwlwifi: mvm: fix scan config command size"
 2019-12-13 20:35 UTC 

[PATCH net] bonding: fix active-backup transition after link failure
 2019-12-13 20:28 UTC  (6+ messages)

[PATCH 1/2] ipv6: Annotate bitwise IPv6 dsfield pointer cast
 2019-12-13 20:24 UTC  (2+ messages)
` [PATCH 2/2] ipv6: Annotate ipv6_addr_is_* bitwise pointer casts

[PATCH net-next] netdevsim: Add max_vfs to bus_dev
 2019-12-13 20:05 UTC  (15+ messages)

[PATCH] net: dsa: b53: Fix egress flooding settings
 2019-12-13 20:00 UTC 

[PATCH bpf-next v10 0/2] bpf: adding get_file_path helper
 2019-12-13 19:51 UTC  (8+ messages)
` [PATCH bpf-next v10 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname

[PATCH bpf-next v2 0/3] bpftool: match programs and maps by names
 2019-12-13 19:10 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpftool: match several programs with same tag
` [PATCH bpf-next v2 2/3] bpftool: match programs by name
` [PATCH bpf-next v2 3/3] bpftool: match maps "

[RFC] btf: Some structs are doubled because of struct ring_buffer
 2019-12-13 19:05 UTC  (13+ messages)

[PATCH v3 bpf-next 00/11] add bpf batch ops to process more than 1 elem
 2019-12-13 18:58 UTC  (9+ messages)
` [PATCH v3 bpf-next 05/11] bpf: add generic_batch_ops to lpm_trie map
` [PATCH v3 bpf-next 06/11] bpf: add batch ops to all htab bpf map
` [PATCH v3 bpf-next 09/11] selftests/bpf: add batch ops testing for htab and htab_percpu map

[PATCH v3 net-next 0/2] ionic: add sriov support
 2019-12-13 18:55 UTC  (3+ messages)
` [PATCH v3 net-next 1/2] ionic: ionic_if bits for sr-iov support
` [PATCH v3 net-next 2/2] ionic: support sr-iov operations

[PATCH net 0/2] vsock/virtio: fix null-pointer dereference and related precautions
 2019-12-13 18:48 UTC  (3+ messages)
` [PATCH net 1/2] vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()
` [PATCH net 2/2] vsock/virtio: add WARN_ON check on virtio_transport_get_ops()

[PATCH net-next v2 0/3] improve clause 45 support in phylink
 2019-12-13 18:22 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: phylink: improve clause 45 PHY ksettings_set implementation
` [PATCH net-next v2 2/3] net: phylink: extend clause 45 PHY validation workaround
` [PATCH net-next v2 3/3] net: mvpp2: update mvpp2 validate() implementation

[PATCH bpf-next 0/3] bpftool: match programs and maps by names
 2019-12-13 18:10 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpftool: match several programs with same tag
` [PATCH bpf-next 2/3] bpftool: match programs by name

[PATCH bpf-next 00/12] xsk: clean up ring access functions
 2019-12-13 18:04 UTC  (3+ messages)
` [PATCH bpf-next 02/12] xsk: consolidate to one single cached producer pointer

[PATCH] selftests: net: tls: remove recv_rcvbuf test
 2019-12-13 17:52 UTC  (2+ messages)

[PATCH bpf-next 11/15] bpftool: add skeleton codegen command
 2019-12-13 17:47 UTC  (14+ 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).