netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-09 19:12:58 to 2019-10-10 08:31:07 UTC [more...]

Race condition in route lookup
 2019-10-10  8:31 UTC  (2+ messages)

[PATCH v2 net 0/3] net/smc: fixes for -net
 2019-10-10  8:16 UTC  (4+ messages)
` [PATCH v2 net 1/3] net/smc: fix SMCD link group creation with VLAN id
` [PATCH v2 net 2/3] net/smc: receive returns without data
` [PATCH v2 net 3/3] net/smc: receive pending data after RCV_SHUTDOWN

[PATCH bpf] xsk: improve documentation for AF_XDP
 2019-10-10  8:12 UTC 

[patch net-next 0/4] netdevsim: add devlink health reporters support
 2019-10-10  8:09 UTC  (7+ messages)
` [patch net-next 2/4] devlink: propagate extack down to health reporter ops
` [patch net-next 3/4] netdevsim: implement couple of testing devlink health reporters

[PATCH] can: flexcan: free error skb if enqueueing failed
 2019-10-10  8:08 UTC  (2+ messages)

[RFC PATCH] net: hns3: add devlink health dump support for hw mac tbl
 2019-10-10  8:05 UTC  (5+ messages)

[PATCH bpf-next 0/2] bpf/stackmap: fix A-A deadlock in bpf_get_stack()
 2019-10-10  7:36 UTC  (4+ messages)
` [PATCH bpf-next 1/2] sched: introduce this_rq_is_locked()
` [PATCH bpf-next 2/2] bpf/stackmap: fix A-A deadlock in bpf_get_stack()

[PATCH v2 net-next 0/8] add XDP support to mvneta driver
 2019-10-10  7:21 UTC  (12+ messages)
` [PATCH v2 net-next 1/8] net: mvneta: introduce mvneta_update_stats routine
` [PATCH v2 net-next 2/8] net: mvneta: introduce page pool API for sw buffer manager
` [PATCH v2 net-next 3/8] net: mvneta: rely on build_skb in mvneta_rx_swbm poll routine
` [PATCH v2 net-next 4/8] net: mvneta: sync dma buffers before refilling hw queues
` [PATCH v2 net-next 5/8] net: mvneta: add basic XDP support
` [PATCH v2 net-next 6/8] net: mvneta: move header prefetch in mvneta_swbm_rx_frame
` [PATCH v2 net-next 7/8] net: mvneta: make tx buffer array agnostic
` [PATCH v2 net-next 8/8] net: mvneta: add XDP_TX support

[PATCH 1/2] net: fec_main: Use platform_get_irq_byname_optional() to avoid error message
 2019-10-10  6:55 UTC  (4+ messages)
` [PATCH 2/2] net: fec_ptp: Use platform_get_irq_xxx_optional() "

[PATCH net-next 0/2] mlxsw: Add support for 400Gbps (50Gbps per lane) link modes
 2019-10-10  6:32 UTC  (3+ messages)
` [PATCH net-next 1/2] ethtool: "
` [PATCH net-next 2/2] mlxsw: spectrum: "

Packet gets stuck in NOLOCK pfifo_fast qdisc
 2019-10-10  6:27 UTC  (3+ messages)

[PATCH] staging: qlge: Fix multiple assignments warning by splitting the assignement into two each
 2019-10-10  5:37 UTC  (4+ messages)
