netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-22 11:30:53 to 2018-05-22 22:38:08 UTC [more...]

Proposal
 2018-05-22 22:28 UTC 

[PATCH bpf-next 0/5] bpf: Hooks for sys_sendmsg
 2018-05-22 22:35 UTC  (12+ messages)
` [PATCH bpf-next 1/5] "
` [PATCH bpf-next 2/5] bpf: Sync bpf.h to tools/
` [PATCH bpf-next 3/5] libbpf: Support guessing sendmsg{4,6} progs
` [PATCH bpf-next 4/5] selftests/bpf: Prepare test_sock_addr for extension
` [PATCH bpf-next 5/5] selftests/bpf: Selftest for sys_sendmsg hooks

[PATCH v2] ath10k: transmit queued frames after waking queues
 2018-05-22 22:16 UTC  (4+ messages)

aio poll and a new in-kernel poll API V12
 2018-05-22 22:07 UTC  (21+ messages)
` [PATCH 08/31] aio: implement IOCB_CMD_POLL
` [PATCH 16/31] net/dccp: convert to ->poll_mask
` [PATCH 17/31] net/atm: "
` [PATCH 18/31] net/vmw_vsock: "
` [PATCH 19/31] net/tipc: "
` [PATCH 20/31] net/sctp: "
` [PATCH 21/31] net/bluetooth: "
` [PATCH 22/31] net/caif: "
` [PATCH 23/31] net/nfc: "
` [PATCH 24/31] net/phonet: "
` [PATCH 25/31] net/iucv: "
` [PATCH 26/31] net/rxrpc: "
` [PATCH 27/31] crypto: af_alg: "
` [PATCH 28/31] pipe: "
` [PATCH 29/31] eventfd: switch "
` [PATCH 30/31] timerfd: convert "
` [PATCH 31/31] random: "

[PATCH net-next v14 0/7] sched: Add Common Applications Kept Enhanced (cake) qdisc
 2018-05-22 22:06 UTC  (6+ messages)
` [PATCH net-next v14 6/7] sch_cake: Add overhead compensation support to the rate shaper
  ` [Cake] "

[PATCH bpf-next v2 0/7] BTF uapi cleanup
 2018-05-22 22:04 UTC  (8+ messages)
` [PATCH bpf-next v2 2/7] bpf: btf: Change how section is supported in btf_header
` [PATCH bpf-next v2 3/7] bpf: btf: Check array->index_type
` [PATCH bpf-next v2 4/7] bpf: btf: Remove unused bits from uapi/linux/btf.h
` [PATCH bpf-next v2 5/7] bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
` [PATCH bpf-next v2 6/7] bpf: btf: Sync bpf.h and btf.h to tools
` [PATCH bpf-next v2 1/7] bpf: Expose check_uarg_tail_zero()
` [PATCH bpf-next v2 7/7] bpf: btf: Add tests for the btf uapi changes

[PATCH net-next v2 0/7] Add support for QCA8334 switch
 2018-05-22 21:58 UTC  (7+ messages)
` [PATCH net-next v2 1/7] net: dsa: qca8k: Add QCA8334 binding documentation
` [PATCH net-next v2 2/7] net: dsa: qca8k: Add support for QCA8334 switch
  ` [PATCH net-next v2 2/7] net: dsa: qca8k: Add support for QCA8334 switch'

[net-next] i40iw/i40e: Remove link dependency on i40e
 2018-05-22 21:54 UTC  (6+ messages)

[PATCH 1/2] rfkill: Rename rfkill_any_led_trigger* functions
 2018-05-22 21:29 UTC  (2+ messages)
` [PATCH 2/2] rfkill: Create rfkill-none LED trigger

[PATCH net-next v5 0/3] fib rule selftest
 2018-05-22 21:03 UTC  (4+ messages)
` [PATCH net-next v5 1/3] ipv4: support sport, dport and ip_proto in RTM_GETROUTE
` [PATCH net-next v5 2/3] ipv6: "
` [PATCH net-next v5 3/3] selftests: net: initial fib rule tests

