netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-07 04:14:15 to 2018-12-08 12:29:21 UTC [more...]

[net-next PATCH RFC 0/8] page_pool DMA handling and allow to recycles frames via SKB
 2018-12-08 12:29 UTC  (10+ messages)
` [net-next PATCH RFC 1/8] page_pool: add helper functions for DMA
` [net-next PATCH RFC 4/8] net: core: add recycle capabilities on skbs via page_pool API
  ` [net-next, RFC, "

[PATCH 1/5] net: dsa: ksz: Add MIB counter reading support
 2018-12-08 11:52 UTC  (9+ messages)
` [PATCH 2/5] net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477
` [PATCH 3/5] net: dsa: ksz: Factor out common tag code
` [PATCH 4/5] net: dsa: ksz: Add KSZ8795 "
` [PATCH 5/5] net: dsa: ksz: Add Microchip KSZ8795 DSA driver

[PATCH net-next] ip: silence udp zerocopy smatch false positive
 2018-12-08 11:22 UTC 

[PATCH V2] net: dsa: ksz: Add reset GPIO handling
 2018-12-08 11:11 UTC  (6+ messages)

[PATCH] net: dsa: ksz: Fix port membership
 2018-12-08 11:00 UTC  (10+ messages)

[PATCH bpf-next 0/7] Add XDP_ATTACH bind() flag to AF_XDP sockets
 2018-12-08 10:08 UTC  (13+ messages)
` [PATCH bpf-next 1/7] xsk: simplify AF_XDP socket teardown
` [PATCH bpf-next 2/7] xsk: add XDP_ATTACH bind() flag
` [PATCH bpf-next 3/7] bpf: add bpf_xsk_redirect function
` [PATCH bpf-next 4/7] bpf: prepare for builtin bpf program
` [PATCH bpf-next 5/7] bpf: add function to load builtin BPF program
` [PATCH bpf-next 6/7] xsk: load a builtin XDP program on XDP_ATTACH
  ` [PATCH bpf-next 7/7] samples: bpf: add support for XDP_ATTACH to xdpsock

[PATCH net-next,v5 00/12] add flow_rule infrastructure
 2018-12-08  8:49 UTC  (9+ messages)
` [PATCH net-next,v5 01/12] flow_offload: add flow_rule and flow_match structures and use them
` [PATCH net-next,v5 02/12] net/mlx5e: support for two independent packet edit actions
` [PATCH net-next,v5 03/12] flow_offload: add flow action infrastructure
` [PATCH net-next,v5 04/12] cls_api: add translator to flow_action representation

[PATCH] net/mlx4_core: Correctly set PFC param if global pause is turned off
 2018-12-08  8:41 UTC  (3+ messages)

[PATCH] Revert "net/ibm/emac: wrong bit is used for STA control"
 2018-12-08  6:37 UTC  (2+ messages)

[PATCH] net-udp: deprioritize cpu match for udp socket lookup
 2018-12-08  6:24 UTC  (4+ messages)

[PATCH] net: dsa: ksz: Increase the tag alignment
 2018-12-08  4:25 UTC  (3+ messages)

[PATCH bpf-next 1/3] bpf: pass struct btf pointer to the map_check_btf() callback
 2018-12-08  3:37 UTC  (4+ messages)
` [PATCH bpf-next 2/3] bpf: add bpffs pretty print for cgroup local storage maps
` [PATCH bpf-next 3/3] selftests/bpf: add btf annotations for cgroup_local_storage maps

[PATCH bpf-next 0/7] Introduce bpf_line_info
 2018-12-08  0:42 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: Add bpf_line_info support
` [PATCH bpf-next 2/7] bpf: tools: Sync uapi bpf.h
` [PATCH bpf-next 3/7] bpf: Refactor and bug fix in test_func_type in test_btf.c
` [PATCH bpf-next 4/7] bpf: Add unit tests for bpf_line_info
` [PATCH bpf-next 5/7] bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
` [PATCH bpf-next 6/7] bpf: libbpf: Add btf_line_info support to libbpf
` [PATCH bpf-next 7/7] bpf: libbpf: bpftool: Print bpf_line_info during prog dump

[PATCH net-next 0/4] tc-testing: implement command timeouts and better results tracking
 2018-12-08  0:39 UTC  (2+ messages)

[PATCH net v2 0/2] Fix slab out-of-bounds on insufficient headroom for IPv6 packets
 2018-12-08  0:37 UTC  (2+ messages)

[PATCH net] tcp: lack of available data can also cause TSO defer
 2018-12-08  0:18 UTC  (2+ messages)

[Patch v2 net-next] call sk_dst_reset when set SO_DONTROUTE
 2018-12-08  0:12 UTC  (2+ messages)