` [Outreachy kernel] "

Potential NULL pointer deference in iwlwifi: mvm
 2019-10-10  5:02 UTC 

[PATCH net] net: silence KCSAN warnings about sk->sk_backlog.len reads
 2019-10-10  4:52 UTC  (2+ messages)

[PATCH net] net: annotate sk->sk_rcvlowat lockless reads
 2019-10-10  4:51 UTC  (2+ messages)

[PATCH net] net: silence KCSAN warnings around sk_add_backlog() calls
 2019-10-10  4:51 UTC  (2+ messages)

[PATCH net] tcp: annotate lockless access to tcp_memory_pressure
 2019-10-10  4:50 UTC  (2+ messages)

[PATCH net] net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head
 2019-10-10  4:49 UTC  (2+ messages)

[PATCH bpf-next] scripts/bpf: fix xdp_md forward declaration typo
 2019-10-10  4:44 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-10  4:41 UTC  (7+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other

[PATCH net] net: avoid possible false sharing in sk_leave_memory_pressure()
 2019-10-10  4:32 UTC  (2+ messages)

[PATCH net-next] Change in Openvswitch to support MPLS label depth of 3 in ingress direction
 2019-10-10  4:31 UTC  (3+ messages)

[PATCH net] netfilter: conntrack: avoid possible false sharing
 2019-10-10  4:30 UTC  (4+ messages)

[PATCH net] tun: remove possible false sharing in tun_flow_update()
 2019-10-10  4:29 UTC  (3+ messages)

[PATCH v2 bpf-next 00/12] bpf: revolutionize bpf tracing
 2019-10-10  4:15 UTC  (13+ messages)
` [PATCH v2 bpf-next 01/12] bpf: add typecast to raw_tracepoints to help BTF generation
` [PATCH v2 bpf-next 02/12] bpf: add typecast to bpf helpers "
` [PATCH v2 bpf-next 03/12] bpf: process in-kernel BTF
` [PATCH v2 bpf-next 04/12] bpf: add attach_btf_id attribute to program load
` [PATCH v2 bpf-next 05/12] libbpf: auto-detect btf_id of raw_tracepoint
` [PATCH v2 bpf-next 06/12] bpf: implement accurate raw_tp context access via BTF
` [PATCH v2 bpf-next 07/12] bpf: attach raw_tp program with BTF via type name
` [PATCH v2 bpf-next 08/12] bpf: add support for BTF pointers to interpreter
` [PATCH v2 bpf-next 09/12] bpf: add support for BTF pointers to x86 JIT
` [PATCH v2 bpf-next 10/12] bpf: check types of arguments passed into helpers
` [PATCH v2 bpf-next 11/12] bpf: disallow bpf_probe_read[_str] helpers
` [PATCH v2 bpf-next 12/12] selftests/bpf: add kfree_skb raw_tp test

[PATCH net] team: call RCU read lock when walking the port_list
 2019-10-10  4:15 UTC  (3+ messages)
` [PATCHv2 net-next] "

[PATCH] net: stmmac: Remove break after a return
 2019-10-10  4:13 UTC  (2+ messages)

[PATCH] net/ethernet: xgmac don't set .driver twice
 2019-10-10  4:10 UTC  (2+ messages)

[PATCH] sock_get_timeout: drop unnecessary return variable
 2019-10-10  4:08 UTC 

[PATCH net] netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID
 2019-10-10  4:06 UTC  (3+ messages)
` [PATCH net v2] "

[PATCH bpf-next 00/10] bpf: revolutionize bpf tracing
 2019-10-10  3:54 UTC  (16+ messages)
` [PATCH bpf-next 03/10] bpf: process in-kernel BTF
` [PATCH bpf-next 05/10] bpf: implement accurate raw_tp context access via BTF
` [PATCH bpf-next 08/10] bpf: check types of arguments passed into helpers
` [PATCH bpf-next 09/10] bpf: disallow bpf_probe_read[_str] helpers

[PATCH] af_unix: __unix_find_socket_byname() cleanup
 2019-10-10  3:43 UTC 

[PATCH v7 0/5] Use MFD framework for SGI IOC3 drivers
 2019-10-10  3:17 UTC  (3+ messages)
` [PATCH v8 3/5] mfd: ioc3: Add driver for SGI IOC3 chip

[PATCH 1/1] net: usb: qmi_wwan: add Telit 0x1050 composition
 2019-10-10  3:01 UTC  (2+ messages)

[PATCH net-next 0/5] net/smc: improve termination handling
 2019-10-10  2:51 UTC  (2+ messages)

[RESEND,PATCH] net: stmmac: dwmac-mediatek: fix wrong delay value issue when resume back
 2019-10-10  2:43 UTC  (2+ messages)

[PATCH] DIM: fix dim.h kernel-doc and headers
 2019-10-10  2:37 UTC  (2+ messages)

[PATCH net-next] act_mirred: Fix mirred_init_module error handling
 2019-10-10  2:23 UTC  (2+ messages)

[PATCH v2 0/3] net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs
 2019-10-10  2:07 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: net: ftgmac100: Document AST2600 compatible
` [PATCH v2 2/3] dt-bindings: net: ftgmac100: Describe clock properties
` [PATCH v2 3/3] net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs

[PATCH net 0/3] net/smc: fixes for -net
 2019-10-10  2:02 UTC  (2+ messages)

[PATCH net v1] net: taprio: Fix returning EINVAL when configuring without flags
 2019-10-10  1:52 UTC  (2+ messages)