[PATCH net-next v11 0/5] Enable virtio_net to act as a standby for a passthru device
 2018-05-22 20:54 UTC  (20+ messages)
` [PATCH net-next v11 2/5] netvsc: refactor notifier/event handling code to use the failover framework
        ` Shepherd request (P83): Multipath TCP: Present Use Cases and an Upstream Future

[PATCH net-next] enic: set DMA mask to 47 bit
 2018-05-22 13:37 UTC 

[PATCH net] net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
 2018-05-22 20:44 UTC 

[PATCH net-next 0/7] net/ipv6: Fix route append and replace use cases
 2018-05-22 20:44 UTC  (3+ messages)

[PATCH 07/33] iwlwifi: mvm: use match_string() helper
 2018-05-22 20:41 UTC  (4+ messages)

Regression: Approximate 34% performance hit in receive throughput over ixgbe seen due to build_skb patch
 2018-05-22 20:03 UTC  (4+ messages)

[PATCH bpf-next v3 00/10] bpf: enhancements for multi-function programs
 2018-05-22 19:55 UTC  (14+ messages)
` [PATCH bpf-next v3 01/10] bpf: support 64-bit offsets for bpf function calls
` [PATCH bpf-next v3 02/10] bpf: powerpc64: pad function address loads with NOPs
` [PATCH bpf-next v3 03/10] bpf: powerpc64: add JIT support for multi-function programs
` [PATCH bpf-next v3 04/10] bpf: get kernel symbol addresses via syscall
` [PATCH bpf-next v3 05/10] tools: bpf: sync bpf uapi header
` [PATCH bpf-next v3 06/10] tools: bpftool: resolve calls without using imm field
` [PATCH bpf-next v3 07/10] bpf: fix multi-function JITed dump obtained via syscall
` [PATCH bpf-next v3 08/10] bpf: get JITed image lengths of functions "
` [PATCH bpf-next v3 09/10] tools: bpf: sync bpf uapi header
` [PATCH bpf-next v3 10/10] tools: bpftool: add delimiters to multi-function JITed dumps

[PATCH net 1/1] qed: Fix mask for physical address in ILT entry
 2018-05-22 19:48 UTC  (4+ messages)

[net-next 0/9][pull request] 40GbE Intel Wired LAN Driver Updates 2018-05-22
 2018-05-22 19:46 UTC  (11+ messages)
` [net-next 1/9] i40e: free skb after clearing lock in ptp_stop
` [net-next 2/9] i40e: always return VEB stat strings
` [net-next 3/9] i40e: always return all queue "
` [net-next 4/9] i40e: split i40e_get_strings() into smaller functions
` [net-next 5/9] i40e: use WARN_ONCE to replace the commented BUG_ON size check
` [net-next 6/9] i40e: fold prefix strings directly into stat names
` [net-next 7/9] i40e: update data pointer directly when copying to the buffer
` [net-next 8/9] i40e: add function doc headers for ethtool stats functions
` [net-next 9/9] i40e: use the more traditional 'i' loop variable

[PATCH net-next 0/2] tcp: reduce quickack pressure for ECN
 2018-05-22 19:43 UTC  (9+ messages)
` [PATCH net-next 1/2] tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
` [PATCH net-next 2/2] tcp: do not aggressively quick ack after ECN events

[PATCH] pcnet32: add an error handling path in pcnet32_probe_pci()
 2018-05-22 19:40 UTC  (2+ messages)

[pull request][net-next 0/6] Mellanox, mlx5e updates 2018-05-19
 2018-05-22 19:38 UTC  (10+ messages)
` [net-next 1/6] net/dcb: Add dcbnl buffer attribute
` [net-next 2/6] net/mlx5: Add pbmc and pptb in the port_access_reg_cap_mask

[PATCH] selftests: uevent filtering
 2018-05-22 19:34 UTC 

[PATCH net] ipmr: properly check rhltable_init() return value
 2018-05-22 19:32 UTC  (2+ messages)

[PATCH net-next 00/13] nfp: abm: add basic support for advanced buffering NIC
 2018-05-22 19:14 UTC  (5+ messages)

[PATCH v3] wcn36xx: Add support for Factory Test Mode (FTM)
 2018-05-22 19:02 UTC 

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-05-22 18:59 UTC  (7+ messages)
` [RFC PATCH ghak32 V2 13/13] debug audit: read container ID of a process