[PATCH v2 net-next] neighbor: Improve garbage collection
 2018-12-08  0:03 UTC  (2+ messages)

[PATCH net-next 00/14] net: hns3: Additions/optimizations related to HNS3 H/W err handling
 2018-12-08  0:03 UTC  (16+ messages)
` [PATCH net-next 01/14] net: hns3: remove existing process error functions and reorder hw_blk table
` [PATCH net-next 02/14] net: hns3: rename enable error interrupt functions
` [PATCH net-next 03/14] net: hns3: re-enable error interrupts on hw reset
` [PATCH net-next 04/14] net: hns3: deletes unnecessary settings of the descriptor data
` [PATCH net-next 05/14] net: hns3: rename process_hw_error function
` [PATCH net-next 06/14] net: hns3: add optimization in the hclge_hw_error_set_state
` [PATCH net-next 07/14] net: hns3: add handling of hw ras errors using new set of commands
` [PATCH net-next 08/14] net: hns3: deleted logging 1 bit errors
` [PATCH net-next 09/14] net: hns3: add handling of hw errors reported through MSIX
` [PATCH net-next 10/14] net: hns3: add handling of hw errors of MAC
` [PATCH net-next 11/14] net: hns3: handle hw errors of PPP PF
` [PATCH net-next 12/14] net: hns3: handle hw errors of PPU(RCB)
` [PATCH net-next 13/14] net: hns3: handle hw errors of SSU
` [PATCH net-next 14/14] net: hns3: add handling of RDMA RAS errors

[PATCH net-next] neighbor: Add protocol attribute
 2018-12-07 23:45 UTC  (5+ messages)

[PATCH] net: dsa: Add optional reset GPIO to Microchip KSZ switch binding
 2018-12-07 21:57 UTC 

[PULL] virtio/vhost: last minute fixes
 2018-12-07 21:53 UTC 

[PATCH] net: dsa: ksz: Add reset GPIO handling
 2018-12-07 21:52 UTC  (3+ messages)

[PATCH net-next v2 0/4] net: mitigate retpoline overhead
 2018-12-07 21:46 UTC  (9+ messages)
` [PATCH net-next v2 1/4] indirect call wrappers: helpers to speed-up indirect calls of builtin

[PATCH bpf 1/2] selftests/bpf: use thoff instead of nhoff in BPF flow dissector
 2018-12-07 21:43 UTC  (2+ messages)

[PATCH v2 bpf-next 0/7] bpf: support BPF_ALU | BPF_ARSH
 2018-12-07 21:36 UTC  (2+ messages)

[PATCH net-next v2 00/12] mlxsw: Un/offload FDB on NVE detach/attach
 2018-12-07 21:05 UTC  (14+ messages)
` [PATCH net-next v2 01/12] vxlan: Add a function to init switchdev_notifier_vxlan_fdb_info
` [PATCH net-next v2 02/12] vxlan: Add vxlan_fdb_replay()
` [PATCH net-next v2 03/12] vxlan: Add vxlan_fdb_clear_offload()
` [PATCH net-next v2 04/12] bridge: Add br_fdb_clear_offload()
` [PATCH net-next v2 05/12] mlxsw: spectrum: Track NVE type at FIDs
` [PATCH net-next v2 06/12] mlxsw: spectrum_switchdev: Publish mlxsw_sp_switchdev_notifier
` [PATCH net-next v2 07/12] mlxsw: spectrum_nve: Add mlxsw_sp_nve_ops.fdb_replay
` [PATCH net-next v2 08/12] mlxsw: spectrum_nve: Add mlxsw_sp_nve_ops.fdb_clear_offload
` [PATCH net-next v2 09/12] mlxsw: spectrum: Add mlxsw_sp_fid_ops.fdb_clear_offload
` [PATCH net-next v2 10/12] mlxsw: spectrum_nve: Un/offload FDB on nve_fid_disable/enable
` [PATCH net-next v2 11/12] selftests: mlxsw: vxlan: Test FDB un/marking on VXLAN join/leave
` [PATCH net-next v2 12/12] selftests: forwarding: Add PVID test case for VXLAN with VLAN-aware bridges

[PATCH iproute2-next 0/2] devlink: Add support for 'fw_load_policy' generic parameter
 2018-12-07 21:02 UTC  (2+ messages)

OMAP4430 SDP with KS8851: very slow networking
 2018-12-07 20:55 UTC  (9+ messages)

[PATCH v2 net-next 0/4] net: aquantia: add RSS configuration
 2018-12-07 20:49 UTC  (6+ messages)
` [PATCH v2 net-next 1/4] net: aquantia: fix RSS table and key sizes
` [PATCH v2 net-next 2/4] net: aquantia: increase max number of hw queues
` [PATCH v2 net-next 3/4] net: aquantia: fix initialization of RSS table
` [PATCH v2 net-next 4/4] net: aquantia: add support of RSS configuration

[PATCH] gianfar: Add gfar_change_carrier()
 2018-12-07 20:40 UTC  (13+ messages)

[PATCH rdma-next 0/3] Packet based credit mode
 2018-12-07 20:29 UTC  (4+ messages)

[PATCH net] ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output
 2018-12-07 20:23 UTC  (2+ messages)

[PATCH net-next] neighbour: Improve garbage collection
 2018-12-07 19:54 UTC  (3+ messages)

[PATCH bpf-next] bpf: relax verifier restriction on BPF_MOV | BPF_ALU
 2018-12-07 18:56 UTC  (6+ messages)

I wait to hear from you
 2018-12-07 18:11 UTC 

[RFC 0/3] virtio_ring: define flags as shifts consistently
 2018-12-07 18:11 UTC  (7+ messages)
` [RFC 1/3] "
` [RFC 2/3] virtio_ring: add VIRTIO_RING_NO_LEGACY
` [RFC 3/3] virtio_ring: use new vring flags