[PATCH bpf-next 0/4] Enable direct receive on AF_XDP sockets
 2019-10-10  1:06 UTC  (7+ messages)
` [PATCH bpf-next 2/4] xsk: allow AF_XDP sockets to receive packets directly from a queue
      ` FW: "

[PATCH 0/3] igb, ixgbe, i40e UDP segmentation offload support
 2019-10-10  1:06 UTC  (8+ messages)
` [PATCH 1/3] igb: Add "
` [PATCH 2/3] ixgbe: "
` [PATCH 3/3] i40e: "

[PATCH net 0/2] s390/qeth: fixes 2019-10-08
 2019-10-10  1:05 UTC  (2+ messages)

[PATCH -net] phylink: fix kernel-doc warnings
 2019-10-10  0:47 UTC  (2+ messages)

[PATCH v9 0/7] nfc: pn533: add uart phy driver
 2019-10-10  0:40 UTC  (6+ messages)
` [PATCH v9 2/7] nfc: pn532: Add uart phy docs and rename it
` [PATCH v9 4/7] nfc: pn533: Split pn533 init & nfc_register

[PATCH next] blackhole_netdev: fix syzkaller reported issue
 2019-10-10  0:39 UTC  (2+ messages)

[PATCH v4 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-10  0:26 UTC  (18+ messages)
` [PATCH v4 bpf-next 01/15] samples/bpf: fix HDR_PROBE "echo"
` [PATCH v4 bpf-next 02/15] samples/bpf: fix cookie_uid_helper_example obj build
` [PATCH v4 bpf-next 03/15] samples/bpf: use --target from cross-compile
` [PATCH v4 bpf-next 04/15] samples/bpf: use own EXTRA_CFLAGS for clang commands
` [PATCH v4 bpf-next 05/15] samples/bpf: use __LINUX_ARM_ARCH__ selector for arm
` [PATCH v4 bpf-next 06/15] samples/bpf: drop unnecessarily inclusion for bpf_load
` [PATCH v4 bpf-next 07/15] samples/bpf: add makefile.target for separate CC target build
` [PATCH v4 bpf-next 08/15] samples/bpf: base target programs rules on Makefile.target
` [PATCH v4 bpf-next 09/15] samples/bpf: use own flags but not HOSTCFLAGS
` [PATCH v4 bpf-next 10/15] samples/bpf: use target CC environment for HDR_PROBE
` [PATCH v4 bpf-next 11/15] libbpf: don't use cxx to test_libpf target
` [PATCH v4 bpf-next 12/15] libbpf: add C/LDFLAGS to libbpf.so and test_libpf targets
` [PATCH v4 bpf-next 13/15] samples/bpf: provide C/LDFLAGS to libbpf
` [PATCH v4 bpf-next 14/15] samples/bpf: add sysroot support
` [PATCH v4 bpf-next 15/15] samples/bpf: add preparation steps and sysroot info to readme

[PATCH net-next 0/4] sctp: add some missing events from rfc5061
 2019-10-10  0:13 UTC  (2+ messages)

[PATCH 0/3] net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs
 2019-10-10  0:10 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: net: ftgmac100: Document AST2600 compatible

[PATCH] ftgmac100: Disable HW checksum generation on AST2500
 2019-10-10  0:09 UTC  (4+ messages)

[PATCH net] sctp: add chunks to sk_backlog when the newsk sk_socket is not set
 2019-10-09 23:34 UTC  (2+ messages)

[PATCH next] ipvlan: consolidate TSO flags using NETIF_F_ALL_TSO
 2019-10-09 23:20 UTC 

[PATCH net] bonding: fix potential NULL deref in bond_update_slave_arr
 2019-10-09 23:11 UTC  (2+ messages)

[PATCH bpf-next 0/3] Fix BTF-to-C converter's padding generation
 2019-10-09 23:11 UTC  (3+ messages)

[PATCH] ptp: fix typo of "mechanism" in Kconfig help text
 2019-10-09 23:10 UTC  (7+ messages)
` [PATCH] net: stmmac: fix length of PTP clock's name string
` [PATCH] net: stmmac: fix disabling flexible PPS output
` [PATCH] net: stmmac: add flexible PPS to dwmac 4.10a

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

[PATCH 0/3] bpf: switch to new usercopy helpers
 2019-10-09 23:06 UTC  (2+ messages)

[PATCH v2 2/4] spi: Add a PTP system timestamp to the transfer structure
 2019-10-09 22:57 UTC  (6+ messages)
` Applied "spi: Add a PTP system timestamp to the transfer structure" to the spi tree

