netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-11 08:21:17 to 2019-10-12 00:40:34 UTC [more...]

[PATCH v2 bpf-next 00/12] bpf: revolutionize bpf tracing
 2019-10-12  0:40 UTC  (22+ messages)
` [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 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 bpf-next 1/3] bpf: preserve command of the process that loaded the program
 2019-10-12  0:38 UTC  (9+ messages)
` [PATCH bpf-next 2/3] tools/bpf: sync bpf.h
` [PATCH bpf-next 3/3] bpftool: print the comm of the process that loaded the program

[PATCHv2 next] blackhole_netdev: fix syzkaller reported issue
 2019-10-12  0:22 UTC  (3+ messages)

[PATCH net-next] net: bcmgenet: Generate a random MAC if none is valid
 2019-10-11 23:22 UTC  (2+ messages)

[PATCH net-next 0/4] PTP driver refactoring for SJA1105 DSA
 2019-10-11 23:18 UTC  (5+ messages)
` [PATCH net-next 1/4] net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_info
` [PATCH net-next 2/4] net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument
` [PATCH net-next 3/4] net: dsa: sja1105: Move PTP data to its own private structure
` [PATCH net-next 4/4] net: dsa: sja1105: Change the PTP command access pattern

[patch net-next v2 0/4] netdevsim: add devlink health reporters suppor
 2019-10-11 23:10 UTC  (5+ messages)
` [patch net-next v2 2/4] devlink: propagate extack down to health reporter ops

[PATCH net-next 0/2] Scatter/gather SPI for SJA1105 DSA
 2019-10-11 22:31 UTC  (3+ messages)
` [PATCH net-next 1/2] net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xfer
` [PATCH net-next 2/2] net: dsa: sja1105: Switch to scatter/gather API for SPI

[PATCH 0/4] treewide: Add 'fallthrough' pseudo-keyword
 2019-10-11 22:26 UTC  (9+ messages)
` [PATCH 1/4] net: sctp: Rename fallthrough label to unhandled

[PATCH v2 bpf-next 0/2] selftests/bpf Makefile cleanup and fixes
 2019-10-11 22:01 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] selftests/bpf: enforce libbpf build before BPF programs are built
` [PATCH v2 bpf-next 2/2] selftests/bpf: remove obsolete pahole/BTF support detection

[PATCH] ftgmac100: Disable HW checksum generation on AST2500
 2019-10-11 21:28 UTC  (6+ messages)

[PATCH bpf-next] libbpf: handle invalid typedef emitted by old GCC
 2019-10-11 21:29 UTC  (4+ messages)

[PATCHv2 net-next 0/5] sctp: update from rfc7829
 2019-10-11 21:29 UTC  (10+ messages)
` [PATCHv2 net-next 3/5] sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockopt

Race condition in route lookup
 2019-10-11 21:27 UTC  (12+ messages)

[PATCH bpf-next] libbpf: generate more efficient BPF_CORE_READ code
 2019-10-11 21:26 UTC  (2+ messages)

taprio testing - Any help?
 2019-10-11 21:26 UTC  (4+ messages)

[PATCH] xdp: Trivial, fix spelling in function description
 2019-10-11 21:25 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: fix cast to pointer from integer of different size warning
 2019-10-11 21:25 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] Atomic flow dissector updates
 2019-10-11 21:24 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] flow_dissector: Allow updating the flow dissector program atomically
` [PATCH bpf-next v3 2/2] selftests/bpf: Check that flow dissector can be re-attached

[PATCH bpf-next] bpf: align struct bpf_prog_stats
 2019-10-11 21:23 UTC  (2+ messages)

