netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-26 18:11:07 to 2018-03-27 09:32:32 UTC [more...]

[bpf-next V6 PATCH 00/15] XDP redirect memory return API
 2018-03-27  9:32 UTC  (8+ messages)
` [bpf-next V6 PATCH 01/15] mlx5: basic XDP_REDIRECT forward support
` [bpf-next V6 PATCH 02/15] xdp: introduce xdp_return_frame API and use in cpumap
` [bpf-next V6 PATCH 03/15] ixgbe: use xdp_return_frame API
` [bpf-next V6 PATCH 04/15] xdp: move struct xdp_buff from filter.h to xdp.h
` [bpf-next V6 PATCH 05/15] xdp: introduce a new xdp_frame type
` [bpf-next V6 PATCH 06/15] tun: convert to use generic xdp_frame and xdp_return_frame API
` [bpf-next V6 PATCH 07/15] virtio_net: "

[PATCH net] vhost: correctly remove wait queue during poll failure
 2018-03-27  9:28 UTC  (2+ messages)

[PATCH iproute2-next] tc: Fix compilation error with old iptables
 2018-03-27  9:20 UTC 

[PATCH net] lan78xx: Crash in lan78xx_writ_reg (Workqueue: events lan78xx_deferred_multicast_write)
 2018-03-27  9:21 UTC 

[PATCH] vhost-net: add time limitation for tx polling
 2018-03-27  9:12 UTC 

[PATCH bpf-next] bpf: sockmap: initialize sg table entries properly
 2018-03-27  9:05 UTC  (4+ messages)

[PATCH] rtlwifi: rtl8821ae: fix spelling mistake: "Aboslute" -> "Absolute"
 2018-03-27  9:03 UTC  (2+ messages)
`  "

[PATCH 4/4] selftests/bpf: fix compiling errors
 2018-03-27  9:00 UTC  (7+ messages)

[PATCH][next] rsi: remove redundant duplicate assignment of buffer_size
 2018-03-27  8:53 UTC  (2+ messages)
` [next] "

[PATCH net-next nfs 0/6] Converting pernet_operations (part #7)
 2018-03-27  8:52 UTC  (5+ messages)
` [PATCH net-next nfs 1/6] net: Convert rpcsec_gss_net_ops

[PATCH net 0/1] net/smc: fix clc problem
 2018-03-27  8:43 UTC  (2+ messages)
` [PATCH net 1/1] net/smc: use announced length in sock_recvmsg()

[pull request][net-next 00/15] Mellanox, mlx5 misc updates 2018-03-22
 2018-03-27  8:38 UTC  (6+ messages)
` [net-next 03/15] net/mlx5e: PFC stall prevention support

[RFC PATCH v2] net: phy: Added device tree binding for dev-addr and dev-addr code check-up
 2018-03-27  8:10 UTC  (4+ messages)

[PATCH v2] rsi: Remove stack VLA usage
 2018-03-27  8:04 UTC  (3+ messages)
` [v2] "

[PATCH 2/4] wireless: Use octal not symbolic permissions
 2018-03-27  8:02 UTC  (3+ messages)
` [2/4] "

[PATCH] [v3] Bluetooth: btrsi: rework dependencies
 2018-03-27  7:12 UTC  (2+ messages)
`  "

[RFC PATCH 00/24] Introducing AF_XDP support
 2018-03-27  6:30 UTC  (9+ messages)

[PATCH v3 iproute2-next 0/8] cm_id, cq, mr, and pd resource tracking
 2018-03-27  5:46 UTC  (10+ messages)
` [PATCH v3 iproute2-next 1/8] rdma: include rdma-core <rdma/rdma_cma.h>
` [PATCH v3 iproute2-next 2/8] rdma: Makefile change to find <rdma/rdma_cma.h>
` [PATCH v3 iproute2-next 3/8] rdma: update rdma_netlink.h
` [PATCH v3 iproute2-next 4/8] rdma: initialize the rd struct
` [PATCH v3 iproute2-next 5/8] rdma: Add CM_ID resource tracking information
` [PATCH v3 iproute2-next 6/8] rdma: Add CQ "
` [PATCH v3 iproute2-next 7/8] rdma: Add MR "
` [PATCH v3 iproute2-next 8/8] rdma: Add PD "

[PATCH net-next] qed*: Utilize FW 8.33.11.0
 2018-03-27  4:48 UTC  (4+ messages)
` [RFC PATCH] qed*: qed_cm_init_pf() can be static

