netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-10 13:42:49 to 2019-04-11 11:17:55 UTC [more...]

[PATCH bpf-next 0/5] Bulk optimization for XDP cpumap redirect
 2019-04-11 11:17 UTC  (15+ messages)
` [PATCH bpf-next 1/5] bpf: cpumap use ptr_ring_consume_batched
` [PATCH bpf-next 2/5] bpf: cpumap use netif_receive_skb_list
` [PATCH bpf-next 3/5] net: core: introduce build_skb_around
` [PATCH bpf-next 4/5] bpf: cpumap do bulk allocation of SKBs
` [PATCH bpf-next 5/5] bpf: cpumap memory prefetchw optimizations for struct page

OOPS in nf_getsockopt
 2019-04-11 11:01 UTC  (3+ messages)

[PATCH net] net: bridge: fix per-port af_packet sockets
 2019-04-11 10:56 UTC 

[PATCH v3 00/11] Add support for Orange Pi 3
 2019-04-11 10:44 UTC  (14+ messages)
` [PATCH v3 01/11] net: stmmac: sun8i: add support for Allwinner H6 EMAC
` [PATCH v3 02/11] net: stmmac: sun8i: force select external PHY when no internal one
` [PATCH v3 03/11] pinctrl: sunxi: Prepare for alternative bias voltage setting methods
  ` [linux-sunxi] "
` [PATCH v3 04/11] pinctrl: sunxi: Support I/O bias voltage setting on H6
` [PATCH v3 05/11] arm64: dts: allwinner: orange-pi-3: Enable ethernet
` [PATCH v3 06/11] dt-bindings: display: hdmi-connector: Add DDC power supply
` [PATCH v3 07/11] drm: sun4i: Add support for enabling DDC I2C bus power to dw_hdmi glue
` [PATCH v3 08/11] arm64: dts: allwinner: orange-pi-3: Enable HDMI output
` [PATCH v3 09/11] brcmfmac: Loading the correct firmware for brcm43456
` [PATCH v3 10/11] arm64: dts: allwinner: h6: Add MMC1 pins
` [PATCH v3 11/11] [DO NOT MERGE] arm64: dts: allwinner: orange-pi-3: Enable WiFi

[PATCH] net: add big honking pfmemalloc OOM warning
 2019-04-11 10:26 UTC  (8+ messages)

[PATCH v3 0/2] Fix thunderx MTU with XDP
 2019-04-11 10:26 UTC  (3+ messages)
` [PATCH v3 1/2] net: thunderx: raise XDP MTU to 1508
` [PATCH v3 2/2] net: thunderx: don't allow jumbo frames with XDP

Tun congestion/BQL
 2019-04-11  9:25 UTC  (14+ messages)

[PATCH v2 net-next] ravb: Avoid unsupported internal delay mode for R-Car E3/D3
 2019-04-11  9:20 UTC  (5+ messages)

[PATCH net 0/5] net/smc: fixes 2019-04-11
 2019-04-11  9:17 UTC  (6+ messages)
` [PATCH net 1/5] net/smc: wait for pending work before clcsock release_sock
` [PATCH net 2/5] net/smc: fix a NULL pointer dereference
` [PATCH net 3/5] net/smc: propagate file from SMC to TCP socket
` [PATCH net 4/5] net/smc: fix return code from FLUSH command
` [PATCH net 5/5] net/smc: move unhash before release of clcsock

bnx2x - odd behaviour
 2019-04-11  8:56 UTC  (3+ messages)

[PATCH bpf-next] bpftool: Exit early when it's not possible to dump a REUSEPORT_SOCKARRAY map
 2019-04-11  8:27 UTC 

[PATCH] can: dev: clean up CAN ctrlmode when close CAN device
 2019-04-11  8:12 UTC  (8+ messages)
  ` [EXT] "

[PATCH bpf-next v4 1/3] bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
 2019-04-11  8:04 UTC  (2+ messages)

[PATCH bpf] bpftool: Fix errno variable usage
 2019-04-11  8:03 UTC 

linux-next: Fixes tag needs some work in the net tree
 2019-04-11  7:56 UTC  (4+ messages)

[PATCH bpf v2 0/2] libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus
 2019-04-11  7:54 UTC  (7+ messages)
` [PATCH bpf v2 1/2] libbpf: remove likely/unlikely in xsk.h
` [PATCH bpf v2 2/2] libbpf: remove dependency on barrier.h "

[PATCH bpf-next] tools/bpftool: show btf id in program information
 2019-04-11  7:51 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Fix build with gcc-8
 2019-04-11  7:45 UTC  (3+ messages)

[PATCH] vxlan: using hash_lock to protect one budegt in vxlan_flush
 2019-04-11  7:06 UTC 

[PATCH net-next] net: fou: remove redundant code in gue_udp_recv
 2019-04-11  7:09 UTC  (2+ messages)

[PATCH net] net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv
 2019-04-11  7:02 UTC  (2+ messages)

[PATCH 0/4 v2] Convert rhashtable to use bitlocks
 2019-04-11  6:40 UTC  (7+ messages)
` [PATCH 3/4] rhashtable: use bit_spin_locks to protect hash bucket

