netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-16 22:53:29 to 2018-04-17 14:47:07 UTC [more...]

SRIOV switchdev mode BoF minutes
 2018-04-17 14:47 UTC  (15+ messages)

[net-next V11 PATCH 00/17] XDP redirect memory return API
 2018-04-17 14:46 UTC  (18+ messages)
` [net-next V11 PATCH 01/17] mlx5: basic XDP_REDIRECT forward support
` [net-next V11 PATCH 02/17] xdp: introduce xdp_return_frame API and use in cpumap
` [net-next V11 PATCH 03/17] ixgbe: use xdp_return_frame API
` [net-next V11 PATCH 04/17] xdp: move struct xdp_buff from filter.h to xdp.h
` [net-next V11 PATCH 05/17] xdp: introduce a new xdp_frame type
` [net-next V11 PATCH 06/17] tun: convert to use generic xdp_frame and xdp_return_frame API
` [net-next V11 PATCH 07/17] virtio_net: "
` [net-next V11 PATCH 08/17] bpf: cpumap convert to use generic xdp_frame
` [net-next V11 PATCH 09/17] i40e: convert to use generic xdp_frame and xdp_return_frame API
` [net-next V11 PATCH 10/17] mlx5: register a memory model when XDP is enabled
` [net-next V11 PATCH 11/17] xdp: rhashtable with allocator ID to pointer mapping
` [net-next V11 PATCH 12/17] page_pool: refurbish version of page_pool code
` [net-next V11 PATCH 13/17] xdp: allow page_pool as an allocator type in xdp_return_frame
` [net-next V11 PATCH 14/17] mlx5: use page_pool for xdp_return_frame call
` [net-next V11 PATCH 15/17] xdp: transition into using xdp_frame for return API
` [net-next V11 PATCH 16/17] xdp: transition into using xdp_frame for ndo_xdp_xmit
` [net-next V11 PATCH 17/17] xdp: avoid leaking info stored in frame data on page reuse

One question about __tcp_select_window()
 2018-04-17 14:43 UTC  (3+ messages)

[net-next V10 PATCH 00/16] XDP redirect memory return API
 2018-04-17 14:39 UTC  (21+ messages)
` [net-next V10 PATCH 01/16] mlx5: basic XDP_REDIRECT forward support
` [net-next V10 PATCH 02/16] xdp: introduce xdp_return_frame API and use in cpumap
` [net-next V10 PATCH 03/16] ixgbe: use xdp_return_frame API
` [net-next V10 PATCH 04/16] xdp: move struct xdp_buff from filter.h to xdp.h
` [net-next V10 PATCH 05/16] xdp: introduce a new xdp_frame type
` [net-next V10 PATCH 06/16] tun: convert to use generic xdp_frame and xdp_return_frame API
` [net-next V10 PATCH 07/16] virtio_net: "
` [net-next V10 PATCH 08/16] bpf: cpumap convert to use generic xdp_frame
` [net-next V10 PATCH 09/16] i40e: convert to use generic xdp_frame and xdp_return_frame API
` [net-next V10 PATCH 10/16] mlx5: register a memory model when XDP is enabled
` [net-next V10 PATCH 11/16] xdp: rhashtable with allocator ID to pointer mapping
` [net-next V10 PATCH 12/16] page_pool: refurbish version of page_pool code
` [net-next V10 PATCH 13/16] xdp: allow page_pool as an allocator type in xdp_return_frame
` [net-next V10 PATCH 14/16] mlx5: use page_pool for xdp_return_frame call
` [net-next V10 PATCH 15/16] xdp: transition into using xdp_frame for return API
` [net-next V10 PATCH 16/16] xdp: transition into using xdp_frame for ndo_xdp_xmit

[PATCH bpf-next v3 0/8] bpf: document eBPF helpers and add a script to generate man page
 2018-04-17 14:34 UTC  (9+ messages)
` [PATCH bpf-next v3 1/8] bpf: add script and prepare bpf.h for new helpers documentation
` [PATCH bpf-next v3 2/8] bpf: add documentation for eBPF helpers (01-11)
` [PATCH bpf-next v3 3/8] bpf: add documentation for eBPF helpers (12-22)
` [PATCH bpf-next v3 4/8] bpf: add documentation for eBPF helpers (23-32)
` [PATCH bpf-next v3 5/8] bpf: add documentation for eBPF helpers (33-41)
` [PATCH bpf-next v3 6/8] bpf: add documentation for eBPF helpers (42-50)
` [PATCH bpf-next v3 7/8] bpf: add documentation for eBPF helpers (51-57)
` [PATCH bpf-next v3 8/8] bpf: add documentation for eBPF helpers (58-64)

[PATCH/RFC net-next 0/5] ravb: updates
 2018-04-17 14:15 UTC  (13+ messages)
` [PATCH/RFC net-next 1/5] ravb: fix inconsistent lock state at enabling tx timestamp
` [PATCH/RFC net-next 2/5] ravb: correct ptp does failure after suspend and resume
` [PATCH/RFC net-next 3/5] ravb: do not write 1 to reserved bits
` [PATCH/RFC net-next 4/5] ravb: remove undocumented processing
` [PATCH/RFC net-next 5/5] ravb: remove tx buffer addr 4byte alilgnment restriction for R-Car Gen3