[PATCHv2 net 0/3] net: add support for flex_array_resize in flex_array
 2018-12-07 18:10 UTC  (5+ messages)
` [PATCHv2 net 1/3] flex_array: make FLEX_ARRAY_BASE_SIZE the same value of FLEX_ARRAY_PART_SIZE
  ` [PATCHv2 net 2/3] flex_array: support flex_array_resize
    ` [PATCHv2 net 3/3] sctp: fa_resize sctp stream instead of redo fa_alloc

[PATCH v2 net-next 0/8] dpaa2-eth: Introduce XDP support
 2018-12-07 18:07 UTC  (7+ messages)

[PATCH] net: ethernet: ti: cpsw: Assign OF node to slave devices
 2018-12-07 17:42 UTC 

[PATCH v2 bpf-next] bpf: relax verifier restriction on BPF_MOV | BPF_ALU
 2018-12-07 17:16 UTC 

[PATCH] bpf: fix overflow of bpf_jit_limit when PAGE_SIZE >= 64K
 2018-12-07 15:36 UTC  (3+ messages)

[PATCH] net: Fix xps_needed inc/dec mismatch
 2018-12-07 15:15 UTC  (3+ messages)

IP fragmentation performance and don't fragment bug when forwarding
 2018-12-07 14:46 UTC  (3+ messages)

Urgently need money? We can help you!
 2018-12-07 14:17 UTC 

[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
 2018-12-07 13:39 UTC  (11+ messages)

[PATCH] net: macb: restart tx after tx used bit read
 2018-12-07 13:10 UTC  (2+ messages)

[RFC PATCH 0/6] Armada 38x comphy driver to support 2.5Gbps networking
 2018-12-07 12:17 UTC  (11+ messages)
` [RFC PATCH 4/6] dt-bindings: update mvneta binding document

[PATCH 0/3] net: macb: DMA race condition fixes
 2018-12-07 12:04 UTC  (8+ messages)
` [PATCH 3/3] net: macb: add missing barriers when reading buffers

[PATCH net-next 0/4] net: aquantia: add RSS configuration
 2018-12-07 11:48 UTC  (4+ messages)
` [PATCH net-next 4/4] net: aquantia: add support of "

Latitude 5495's tg3 hangs under heavy load
 2018-12-07  9:27 UTC 

[PATCH] ucc_geth: Add ucc_geth_change_carrier()
 2018-12-07  9:15 UTC  (2+ messages)

[PATCH] dpaa_eth: Add dpaa_change_carrier()
 2018-12-07  9:15 UTC  (3+ messages)

[PATCH 0/3]: net: dsa: mt7530: support MT7530 in the MT7621 SoC
 2018-12-07  7:12 UTC  (7+ messages)

[PATCH AUTOSEL 4.19 040/123] bpf: allocate local storage buffers using GFP_ATOMIC
 2018-12-07  6:55 UTC  (3+ messages)

[PATCH v2] ptp: fix an IS_ERR() vs NULL check
 2018-12-07  6:00 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/3] rhashtable: replace rhashtable_walk_peek implementation
 2018-12-07  5:39 UTC  (4+ messages)
` [PATCH 1/3] rhashtable: further improve stability of rhashtable_walk
  ` [PATCH net-next] "

linux-next: manual merge of the rcu tree with the net-next tree
 2018-12-07  4:47 UTC 

[PATCH bpf] selftests/bpf: add missing pointer dereference for map stacktrace fixup
 2018-12-07  4:31 UTC  (2+ 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).