[pull request][for-next 00/15] Mellanox, mlx5 core and netdev updates 2018-05-17
 2018-05-22 18:48 UTC  (4+ messages)

[PATCH net-next] hv_netvsc: Add handlers for ethtool get/set msg level
 2018-05-22 18:29 UTC 

[PATCH net-next] r8169: perform reset synchronously in __rtl8169_resume
 2018-05-22 17:59 UTC  (2+ messages)

[PATCH net] dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
 2018-05-22 17:55 UTC  (2+ messages)

[PATCH v3] isdn: eicon: fix a missing-check bug
 2018-05-22 17:52 UTC  (2+ messages)

[PATCH 1/2] net: fec: ptp: Switch to SPDX identifier
 2018-05-22 17:45 UTC  (4+ messages)
` [PATCH 2/2] net: fec: Add a "

[PATCH net] sctp: fix the issue that flags are ignored when using kernel_connect
 2018-05-22 17:40 UTC  (3+ messages)

[PATCH v4 0/3] IR decoding using BPF
 2018-05-22 17:24 UTC  (3+ messages)

[PATCH V3 0/8] net: ethernet: stmmac: add support for stm32mp1
 2018-05-22 17:22 UTC  (3+ messages)
` [PATCH V3 8/8] dt-bindings: stm32: add compatible for syscon

[RFC V4 PATCH 0/8] Packed ring layout for vhost
 2018-05-22 16:54 UTC  (3+ messages)
` [RFC V4 PATCH 7/8] vhost: packed ring support

[PATCH net] ibmvnic: Only do H_EOI for mobility events
 2018-05-22 16:21 UTC 

[PATCH bpf-next v3 5/7] samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERY
 2018-05-22 16:31 UTC  (3+ messages)
` [PATCH bpf-next v3 6/7] tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progs
` [PATCH bpf-next v3 7/7] tools/bpftool: add perf subcommand

[PATCH bpf-next v3 0/7] bpf: implement BPF_TASK_FD_QUERY
 2018-05-22 16:30 UTC  (5+ messages)
` [PATCH bpf-next v3 1/7] perf/core: add perf_get_event() to return perf_event given a struct file
` [PATCH bpf-next v3 2/7] bpf: introduce bpf subcommand BPF_TASK_FD_QUERY
` [PATCH bpf-next v3 3/7] tools/bpf: sync kernel header bpf.h and add bpf_trace_event_query in libbpf
` [PATCH bpf-next v3 4/7] tools/bpf: add ksym_get_addr() in trace_helpers

[PATCH bpf-next 0/7] BTF uapi cleanup
 2018-05-22 16:20 UTC  (6+ messages)
` [PATCH bpf-next 3/7] bpf: btf: Check array->index_type

[PATCH][V2] net: vxge: fix spelling mistake in macro VXGE_HW_ERR_PRIVILAGED_OPEARATION
 2018-05-22 16:18 UTC 

[PATCH net-next v3 3/3] selftests: net: initial fib rule tests
 2018-05-22 16:01 UTC  (3+ messages)
` [lkp-robot] [selftests] 3f45449746: kernel_selftests.net.fib_rule_tests.sh.fail

[PATCH net-next] sctp: add support for SCTP_REUSE_PORT sockopt
 2018-05-22 15:36 UTC  (11+ messages)

[PATCH v2] packet: track ring entry use using a shadow ring to prevent RX ring overrun
 2018-05-22 15:46 UTC  (9+ messages)

[PATCH net-next v4 0/3] fib rule selftest
 2018-05-22 15:45 UTC  (6+ messages)
` [PATCH net-next v4 1/3] ipv4: support sport, dport and ip_proto in RTM_GETROUTE
` [PATCH net-next v4 2/3] ipv6: "
` [PATCH net-next v4 3/3] selftests: net: initial fib rule tests