[PATCH bpf-next 00/10] introduction of bpf_xdp_adjust_tail
 2018-04-17 14:14 UTC  (12+ messages)
` [PATCH bpf-next 01/10] [bpf]: adding bpf_xdp_adjust_tail helper
` [PATCH bpf-next 02/10] [bpf]: adding tests for bpf_xdp_adjust_tail
` [PATCH bpf-next 03/10] [bpf]: add bpf_xdp_adjust_tail sample prog
` [PATCH bpf-next 04/10] [bpf]: make generic xdp compatible w/ bpf_xdp_adjust_tail
` [PATCH bpf-next 05/10] [bpf]: make mlx4 "
` [PATCH bpf-next 06/10] [bpf]: make bnxt "
` [PATCH bpf-next 07/10] [bpf]: make cavium thunder "
` [PATCH bpf-next 08/10] [bpf]: make netronome nfp "
` [PATCH bpf-next 09/10] [bpf]: make tun "
` [PATCH bpf-next 10/10] [bpf]: make virtio "

[PATCH][net-next] net: ip tos cgroup
 2018-04-17 14:11 UTC  (2+ messages)

[bpf-next PATCH] samples/bpf: fix xdp_monitor user output for tracepoint exception
 2018-04-17 14:08 UTC 

[RFC v2] virtio: support packed ring
 2018-04-17 14:04 UTC  (11+ messages)

[PATCH] net: qrtr: add MODULE_ALIAS_NETPROTO macro
 2018-04-17 13:58 UTC  (2+ messages)

[PATCH net-next] liquidio: Enhanced ethtool stats
 2018-04-17 13:57 UTC  (2+ messages)

[PATCH 00/10] New network driver for Amiga X-Surf 100 (m68k)
 2018-04-17 13:53 UTC  (29+ messages)
