netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-17 17:58:30 to 2019-06-17 23:35:14 UTC [more...]

[GIT] Networking
 2019-06-17 23:35 UTC  (2+ messages)

[net-next 00/11][pull request] Intel Wired LAN Driver Updates 2019-06-17
 2019-06-17 23:33 UTC  (12+ messages)
` [net-next 01/11] iavf: Create VLAN tag elements starting from the first element
` [net-next 02/11] iavf: use signed variable
` [net-next 03/11] iavf: wait longer for close to complete
` [net-next 04/11] iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()
` [net-next 05/11] iavf: Fix the math for valid length for ADq enable
` [net-next 06/11] iavf: Move commands processing to the separate function
` [net-next 07/11] iavf: Remove timer for work triggering, use delaying work instead
` [net-next 08/11] iavf: Refactor the watchdog state machine
` [net-next 09/11] iavf: Refactor init "
` [net-next 10/11] iavf: add call to iavf_[add|del]_cloud_filter
` [net-next 11/11] iavf: allow null RX descriptors

[PATCH net-next v3 0/3] UDP GSO audit tests
 2019-06-17 23:30 UTC  (6+ messages)
` [PATCH net-next v3 1/3] net/udpgso_bench_tx: options to exercise TX CMSG
` [PATCH net-next v3 2/3] net/udpgso_bench.sh add UDP GSO audit tests
` [PATCH net-next v3 3/3] net/udpgso_bench.sh test fails on error

[PATCH net-next 0/2] net: ipv4: remove erroneous advancement of list pointer
 2019-06-17 23:27 UTC  (2+ messages)

[PATCH] bpf: hide do_bpf_send_signal when unused
 2019-06-17 23:27 UTC  (5+ messages)

[PATCH net-next] net: dsa: sja1105: fix ptp link error
 2019-06-17 23:25 UTC  (2+ messages)

[PATCH net-next] net: stmmac: fix unused-variable warning
 2019-06-17 23:24 UTC  (2+ messages)

[PATCH net-next v3 0/6] net/sched: Add txtime-assist support for taprio
 2019-06-17 23:23 UTC  (9+ messages)
` [PATCH net-next v3 1/6] igb: clear out tstamp after sending the packet
` [PATCH net-next v3 2/6] etf: Add skip_sock_check
` [PATCH net-next v3 3/6] taprio: calculate cycle_time when schedule is installed
` [PATCH net-next v3 4/6] taprio: Add support for txtime-assist mode
` [PATCH net-next v3 5/6] taprio: make clock reference conversions easier
` [PATCH net-next v3 6/6] taprio: Adjust timestamps for TCP packets

[PATCH net-next 0/2] net: mediatek: Add MT7621 TRGMII mode support
 2019-06-17 23:20 UTC  (6+ messages)

[PATCH v6 2/8] linux/net.h: use unique identifier for each struct _ddebug
 2019-06-17 23:08 UTC  (2+ messages)

[RFC PATCH net-next 00/33] Multipath TCP
 2019-06-17 22:58 UTC  (34+ messages)