[PATCH/RFC v2 bpf-next 00/19] bpf: eliminate zero extensions for sub-register writes
 2019-04-11  6:13 UTC  (28+ messages)
` [PATCH/RFC v2 bpf-next 01/19] bpf: refactor propagate_liveness to eliminate duplicated for loop
` [PATCH/RFC v2 bpf-next 02/19] bpf: refactor propagate_liveness to eliminate code redundance
  ` [oss-drivers] "
` [PATCH/RFC v2 bpf-next 03/19] bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
  ` [oss-drivers] "
` [PATCH/RFC v2 bpf-next 04/19] bpf: refactor "check_reg_arg" to eliminate code redundancy
` [PATCH/RFC v2 bpf-next 05/19] bpf: split read liveness into REG_LIVE_READ64 and REG_LIVE_READ32
` [PATCH/RFC v2 bpf-next 06/19] bpf: mark lo32 writes that should be zero extended into hi32
` [PATCH/RFC v2 bpf-next 07/19] bpf: reduce false alarm by refining helper call arg types
` [PATCH/RFC v2 bpf-next 08/19] bpf: insert explicit zero extension insn when hardware doesn't do it implicitly
` [PATCH/RFC v2 bpf-next 09/19] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH/RFC v2 bpf-next 10/19] bpf: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH/RFC v2 bpf-next 11/19] libbpf: new global variable "libbpf_test_mode"
` [PATCH/RFC v2 bpf-next 12/19] selftests: enable hi32 randomization for "test_progs" and "test_verifier"
` [PATCH/RFC v2 bpf-next 13/19] arm: bpf: eliminate zero extension code-gen
` [PATCH/RFC v2 bpf-next 14/19] powerpc: "
` [PATCH/RFC v2 bpf-next 15/19] s390: "
` [PATCH/RFC v2 bpf-next 16/19] sparc: "
` [PATCH/RFC v2 bpf-next 17/19] x32: "
` [PATCH/RFC v2 bpf-next 18/19] riscv: "
` [PATCH/RFC v2 bpf-next 19/19] nfp: "

[net] tipc: missing entries in name table of publications
 2019-04-11  5:58 UTC  (2+ messages)

[PATCH v4 1/2] net: phy: mscc: add support for VSC8514 PHY
 2019-04-11  5:51 UTC  (2+ messages)

[PATCH net-next] fou: correct spelling of encapsulation
 2019-04-11  5:48 UTC  (2+ messages)

[PATCH net] vhost: reject zero size iova range
 2019-04-11  5:46 UTC  (2+ messages)

[PATCH net] net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()
 2019-04-11  5:43 UTC  (2+ messages)

[PATCH net v8] failover: allow name change on IFF_UP slave interfaces
 2019-04-11  5:14 UTC  (2+ messages)

[PATCH bpf-next] selftests: bpf: add VRF test cases to lwt_ip_encap test
 2019-04-11  5:04 UTC  (6+ messages)

[PATCH net-next 00/10] ipv6: Refactor nexthop selection helpers during a fib lookup
 2019-04-11  4:54 UTC  (6+ messages)
` [PATCH net-next 10/10] ipv6: Refactor __ip6_route_redirect

[crypto 0/4] Inline TLS client and v6 support
 2019-04-11  4:17 UTC  (5+ messages)

cellular modem driver APIs
 2019-04-11  3:54 UTC  (9+ messages)

[PATCH net] net: vrf: remove redundant vrf neigh entry
 2019-04-11  3:39 UTC  (3+ messages)

[PATCH net-next V6 1/2] net/sched: taprio: fix picos_per_byte miscalculation
 2019-04-11  3:00 UTC  (2+ messages)

[PATCH net v2 0/2] Fix thunderx MTU with XDP
 2019-04-11  2:35 UTC  (3+ messages)

[PATCH net-next V6 0/2] net/sched: taprio: fix picos_per_byte miscalculation
 2019-04-11  2:28 UTC  (2+ messages)

[PATCH net] team: set slave to promisc if team is already in promisc mode
 2019-04-11  2:18 UTC  (3+ messages)
` [PATCHv2 "

BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!
 2019-04-11  1:43 UTC  (2+ messages)

[PATCH net] net/tls: fix build without CONFIG_TLS_DEVICE
 2019-04-11  0:24 UTC  (2+ messages)

gsmtap design/extensions?
 2019-04-10 23:45 UTC  (5+ messages)

[net:master 28/30] net//tls/tls_main.c:290:29: error: 'TLS_HW' undeclared; did you mean 'TLS_SW'?
 2019-04-10 23:11 UTC 

[PATCH v2 net-next 00/22] NXP SJA1105 DSA driver
 2019-04-10 21:52 UTC  (10+ messages)
` [PATCH v2 net-next 05/22] net: dsa: Add more convenient functions for installing port VLANs
` [PATCH v2 net-next 07/22] ether: Add dedicated Ethertype for pseudo-802.1Q DSA tagging
` [PATCH v2 net-next 11/22] net: dsa: Allow drivers to modulate between presence and absence of tagging