` [PATCH 02/10] net: ax88796: Attach MII bus only when open
` [PATCH 03/10] net: ax88796: Do not free IRQ in ax_remove() (already freed in ax_close())
` [PATCH 08/10] net: ax88796: Make reset more robust on AX88796B
` [PATCH 10/10] net: New ax88796 platform driver for Amiga X-Surf 100 Zorro board (m68k)
` [PATCH v2 0/8] New network driver for Amiga X-Surf 100 (m68k)
` [PATCH v2 1/8] net: ax88796: Fix MAC address reading
` [PATCH v2 2/8] net: ax88796: Attach MII bus only when open
` [PATCH v2 3/8] net: ax88796: Do not free IRQ in ax_remove() (already freed in ax_close())
` [PATCH v2 4/8] net: ax88796: Add block_input/output hooks to ax_plat_data
` [PATCH v2 5/8] net: ax88796: add interrupt status callback to platform data
` [PATCH v2 6/8] net: ax88796: set IRQF_SHARED flag when IRQ resource is marked as shareable
` [PATCH v2 7/8] net: ax88796: release platform device drvdata on probe error and module remove
` [PATCH v2 8/8] net: New ax88796 platform driver for Amiga X-Surf 100 Zorro board (m68k)

[PATCH 0/3] Receive Side Coalescing for macb driver
 2018-04-17 13:53 UTC  (4+ messages)

[PATCH] VSOCK: make af_vsock.ko removable again
 2018-04-17 13:45 UTC  (3+ messages)

[PATCH] net: change the comment of dev_mc_init
 2018-04-17 13:37 UTC  (2+ messages)

tcp hang when socket fills up ?
 2018-04-17 13:29 UTC  (16+ messages)

[patch net-next RFC 00/12] devlink: introduce port flavours and common phys_port_name generation
 2018-04-17 13:23 UTC  (2+ messages)

[PATCH net-next 0/3] net: phy: Enable C45 vendor specific MDIO register addr space
 2018-04-17 12:56 UTC  (7+ messages)
` [PATCH net-next 1/3] net: phy: Add binding for vendor specific C45 MDIO address space
` [PATCH net-next 2/3] net: phy: Change the array size to 32 for device_ids
` [PATCH net-next 3/3] net: phy: Enable C45 PHYs with vendor specific address space

[PATCH net-next] vxlan: add ttl inherit support
 2018-04-17 12:52 UTC  (2+ messages)
` [PATCHv2 "

[PATCH net] sfc: check RSS is active for filter insert
 2018-04-17 12:32 UTC 

[PATCH net 0/2] tipc: Better check user provided attributes
 2018-04-17 11:45 UTC  (5+ messages)
` [PATCH net 1/2] tipc: add policy for TIPC_NLA_NET_ADDR
` [PATCH net 2/2] tipc: fix possible crash in __tipc_nl_net_set()

[PATCH 0/5] Add support in dwmac-sun8i for accessing EMAC clock
 2018-04-17 12:06 UTC  (13+ messages)
` [PATCH 1/5] dt-bindings: allow dwmac-sun8i to use other devices' exported regmap
` [PATCH 3/5] net: stmmac: dwmac-sun8i: Allow getting syscon regmap from device
      `  "
                ` [linux-sunxi] "

[PATCH 0/4] lan78xx: Read configuration from Device Tree
 2018-04-17 11:35 UTC  (4+ messages)
` [PATCH 4/4] dt-bindings: Document the DT bindings for lan78xx

[PATCH bpf-next 0/3] Add missing types to bpftool, libbpf
 2018-04-17 10:31 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpftool: Add missing prog types and attach types

[PATCH RESEND net-next] ipv6: provide Kconfig switch to disable accept_ra by default
 2018-04-17 10:04 UTC 

[PATCH net-next] ipv6: send netlink notifications for manually configured addresses
 2018-04-17  9:54 UTC 

[PATCH net] vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
 2018-04-17  9:46 UTC 

[PATCH net-next] cxgb4vf: display pause settings
 2018-04-17  9:47 UTC 

[PATCH bpf-next v3 02/10] bpf: btf: Validate type reference
 2018-04-17  9:14 UTC  (3+ messages)
` [PATCH] bpf: btf: fix semicolon.cocci warnings

net: 4.9-stable regression in drivers/net/phy/micrel.c on 4.9.94
 2018-04-17  8:31 UTC 

[PATCH net-next 0/5] fib rules extack support and selftest
 2018-04-17  8:10 UTC  (5+ messages)
` [PATCH net-next 3/5] ipv4: support sport, dport and ip protocol in RTM_GETROUTE

[PATCH net-next v4 0/3] kernel: add support to collect hardware logs in crash recovery kernel
 2018-04-17  7:44 UTC  (4+ messages)