[PATCH] net: vxge: fix spelling mistake in macro VXGE_HW_ERR_PRIVILAGED_OPEARATION
 2018-05-22 15:44 UTC  (2+ messages)

[PATCH][V2] net/mlx4: fix spelling mistake: "Inrerface" -> "Interface" and rephrase message
 2018-05-22 15:42 UTC 

[PATCH net-next] net: stmmac: Add PPS and Flexible PPS support
 2018-05-22 15:38 UTC  (3+ messages)

[PATCH net-next 00/12] amd-xgbe: AMD XGBE driver updates 2018-05-21
 2018-05-22 15:37 UTC  (6+ messages)
` [PATCH net-next 08/12] amd-xgbe: Add ethtool show/set channels support

[PATCH net-next v2 0/2] udp gso fixes
 2018-05-22 15:34 UTC  (3+ messages)
` [PATCH net-next v2 1/2] udp: exclude gso from xfrm paths
` [PATCH net-next v2 2/2] gso: limit udp gso to egress-only virtual devices

[PATCH v3] mlx4_core: allocate ICM memory in page size chunks
 2018-05-22 15:33 UTC  (4+ messages)

[PATCH] net/mlx4: fix spelling mistake: "Inrerface" -> "Interface"
 2018-05-22 15:25 UTC  (4+ messages)

[PATCH 1/4] arcnet: com20020: Add com20020 io mapped version
 2018-05-22 14:44 UTC  (5+ messages)

pull-request: wireless-drivers 2018-05-22
 2018-05-22 14:28 UTC 

[PATCH net-next v15 0/7] sched: Add Common Applications Kept Enhanced (cake) qdisc
 2018-05-22 14:11 UTC  (10+ messages)
` [PATCH net-next v15 3/7] sch_cake: Add optional ACK filter
` [PATCH net-next v15 6/7] sch_cake: Add overhead compensation support to the rate shaper
` [PATCH net-next v15 2/7] sch_cake: Add ingress mode
` [PATCH net-next v15 5/7] sch_cake: Add DiffServ handling
` [PATCH net-next v15 1/7] sched: Add Common Applications Kept Enhanced (cake) qdisc
` [PATCH net-next v15 7/7] sch_cake: Conditionally split GSO segments
` [PATCH net-next v15 4/7] sch_cake: Add NAT awareness to packet classifier

[net-next PATCH v2 0/4] Symmetric queue selection using XPS for Rx queues
 2018-05-22 14:09 UTC  (8+ messages)
` [net-next PATCH v2 2/4] net: Enable Tx queue selection based on "

[PATCH v2] wcn36xx: Add support for Factory Test Mode (FTM)
 2018-05-22 13:57 UTC  (2+ messages)

[PATCH] net: sched: don't disable bh when accessing action idr
 2018-05-22 12:50 UTC  (3+ messages)
` [PATCH net-next v2] "

[RFC PATCH net-next 00/12] XDP batching for TUN/vhost_net
 2018-05-22 12:41 UTC  (16+ messages)
` [RFC PATCH net-next 01/12] vhost_net: introduce helper to initialize tx iov iter
` [RFC PATCH net-next 02/12] vhost_net: introduce vhost_exceeds_weight()
` [RFC PATCH net-next 03/12] vhost_net: introduce vhost_has_more_pkts()
` [RFC PATCH net-next 04/12] vhost_net: split out datacopy logic
` [RFC PATCH net-next 10/12] vhost_net: build xdp buff

netdev 0x12 conference update
 2018-05-22 12:25 UTC 

[RFC feedback] AF_XDP and non-Intel hardware
 2018-05-22 12:09 UTC  (4+ messages)

[PATCH net] vhost: synchronize IOTLB message with dev cleanup
 2018-05-22 11:58 UTC 


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