` [RFC PATCH net-next 01/33] tcp: Add MPTCP option number
` [RFC PATCH net-next 02/33] tcp: Define IPPROTO_MPTCP
` [RFC PATCH net-next 03/33] mptcp: Add MPTCP socket stubs
` [RFC PATCH net-next 04/33] mptcp: Handle MPTCP TCP options
` [RFC PATCH net-next 05/33] mptcp: Associate MPTCP context with TCP socket
` [RFC PATCH net-next 06/33] tcp: Expose tcp struct and routine for MPTCP
` [RFC PATCH net-next 07/33] mptcp: Handle MP_CAPABLE options for outgoing connections
` [RFC PATCH net-next 08/33] mptcp: add mptcp_poll
` [RFC PATCH net-next 09/33] tcp, ulp: Add clone operation to tcp_ulp_ops
` [RFC PATCH net-next 10/33] mptcp: Create SUBFLOW socket for incoming connections
` [RFC PATCH net-next 11/33] mptcp: Add key generation and token tree
` [RFC PATCH net-next 12/33] mptcp: Add shutdown() socket operation
` [RFC PATCH net-next 13/33] mptcp: Add setsockopt()/getsockopt() socket operations
` [RFC PATCH net-next 14/33] tcp: clean ext on tx recycle
` [RFC PATCH net-next 15/33] mptcp: Add MPTCP to skb extensions
` [RFC PATCH net-next 16/33] tcp: Prevent coalesce/collapse when skb has MPTCP extensions
` [RFC PATCH net-next 17/33] tcp: Export low-level TCP functions
` [RFC PATCH net-next 18/33] mptcp: Write MPTCP DSS headers to outgoing data packets
` [RFC PATCH net-next 19/33] mptcp: Implement MPTCP receive path
` [RFC PATCH net-next 20/33] mptcp: Make connection_list a real list of subflows
` [RFC PATCH net-next 21/33] mptcp: add and use mptcp_subflow_hold
` [RFC PATCH net-next 22/33] mptcp: add basic kselftest program
` [RFC PATCH net-next 23/33] mptcp: selftests: switch to netns+veth based tests
` [RFC PATCH net-next 24/33] mptcp: selftests: Add capture option
` [RFC PATCH net-next 25/33] mptcp: use sk_page_frag() in sendmsg
` [RFC PATCH net-next 26/33] mptcp: sendmsg() do spool all the provided data
` [RFC PATCH net-next 27/33] mptcp: allow collapsing consecutive sendpages on the same substream
` [RFC PATCH net-next 28/33] tcp: Check for filled TCP option space before SACK
` [RFC PATCH net-next 29/33] mptcp: accept: don't leak mptcp socket structure
` [RFC PATCH net-next 30/33] mptcp: switch sublist to mptcp socket lock protection
` [RFC PATCH net-next 31/33] mptcp: Add path manager interface
` [RFC PATCH net-next 32/33] mptcp: Add ADD_ADDR handling
` [RFC PATCH net-next 33/33] mptcp: Add handling of incoming MP_JOIN requests

[PATCH net-next 0/4] qed: Devlink support for config attributes management
 2019-06-17 22:54 UTC  (3+ messages)
` [PATCH net-next 4/4] qed: Add devlink support for configuration attributes

[PATCH bpf-next] libbpf: constify getter APIs
 2019-06-17 22:48 UTC 

[PATCH v3 0/7] Hexdump Enhancements
 2019-06-17 22:47 UTC  (3+ messages)
` [PATCH v3 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer

[PATCH] netfilter: nft_paylaod: add base type NFT_PAYLOAD_LL_HEADER_NO_TAG
 2019-06-17 22:42 UTC  (4+ messages)

[PATCH 0/3] Netfilter fixes for net
 2019-06-17 22:42 UTC  (4+ messages)
` [PATCH 1/3] netfilter: nf_tables: fix module autoload with inet family
` [PATCH 2/3] netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments
` [PATCH 3/3] netfilter: ipv6: nf_defrag: accept duplicate fragments again

[PATCH net v2 0/2] net: netem: fix issues with corrupting GSO frames
 2019-06-17 22:33 UTC  (5+ messages)
` [PATCH net v2 1/2] net: netem: fix backlog accounting for corrupted "
` [PATCH net v2 2/2] net: netem: fix use after free and double free with packet corruption

[PATCH iproute2 v2 0/3] refactor the cmd_exec()
 2019-06-17 22:24 UTC  (5+ messages)

[PATCH v2 bpf-next 00/11] BTF-defined BPF map definitions
 2019-06-17 22:20 UTC  (20+ messages)