` [PATCH net-next v4 1/3] vmcore: add API to collect hardware dump in second kernel
  ` [PATCH net-next v4 2/3] vmcore: append device dumps to vmcore as elf notes
` [PATCH net-next v4 3/3] cxgb4: collect hardware dump in second kernel

XDP performance regression due to CONFIG_RETPOLINE Spectre V2
 2018-04-17  7:13 UTC  (8+ messages)

[PATCH][next] iwlwifi: mvm: remove division by size of sizeof(struct ieee80211_wmm_rule)
 2018-04-17  7:06 UTC  (2+ messages)

[PATCH 1/1] net/mlx4_core: avoid resetting HCA when accessing an offline device
 2018-04-17  7:05 UTC  (3+ messages)

[lkp-robot] [selftests] 5ff9c1a3dd: kernel_selftests.net.in_netns.sh.fail
 2018-04-17  6:25 UTC 

[PATCH bpf-next 0/2] bpf: add helper for getting xfrm states
 2018-04-17  4:48 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] samples/bpf: extend test_tunnel_bpf.sh with xfrm state test

[PATCH net-next 2/2] openvswitch: Support conntrack zone limit (fwd)
 2018-04-17  4:49 UTC 

[PATCH RESEND net-next] net/ncsi: Refactor MAC, VLAN filters
 2018-04-17  4:23 UTC 

general protection fault in encode_rpcb_string
 2018-04-17  4:02 UTC 

[PATCH] samples/bpf: correct comment in sock_example.c
 2018-04-17  2:25 UTC 

[PATCH net,stable] tun: fix vlan packet truncation
 2018-04-17  2:13 UTC  (2+ messages)

[next-queue PATCH] igb: Fix the transmission mode of queue 0 for Qav mode
 2018-04-17  0:55 UTC  (2+ messages)

[next-queue PATCH v7 00/10] igb: offloading of receive filters
 2018-04-17  0:55 UTC  (21+ messages)
` [next-queue PATCH v7 01/10] igb: Fix not adding filter elements to the list
` [next-queue PATCH v7 02/10] igb: Fix queue selection on MAC filters on i210
  ` [Intel-wired-lan] "
` [next-queue PATCH v7 03/10] igb: Enable the hardware traffic class feature bit for igb models
  ` [Intel-wired-lan] "
` [next-queue PATCH v7 04/10] igb: Add support for MAC address filters specifying source addresses
` [next-queue PATCH v7 05/10] igb: Add support for enabling queue steering in filters
  ` [Intel-wired-lan] "
` [next-queue PATCH v7 06/10] igb: Allow filters to be added for the local MAC address
  ` [Intel-wired-lan] "
` [next-queue PATCH v7 07/10] igb: Enable nfc filters to specify MAC addresses
` [next-queue PATCH v7 08/10] igb: Add MAC address support for ethtool nftuple filters
` [next-queue PATCH v7 09/10] igb: Add the skeletons for tc-flower offloading
  ` [Intel-wired-lan] "
` [next-queue PATCH v7 10/10] igb: Add support for adding offloaded clsflower filters

[PATCH iproute2] utils: Do not reset family for default, any, all addresses
 2018-04-17  0:01 UTC  (2+ messages)

[PATCH net-next 0/2] openvswitch: Support conntrack zone limit
 2018-04-17  0:00 UTC  (5+ messages)
` [PATCH net-next 1/2] openvswitch: Add conntrack limit netlink definition
` [PATCH net-next 2/2] openvswitch: Support conntrack zone limit

[iproute PATCH] iproute: Abort if nexthop cannot be parsed
 2018-04-17  0:00 UTC  (2+ messages)

[PATCH net-next] net: Remove unused tcp_set_state tracepoint
 2018-04-16 23:02 UTC  (2+ messages)

[PATCH net-next 0/2] PCI: add two more values for PCIe Max_Read_Request_Size and initially use them in r8169 network driver
 2018-04-16 22:55 UTC  (2+ messages)

[PATCH] textsearch: fix kernel-doc warnings and add kernel-api section
 2018-04-16 22:53 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).