[PATCH 5/5] sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event()
 2019-04-10 21:21 UTC 

[PATCH v5 4/5] sctp: Make sctp_enqueue_event tak an skb list
 2019-04-10 21:20 UTC 

[PATCH v5 3/5] sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_event
 2019-04-10 21:20 UTC 

[PATCH v5 2/5] sctp: Always pass skbs on a list to sctp_ulpq_tail_event()
 2019-04-10 21:20 UTC 

[PATCH v5 1/5] sctp: Remove superfluous test in sctp_ulpq_reasm_drain()
 2019-04-10 21:19 UTC 

[PATCH v5 0/5] SCTP: Event skb list overhaul
 2019-04-10 21:19 UTC 

[PATCH net-next] net: strparser: fix comment
 2019-04-10 21:13 UTC  (2+ messages)

[PATCH v4 bpf-next 0/3] bpf: add bpf_progenyof helper
 2019-04-10 20:36 UTC  (5+ messages)
` [PATCH v5 bpf-next 0/3] bpf: add bpf_descendant_of helper
  ` [PATCH v5 bpf-next 1/3] "
  ` [PATCH v5 bpf-next 2/3] bpf: sync kernel uapi headers
  ` [PATCH v5 bpf-next 3/3] bpf: add tests for bpf_descendant_of

[PATCH net 0/3] net: tls: fix memory leaks and freeing skbs
 2019-04-10 20:07 UTC  (6+ messages)
` [PATCH net 1/3] net/tls: fix the IV leaks
` [PATCH net 2/3] net/tls: don't leak partially sent record in device mode
` [PATCH net 3/3] net: strparser: partially revert "strparser: Call skb_unclone conditionally"

[PATCH net-next] ipv4: Handle RTA_GATEWAY set to 0
 2019-04-10 19:47 UTC  (3+ messages)

[PATCH net-next] net: phy: switch drivers to use dynamic feature detection
 2019-04-10 19:33 UTC  (4+ messages)

[PATCH net 0/2] ibmvnic: Fix netdev features settings on reset
 2019-04-10 19:29 UTC  (4+ messages)
` [PATCH net 1/2] ibmvnic: Enable GRO
` [PATCH net 2/2] ibmvnic: Fix netdev feature clobbering during a reset

[PATCH net-next v2 0/5] net: sched: move back qlen to per CPU accounting
 2019-04-10 19:26 UTC  (2+ messages)

[PATCH net 0/7] mlxsw: Various fixes
 2019-04-10 18:58 UTC  (2+ messages)

[PATCH iproute2-next] ip xfrm: support setting/printing XFRMA_IF_ID attribute in states/policies
 2019-04-10 18:50 UTC  (4+ messages)

[PATCH rdma-next 00/12] Move IB representors to single IB device multiple ports
 2019-04-10 18:06 UTC  (5+ messages)

[PATCH bpf-next v2] libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE
 2019-04-10 17:29 UTC  (2+ messages)

[PATCH net-next] net: sched: flower: insert filter to ht before offloading it to hw
 2019-04-10 17:00 UTC  (10+ messages)

[PATCH 0/6] stricter netlink validation
 2019-04-10 16:55 UTC  (3+ messages)
` [PATCH 2/6] netlink: make validation more configurable for future strictness

[PULL] virtio: fixes
 2019-04-10 16:50 UTC  (2+ messages)

[PATCH] MIPS: eBPF: Make ebpf_to_mips_reg() static
 2019-04-10 16:37 UTC  (2+ messages)

[PATCH bpf-next] [tools/bpf] fix a few ubsan warning
 2019-04-10 16:24 UTC  (3+ messages)

[PATCH 1/2] s390: Convert IS_ENABLED uses to __is_defined
 2019-04-10 16:19 UTC  (2+ messages)

[PATCH v2 net-next 00/18] ipv4: Enable support for IPv6 gateway with IPv4 routes
 2019-04-10 15:44 UTC  (6+ messages)
` [PATCH v2 net-next 08/18] ipv4: Refactor fib_check_nh

[RFC net-next 1/1] tdc.py: Introduce required plugins
 2019-04-10 14:33 UTC  (2+ messages)

BCM4335 though sdio is not fully restarted after rmmod and modprobe
 2019-04-10 13:51 UTC 

[PATCH v4 00/36] thunderbolt: Software connection manager improvements
 2019-04-10 13:36 UTC  (4+ messages)
` [PATCH v4 01/36] net: thunderbolt: Unregister ThunderboltIP protocol handler when suspending
` [PATCH v4 02/36] thunderbolt: Remove unused work field in struct tb_switch
` [PATCH v4 04/36] thunderbolt: Block reads and writes if switch is unplugged


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