BUG: corrupted list in remove_wait_queue
 2018-03-27  3:36 UTC  (2+ messages)

[RFC PATCH V2 0/8] Packed ring for vhost
 2018-03-27  3:33 UTC  (3+ messages)

[PATCH v2 iproute2-next 0/6] cm_id, cq, mr, and pd resource tracking
 2018-03-27  3:21 UTC  (10+ messages)
` [PATCH v2 iproute2-next 3/6] rdma: Add CM_ID resource tracking information

[PATCH v6 bpf-next 00/11] bpf, tracing: introduce bpf raw tracepoints
 2018-03-27  2:47 UTC  (12+ messages)
` [PATCH v6 bpf-next 01/11] treewide: remove large struct-pass-by-value from tracepoint arguments
` [PATCH v6 bpf-next 02/11] net/mediatek: disambiguate mt76 vs mt7601u trace events
` [PATCH v6 bpf-next 03/11] net/mac802154: disambiguate mac80215 vs mac802154 "
` [PATCH v6 bpf-next 04/11] net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepoint
` [PATCH v6 bpf-next 05/11] macro: introduce COUNT_ARGS() macro
` [PATCH v6 bpf-next 06/11] tracepoint: compute num_args at build time
` [PATCH v6 bpf-next 07/11] tracepoint: introduce kernel_tracepoint_find_by_name
` [PATCH v6 bpf-next 08/11] bpf: introduce BPF_RAW_TRACEPOINT
` [PATCH v6 bpf-next 09/11] libbpf: add bpf_raw_tracepoint_open helper
` [PATCH v6 bpf-next 10/11] samples/bpf: raw tracepoint test
` [PATCH v6 bpf-next 11/11] selftests/bpf: test for bpf_get_stackid() from raw tracepoints

[PATCH bpf-next] bpf, tracing: unbreak lttng
 2018-03-27  2:08 UTC  (9+ messages)

[PATCH v3 net 0/5] tcp: fixes to non-SACK TCP
 2018-03-27  2:07 UTC  (3+ messages)
` [PATCH v3 net 1/5] tcp: feed correct number of pkts acked to cc modules also in recovery

[next-queue PATCH v5 0/9] igb: offloading of receive filters
 2018-03-27  1:40 UTC  (5+ messages)
` [next-queue PATCH v5 7/9] igb: Add MAC address support for ethtool nftuple filters
  ` [Intel-wired-lan] "

ip6_forward / NF_HOOK and counters
 2018-03-27  1:35 UTC 

[PATCH net-next] XDP router for veth
 2018-03-27  1:03 UTC  (4+ messages)

[PATCH net-next 0/8] Microsemi Ocelot switch support
 2018-03-27  0:34 UTC  (7+ messages)
` [PATCH net-next 4/8] dt-bindings: net: add DT bindings for Microsemi Ocelot Switch

[PATCH v2 bpf-next] bpf, tracing: unbreak lttng
 2018-03-27  0:07 UTC  (2+ messages)

bpf stable request
 2018-03-27  0:00 UTC  (2+ messages)

[PATCH net-next 0/2] net: broadcom: Adaptive interrupt coalescing
 2018-03-26 23:40 UTC  (12+ messages)
` [PATCH net-next 1/2] net: systemport: Implement adaptive "
` [PATCH net-next 2/2] net: bcmgenet: Add support for adaptive RX coalescing

[PATCH 0/6] rhashtable: assorted fixes and enhancements
 2018-03-26 23:33 UTC  (7+ messages)