[PATCH bpf v2] libbpf: fix passing uninitialized bytes to setsockopt
 2019-10-09 22:49 UTC  (2+ messages)

[PATCH] Documentation: networking: device drivers: Remove stray asterisks
 2019-10-09 22:48 UTC  (4+ messages)

[PATCH net] Documentation: net: fix path to devlink-trap-netdevsim
 2019-10-09 21:53 UTC  (3+ messages)

[PATCH v2] staging: qlge: correct a misspelled word
 2019-10-09 21:39 UTC 

[PATCH net-next v7 00/17] ethtool netlink interface, part 1
 2019-10-09 20:59 UTC  (18+ messages)
` [PATCH net-next v7 01/17] rtnetlink: provide permanent hardware address in RTM_NEWLINK
` [PATCH net-next v7 02/17] netlink: rename nl80211_validate_nested() to nla_validate_nested()
` [PATCH net-next v7 03/17] ethtool: move to its own directory
` [PATCH net-next v7 04/17] ethtool: introduce ethtool netlink interface
` [PATCH net-next v7 05/17] ethtool: helper functions for "
` [PATCH net-next v7 06/17] ethtool: netlink bitset handling
` [PATCH net-next v7 07/17] ethtool: support for netlink notifications
` [PATCH net-next v7 08/17] ethtool: move string arrays into common file
` [PATCH net-next v7 09/17] ethtool: generic handlers for GET requests
` [PATCH net-next v7 10/17] ethtool: provide string sets with STRSET_GET request
` [PATCH net-next v7 11/17] ethtool: provide link mode names as a string set
` [PATCH net-next v7 12/17] ethtool: provide link settings with LINKINFO_GET request
` [PATCH net-next v7 13/17] ethtool: add standard notification handler
` [PATCH net-next v7 14/17] ethtool: set link settings with LINKINFO_SET request
` [PATCH net-next v7 15/17] ethtool: provide link mode information with LINKMODES_GET request
` [PATCH net-next v7 16/17] ethtool: set link modes related data with LINKMODES_SET request
` [PATCH net-next v7 17/17] ethtool: provide link state with LINKSTATE_GET request

[RFC PATCH v3 0/6] Enable ptp_kvm for arm64
 2019-10-09 20:56 UTC  (15+ messages)
` [RFC PATCH v3 4/6] psci: Add hvc call service for ptp_kvm

[PATCH net-next 1/1] tc-testing: updated pedit test cases
 2019-10-09 20:53 UTC 

[PATCH] staging: qlge: correct misspelled word
 2019-10-09 20:51 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH v13 0/4] BPF: New helper to obtain namespace data from current task
 2019-10-09 20:30 UTC  (6+ messages)
` [PATCH v13 2/4] bpf: added new helper bpf_get_ns_current_pid_tgid

[PATCH v2 bpf-next 0/2] Track read-only map contents as known scalars in BPF verifiers
 2019-10-09 20:14 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: track contents of read-only maps as scalars
` [PATCH v2 bpf-next 2/2] selftests/bpf: add read-only map values propagation tests

[PATCH] staging: qlge: Fix multiple assignments warning by splitting the assignement into two each
 2019-10-09 20:10 UTC 

[PATCH] staging: qlge: fix "alignment should match open parenthesis" checks
 2019-10-09 19:42 UTC 

[PATCH] staging: qlge: correct misspelled word
 2019-10-09 19:36 UTC 

[PATCH] staging: qlge: fix "alignment should match open parenthesis" checks
 2019-10-09 19:19 UTC 

[net v2] net: update net_dim documentation after rename
 2019-10-09 19:18 UTC 

[PATCH v6 16/43] compat_ioctl: move isdn/capi ioctl translation into driver
 2019-10-09 19:10 UTC  (6+ messages)
` [PATCH v6 33/43] af_unix: add compat_ioctl support
` [PATCH v6 34/43] compat_ioctl: handle SIOCOUTQNSD
` [PATCH v6 37/43] compat_ioctl: unify copy-in of ppp filters
` [PATCH v6 39/43] compat_ioctl: handle PPPIOCGIDLE for 64-bit time_t
` [PATCH v6 40/43] compat_ioctl: ppp: move simple commands into ppp_generic.c


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