` [PATCH v2 bpf-next 01/11] libbpf: add common min/max macro to libbpf_internal.h
` [PATCH v2 bpf-next 02/11] libbpf: extract BTF loading logic
` [PATCH v2 bpf-next 03/11] libbpf: streamline ELF parsing error-handling
` [PATCH v2 bpf-next 04/11] libbpf: refactor map initialization
` [PATCH v2 bpf-next 05/11] libbpf: identify maps by section index in addition to offset
` [PATCH v2 bpf-next 06/11] libbpf: split initialization and loading of BTF
` [PATCH v2 bpf-next 07/11] libbpf: allow specifying map definitions using BTF
` [PATCH v2 bpf-next 08/11] selftests/bpf: add test for BTF-defined maps
` [PATCH v2 bpf-next 09/11] selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to "
` [PATCH v2 bpf-next 10/11] selftests/bpf: convert tests w/ custom values "
` [PATCH v2 bpf-next 11/11] selftests/bpf: convert remaining selftests "

[RFC net-next 0/2] Track recursive calls in TC act_mirred
 2019-06-17 22:11 UTC  (4+ messages)
` [RFC net-next 1/2] net: sched: refactor reinsert action

[PATCH net-next v2 0/3] Add MPLS actions to TC
 2019-06-17 22:09 UTC  (6+ messages)
` [PATCH net-next v2 1/3] net: sched: add mpls manipulation "

[PATCH v3] net: ipv4: move tcp_fastopen server side code to SipHash library
 2019-06-17 22:09 UTC  (4+ messages)

[PATCH] net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_create
 2019-06-17 21:30 UTC  (5+ messages)

[PATCH bpf] bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookup
 2019-06-17 21:20 UTC  (2+ messages)

[PATCH] bpf: optimize constant blinding
 2019-06-17 21:16 UTC  (13+ messages)

[PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 21:07 UTC  (15+ messages)
` [PATCH bpf-next 2/8] libbpf: extract BTF loading and simplify ELF parsing logic
` [PATCH bpf-next 6/8] libbpf: allow specifying map definitions using BTF
` [PATCH bpf-next 8/8] selftests/bpf: switch tests to BTF-defined map definitions

[patch net-next] net: sched: cls_matchall: allow to delete filter
 2019-06-17 21:06 UTC  (2+ messages)

[PATCH][next] net: hns3: fix dereference of ae_dev before it is null checked
 2019-06-17 21:05 UTC  (2+ messages)

[PATCH net-next 0/2] net: sched: act_ctinfo: fixes
 2019-06-17 21:01 UTC  (2+ messages)