` [PATCH 6/6] rhashtable: allow element counting to be disabled
` [PATCH 5/6] rhashtable: support guaranteed successful insertion
` [PATCH 2/6] rhashtable: remove outdated comments about grow_decision etc
` [PATCH 4/6] rhashtable: allow a walk of the hash table without missing objects
` [PATCH 3/6] rhashtable: reset intr when rhashtable_walk_start sees new table
` [PATCH 1/6] rhashtable: improve documentation for rhashtable_walk_peek()

[PATCH net-next V2] Documentation/networking: Add net DIM documentation
 2018-03-26 23:28 UTC  (3+ messages)

Bug#892057: Fwd: Re: TS-x09 fails to boot when obtaining MAC
 2018-03-26 22:58 UTC 

[net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2018-03-26
 2018-03-26 22:54 UTC  (17+ messages)
` [net-next 01/15] ice: Add basic driver framework for Intel(R) E800 Series
` [net-next 02/15] ice: Add support for control queues
` [net-next 03/15] ice: Start hardware initialization
` [net-next 04/15] ice: Get switch config, scheduler config and device capabilities
` [net-next 05/15] ice: Get MAC/PHY/link info and scheduler topology
` [net-next 06/15] ice: Initialize PF and setup miscellaneous interrupt
` [net-next 07/15] ice: Add support for VSI allocation and deallocation
` [net-next 08/15] ice: Add support for switch filter programming
` [net-next 09/15] ice: Configure VSIs for Tx/Rx
` [net-next 10/15] ice: Implement transmit and NAPI support
` [net-next 11/15] ice: Add support for VLANs and offloads
` [net-next 12/15] ice: Add stats and ethtool support
` [net-next 13/15] ice: Update Tx scheduler tree for VSI multi-Tx queue support
` [net-next 14/15] ice: Support link events, reset and rebuild
` [net-next 15/15] ice: Implement filter sync, NDO operations and bump version

[PATCH net] r8169: fix setting driver_data after register_netdev
 2018-03-26 22:40 UTC  (5+ messages)

[PATCH net-next 00/12] ARM: sun8i: r40: Add Ethernet support
 2018-03-26 22:23 UTC  (3+ messages)
` [PATCH net-next 04/12] dt-bindings: net: dwmac-sun8i: Sort syscon compatibles by alphabetical order

[Patch net] llc: properly handle dev_queue_xmit() return value
 2018-03-26 22:08 UTC 

[net-next 00/10][pull request] 40GbE Intel Wired LAN Driver Updates 2018-03-26
 2018-03-26 21:41 UTC  (11+ messages)
` [net-next 01/10] i40e: move I40E_FLAG_FILTER_SYNC to a state bit
` [net-next 02/10] i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state field
` [net-next 03/10] i40e: move AUTO_DISABLED flags into "
` [net-next 04/10] i40e: move I40E_FLAG_TEMP_LINK_POLLING to "
` [net-next 05/10] i40e: move client flags into state bits
` [net-next 06/10] i40e: hold the RTNL lock while changing interrupt schemes
` [net-next 07/10] i40e: stop using cmpxchg flow in i40e_set_priv_flags()
` [net-next 08/10] i40e: re-number feature flags to remove gaps
` [net-next 09/10] i40e: tweak page counting for XDP_REDIRECT
` [net-next 10/10] i40e: add support "

[PATCH v5 bpf-next 00/10] bpf, tracing: introduce bpf raw tracepoints
 2018-03-26 21:27 UTC  (14+ messages)
` [PATCH v5 bpf-next 06/10] tracepoint: compute num_args at build time

[PATCH 5/6] net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api
 2018-03-26 21:09 UTC  (2+ messages)
` [PATCH 6/6] net/sock: Update memalloc_socks "

[pull request][net V2 0/8] Mellanox, mlx5 fixes 2018-03-23
 2018-03-26 21:05 UTC  (9+ messages)
` [net V2 1/8] net/mlx5e: Don't override vport admin link state in switchdev mode
` [net V2 2/8] net/mlx5e: Use 32 bits to store VF representor SQ number
` [net V2 3/8] net/mlx5: Make eswitch support to depend on switchdev
` [net V2 4/8] net/mlx5e: Verify coalescing parameters in range
` [net V2 5/8] net/mlx5e: Fix traffic being dropped on VF representor
` [net V2 6/8] net/mlx5e: Fix memory usage issues in offloading TC flows
` [net V2 7/8] net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path
` [net V2 8/8] net/mlx5e: Sync netdev vxlan ports at open

[bpf-next V5 PATCH 00/15] XDP redirect memory return API
 2018-03-26 21:04 UTC  (7+ messages)
` [bpf-next V5 PATCH 02/15] xdp: introduce xdp_return_frame API and use in cpumap
` [bpf-next V5 PATCH 10/15] xdp: rhashtable with allocator ID to pointer mapping

[pull request][net-next V2 00/15] Mellanox, mlx5 misc updates 2018-03-22
 2018-03-26 20:56 UTC  (16+ messages)
` [net-next V2 01/15] net/mlx5e: Expose PFC stall prevention counters
` [net-next V2 02/15] ethtool: Add support for configuring PFC stall prevention in ethtool
` [net-next V2 03/15] net/mlx5e: PFC stall prevention support
` [net-next V2 04/15] net/mlx5: Add support for QUERY_VNIC_ENV command
` [net-next V2 05/15] net/mlx5e: Add vnic steering drop statistics
` [net-next V2 06/15] net/mlx5: Add packet dropped while vport down statistics
` [net-next V2 07/15] net/mlx5e: Add interface down dropped packets statistics
` [net-next V2 08/15] net/mlx5: E-Switch, Use same source for offloaded actions check
` [net-next V2 09/15] net/mlx5: Add core support for vlan push/pop steering action
` [net-next V2 10/15] net/mlx5e: Offload tc vlan push/pop using HW action
` [net-next V2 11/15] net/mlx5: Protect from command bit overflow
` [net-next V2 12/15] net/mlx5e: Remove redundant check in get ethtool stats
` [net-next V2 13/15] net/mlx5e: Make choose LRO timeout function static
` [net-next V2 14/15] net/mlx5e: Add a helper macro in set features ndo
` [net-next V2 15/15] net/mlx5e: Add VLAN offload features to hw_enc_features

[net-next PATCH 0/5] Add support for netcp driver on K2G SoC
 2018-03-26 20:48 UTC  (8+ messages)
` [net-next PATCH 1/5] soc: ti: K2G: enhancement to support QMSS in NSS
` [net-next PATCH 2/5] soc: ti: K2G: provide APIs to support driver probe deferral
` [net-next PATCH 3/5] net: netcp: ethss enhancements to support 2u cpsw h/w on K2G SoC
` [net-next PATCH 4/5] Revert "net: netcp: remove dead code from the driver"
` [net-next PATCH 5/5] net: netcp: support probe deferral

[PATCH net] strparser: Fix sign of err codes
 2018-03-26 20:44 UTC  (2+ messages)

[PATCH net-next] liquidio: Removed duplicate Tx queue status check
 2018-03-26 20:40 UTC 

[PATCH net] sctp: remove unnecessary asoc in sctp_has_association
 2018-03-26 19:20 UTC  (2+ messages)

[PATCH net-next 5/8] net: mscc: Add initial Ocelot switch support
 2018-03-26 19:13 UTC  (2+ messages)

[PATCH net 1/1] net sched actions: fix dumping which requires several messages to user space
 2018-03-26 18:58 UTC 

[PATCH] of_net: Implement of_get_nvmem_mac_address helper
 2018-03-26 18:41 UTC  (9+ messages)
  ` [PATCH v2] "

[net PATCH v2] net: sched, fix OOO packets with pfifo_fast
 2018-03-26 18:16 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).