[PATCH bpf-next 0/2] selftests/bpf Makefile cleanup and fixes
 2019-10-11 21:17 UTC  (7+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: enforce libbpf build before BPF programs are built
` [PATCH bpf-next 2/2] selftests/bpf: remove obsolete pahole/BTF support detection
  ` [Potential Spoof] "

libbpf distro packaging
 2019-10-11 21:14 UTC  (11+ messages)

[PATCH 0/3] net: phy: switch to using fwnode_gpiod_get_index
 2019-10-11 21:05 UTC  (3+ messages)

[PATCH bpf] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-11 20:58 UTC  (4+ messages)

IPv6 addr and route is gone after adding port to vrf (5.2.0+)
 2019-10-11 20:35 UTC  (6+ messages)

[PATCH 15/69] perf tools: Make usage of test_attr__* optional for perf-sys.h
 2019-10-11 20:05 UTC  (2+ messages)
` [PATCH 16/69] samples/bpf: fix build by setting HAVE_ATTR_TEST to zero

linux-next: Fixes tag needs some work in the net tree
 2019-10-11 20:06 UTC  (2+ messages)

[PATCH net] net: bcmgenet: Set phydev->dev_flags only for internal PHYs
 2019-10-11 19:57 UTC  (2+ messages)

Module loading problem since 5.3
 2019-10-11 19:26 UTC  (2+ messages)

[PATCH v1 0/3] This series adds ethernet support for RPi4
 2019-10-11 19:07 UTC  (5+ messages)
` [PATCH v1 1/3] dt-bindings: net: bcmgenet add property for max DMA burst size
` [PATCH v1 2/3] net: bcmgenet: use optional max DMA burst size property

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

[PATCH] net/ibmvnic: Fix EOI when running in XIVE mode
 2019-10-11 18:48 UTC  (2+ messages)

[PATCH] ath10k: Correct error check of dma_map_single()
 2019-10-11 18:28 UTC  (4+ messages)
` [PATCH v2] ath10k: Correct error handling "

[vhost:vhost 6/6] drivers/vhost/vhost.c:2672:9: error: 'desc' undeclared; did you mean 'rdtsc'?
 2019-10-11 17:50 UTC 

[PATCH] staging: isdn: remove assignment in if conditionals
 2019-10-11 17:35 UTC  (3+ messages)

[PATCH] net: b44: remove redundant assignment to variable reg
 2019-10-11 17:22 UTC 

[PATCH bpf-next] bpf: fix cast to pointer from integer of different size warning
 2019-10-11 17:18 UTC  (3+ messages)
` [Potential Spoof] "

[PATCH] sunrpc: fix crash when cache_head become valid before update
 2019-10-11 17:15 UTC  (5+ messages)

[PATCH net-next] net: sched: Avoid using yield() in a busy waiting loop
 2019-10-11 17:15 UTC 

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

[vhost:vhost 6/6] drivers/vhost/vhost.c:2672:9: error: 'desc' undeclared
 2019-10-11 16:56 UTC 

[PATCH v2 0/3] igb, ixgbe, i40e UDP segmentation offload support
 2019-10-11 16:18 UTC  (4+ messages)
` [PATCH v2 1/3] igb: Add "

[PATCH net] net: socionext: netsec: fix xdp stats accounting
 2019-10-11 15:58 UTC  (4+ messages)

[next-queue PATCH v2 0/2] Address IRQ related crash seen due to io_perm_failure
 2019-10-11 15:34 UTC  (3+ messages)
` [next-queue PATCH v2 1/2] e1000e: Use rtnl_lock to prevent race conditions between net and pci/pm
` [next-queue PATCH v2 2/2] e1000e: Drop unnecessary __E1000_DOWN bit twiddling

unregister_netdevice: waiting for DEV to become free (2)
 2019-10-11 15:12 UTC  (3+ messages)

[PATCH net-next v4 0/6] ipsec: add TCP encapsulation support (RFC 8229)
 2019-10-11 14:57 UTC  (7+ messages)
` [PATCH net-next v4 1/6] net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_datagram
` [PATCH net-next v4 2/6] xfrm: introduce xfrm_trans_queue_net
` [PATCH net-next v4 3/6] xfrm: add route lookup to xfrm4_rcv_encap
` [PATCH net-next v4 4/6] esp4: prepare esp_input_done2 for non-UDP encapsulation
` [PATCH net-next v4 5/6] esp4: split esp_output_udp_encap and introduce esp_output_encap
` [PATCH net-next v4 6/6] xfrm: add espintcp (RFC 8229)

[PATCH net 0/2] vsock: don't allow half-closed socket in the host transports
 2019-10-11 14:39 UTC  (9+ messages)
` [PATCH net 1/2] vsock: add half-closed socket details in the implementation notes
` [PATCH net 2/2] vhost/vsock: don't allow half-closed socket in the host

[PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput
 2019-10-11 14:23 UTC  (8+ messages)
` [PATCH v4 1/5] vsock/virtio: limit the memory used per-socket

[PATCH net-next v3 00/10] optimize openvswitch flow looking up
 2019-10-11 14:00 UTC  (11+ messages)
` [PATCH net-next v3 01/10] net: openvswitch: add flow-mask cache for performance
` [PATCH net-next v3 02/10] net: openvswitch: convert mask list in mask array
` [PATCH net-next v3 03/10] net: openvswitch: shrink the mask array if necessary
` [PATCH net-next v3 04/10] net: openvswitch: optimize flow mask cache hash collision
` [PATCH net-next v3 05/10] net: openvswitch: optimize flow-mask looking up
` [PATCH net-next v3 06/10] net: openvswitch: simplify the flow_hash
` [PATCH net-next v3 07/10] net: openvswitch: add likely in flow_lookup
` [PATCH net-next v3 08/10] net: openvswitch: fix possible memleak on destroy flow-table
` [PATCH net-next v3 09/10] net: openvswitch: don't unlock mutex when changing the user_features fails
` [PATCH net-next v3 10/10] net: openvswitch: simplify the ovs_dp_cmd_new

[PATCH RFC v1 0/2] vhost: ring format independence
 2019-10-11 13:46 UTC  (3+ messages)
` [PATCH RFC v1 1/2] vhost: option to fetch descriptors through an independent struct
` [PATCH RFC v1 2/2] vhost: batching fetches

[PATCH v2 net 0/4] Aquantia/Marvell AQtion atlantic driver fixes 10/2019
 2019-10-11 13:45 UTC  (5+ messages)
` [PATCH v2 net 1/4] net: aquantia: temperature retrieval fix
` [PATCH v2 net 2/4] net: aquantia: when cleaning hw cache it should be toggled
` [PATCH v2 net 3/4] net: aquantia: do not pass lro session with invalid tcp checksum
` [PATCH v2 net 4/4] net: aquantia: correctly handle macvlan and multicast coexistence

[PATCH net-next v7 00/17] ethtool netlink interface, part 1
 2019-10-11 13:34 UTC  (3+ messages)
` [PATCH net-next v7 06/17] ethtool: netlink bitset handling

[PATCH net-next 0/2] net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()
 2019-10-11 12:32 UTC  (9+ messages)
` [PATCH net-next1/2] "

[PATCH v5 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-11 12:07 UTC  (9+ messages)
` [PATCH v5 bpf-next 05/15] samples/bpf: use __LINUX_ARM_ARCH__ selector for arm
` [PATCH v5 bpf-next 09/15] samples/bpf: use own flags but not HOSTCFLAGS

[PATCH 1/2] net: fec_main: Use platform_get_irq_byname_optional() to avoid error message
 2019-10-11  9:55 UTC  (8+ messages)

[PATCH V2 1/2] net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYs
 2019-10-11  9:47 UTC  (4+ messages)

[PATCH] netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exit
 2019-10-11  9:46 UTC 

[PATCH v2 0/3] seccomp: continue syscall from notifier
 2019-10-11  9:46 UTC  (4+ messages)
` [PATCH v2 1/3] seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE

[PATCH v9 0/5] Use MFD framework for SGI IOC3 drivers
 2019-10-11  9:28 UTC  (7+ messages)
` [PATCH v9 3/5] mfd: ioc3: Add driver for SGI IOC3 chip
` [PATCH v9 5/5] MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 module

[PATCH net 0/2] net/sched: fix wrong behavior of MPLS push/pop action
 2019-10-11  9:26 UTC  (8+ messages)
` [PATCH net 1/2] net: avoid errors when trying to pop MLPS header on non-MPLS packets
` [PATCH net 2/2] net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions

[PATCH net-next v3] genetlink: do not parse attributes for families with zero maxattr
 2019-10-11  9:16 UTC  (2+ messages)

ipv6 UNH-IOL Intact test cases failure on kernel 4.4.178
 2019-10-11  9:11 UTC 

pull-request: mac80211-next next-2019-10-11
 2019-10-11  8:57 UTC 

[PATCH RESEND] rtlwifi: rtl8192ee: Remove set but not used variable 'err'
 2019-10-11  8:53 UTC  (2+ messages)

[RFC PATCH 00/13] vsock: add multi-transports support
 2019-10-11  8:51 UTC  (6+ messages)
` [RFC PATCH 07/13] vsock: handle buffer_size sockopts in the core

[PATCH][next] ath10k: fix null dereference on pointer crash_data
 2019-10-11  8:46 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Atomic flow dissector updates
 2019-10-11  8:31 UTC  (3+ messages)

[PATCH net 0/4] Aquantia/Marvell AQtion atlantic driver fixes 10/2019
 2019-10-11  8:25 UTC  (4+ messages)
` [PATCH net 1/4] net: aquantia: temperature retrieval fix

[PATCH V3 0/7] mdev based hardware virtio offloading support
 2019-10-11  8:15 UTC  (3+ messages)
` [PATCH V3 6/7] virtio: introduce a mdev based transport
` [PATCH V3 7/7] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH] net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
 2019-10-11  8:21 UTC  (3+ 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).