[RFC PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 20:59 UTC  (6+ messages)
` [RFC PATCH bpf-next 6/8] libbpf: allow specifying map definitions using BTF

[PATCH net-next] vhost_net: disable zerocopy by default
 2019-06-17 20:58 UTC  (2+ messages)

[PATCH net-next v4 0/3] hinic: add rss support and rss parameters configuration
 2019-06-17 20:34 UTC  (3+ messages)
` [PATCH net-next v4 1/3] hinic: add rss support

[net-next] tipc: include retrans failure detection for unicast
 2019-06-17 20:29 UTC  (2+ messages)

[PATCH net-next] team: add ethtool get_link_ksettings
 2019-06-17 20:23 UTC  (3+ messages)
` [PATCHv2 "

[PATCH net v4] net/udp_gso: Allow TX timestamp with UDP GSO
 2019-06-17 20:20 UTC  (2+ messages)

[PATCH rdma-next v1 0/4] Expose ENCAP mode to mlx5_ib
 2019-06-17 20:18 UTC  (3+ messages)

[PATCH net] hvsock: fix epollout hang from race condition
 2019-06-17 20:04 UTC  (8+ messages)

WARNING in bpf_prog_kallsyms_find
 2019-06-17 20:00 UTC  (2+ messages)

[PATCH] e1000e: Make watchdog use delayed work
 2019-06-17 19:54 UTC 

[PATCH net v2] hvsock: fix epollout hang from race condition
 2019-06-17 19:26 UTC 

[PATCH mlx5-next 00/15] Mellanox, mlx5 vport metadata matching
 2019-06-17 19:23 UTC  (16+ messages)
` [PATCH mlx5-next 01/15] net/mlx5: Introduce vport metadata matching bits and enum constants
` [PATCH mlx5-next 02/15] net/mlx5: Get vport ACL namespace by vport index
` [PATCH mlx5-next 03/15] net/mlx5: Support allocating modify header context from ingress ACL
` [PATCH mlx5-next 04/15] net/mlx5: Add flow context for flow tag
` [PATCH mlx5-next 05/15] net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingress ACLs
` [PATCH mlx5-next 06/15] net/mlx5e: Specifying known origin of packets matching the flow
` [PATCH mlx5-next 07/15] net/mlx5: E-Switch, Add match on vport metadata for rule in fast path
` [PATCH mlx5-next 08/15] net/mlx5: E-Switch, Add query and modify esw vport context functions
` [PATCH mlx5-next 09/15] net/mlx5: E-Switch, Pass metadata from FDB to eswitch manager
` [PATCH mlx5-next 10/15] net/mlx5: E-Switch, Add match on vport metadata for rule in slow path
` [PATCH mlx5-next 11/15] RDMA/mlx5: Add vport metadata matching for IB representors
` [PATCH mlx5-next 12/15] net/mlx5: E-Switch, Enable vport metadata matching if firmware supports it
` [PATCH mlx5-next 13/15] net/mlx5: E-Switch, Use vport index when init rep
` [PATCH mlx5-next 14/15] {IB, net}/mlx5: E-Switch, Use index of rep for vport to IB port mapping
` [PATCH mlx5-next 15/15] RDMA/mlx5: Cleanup rep when doing unload

[PATCH][V2] net: lio_core: fix potential sign-extension overflow on large shift
 2019-06-17 19:17 UTC  (2+ messages)

[PATCH v3 bpf-next 0/9] bpf: bounded loops and other features
 2019-06-17 19:06 UTC  (4+ messages)

[PATCH v5 0/5] brcmfmac: sdio: Deal better w/ transmission errors related to idle
 2019-06-17 18:46 UTC  (8+ messages)
` [PATCH v5 1/5] Revert "brcmfmac: disable command decode in sdio_aos"
` [PATCH v5 2/5] mmc: core: API to temporarily disable retuning for SDIO CRC errors
` [PATCH v5 3/5] brcmfmac: sdio: Disable auto-tuning around commands expected to fail
` [PATCH v5 4/5] mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()
` [PATCH v5 5/5] brcmfmac: sdio: Don't tune while the card is off

[PATCH 1/2] ipoib: correcly show a VF hardware address
 2019-06-17 18:50 UTC  (2+ messages)

[PATCH] uapi: avoid namespace conflict in linux/posix_types.h
 2019-06-17 18:48 UTC  (13+ messages)

[PATCH v2 0/2] Add macb support for SiFive FU540-C000
 2019-06-17 18:42 UTC  (9+ messages)

[PATCH net v4 0/8] Fix listing (IPv4, IPv6) and flushing (IPv6) of cached route exceptions
 2019-06-17 18:28 UTC  (11+ messages)
` [PATCH net v4 1/8] ipv4/fib_frontend: Rename ip_valid_fib_dump_req, provide non-strict version

[RFC PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 18:15 UTC  (8+ messages)
` [RFC PATCH bpf-next 3/8] libbpf: refactor map initialization
` [RFC PATCH bpf-next 4/8] libbpf: identify maps by section index in addition to offset

[RFC PATCH net-next 0/2] net: extend INET_DIAG_INFO with information specific to TCP ULP
 2019-06-17 18:07 UTC  (5+ messages)
` [RFC PATCH net-next 2/2] net: tls: export protocol version and cipher to socket diag

[PATCH bpf-next v6 0/9] bpf: getsockopt and setsockopt hooks
 2019-06-17 18:01 UTC  (10+ messages)
` [PATCH bpf-next v6 1/9] bpf: implement "
` [PATCH bpf-next v6 2/9] bpf: sync bpf.h to tools/
` [PATCH bpf-next v6 3/9] libbpf: support sockopt hooks
` [PATCH bpf-next v6 4/9] selftests/bpf: test sockopt section name
` [PATCH bpf-next v6 5/9] selftests/bpf: add sockopt test
` [PATCH bpf-next v6 6/9] selftests/bpf: add sockopt test that exercises sk helpers
` [PATCH bpf-next v6 7/9] selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTI
` [PATCH bpf-next v6 8/9] bpf: add sockopt documentation
` [PATCH bpf-next v6 9/9] bpftool: support cgroup sockopt


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