netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-17 12:53:30 to 2018-04-17 20:42:46 UTC [more...]

[PATCH bpf-next v4 00/10] BTF: BPF Type Format
 2018-04-17 20:42 UTC  (8+ messages)
` [PATCH bpf-next v4 01/10] bpf: btf: Introduce BPF Type Format (BTF)
` [PATCH bpf-next v4 02/10] bpf: btf: Validate type reference
` [PATCH bpf-next v4 03/10] bpf: btf: Check members of struct/union
` [PATCH bpf-next v4 04/10] bpf: btf: Add pretty print capability for data with BTF type info
` [PATCH bpf-next v4 05/10] bpf: btf: Add BPF_BTF_LOAD command
` [PATCH bpf-next v4 06/10] bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fd
` [PATCH bpf-next v4 09/10] bpf: btf: Add BTF support to libbpf

[PATCH v2 net,stable] tun: fix vlan packet truncation
 2018-04-17 20:42 UTC 

[PATCH 00/10] New network driver for Amiga X-Surf 100 (m68k)
 2018-04-17 20:42 UTC  (22+ messages)
` [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 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 8/8] net: New ax88796 platform driver for Amiga X-Surf 100 Zorro board (m68k)

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

Fw: [Bug 199427] New: Wired Network interface goes repeatedly up and down with NetworkManager
 2018-04-17 20:36 UTC 

[PATCH net-next 0/5] virtio-net: Add SCTP checksum offload support
 2018-04-17 20:35 UTC  (8+ messages)
` [PATCH net-next 1/5] virtio: Add support for SCTP checksum offloading

[PATCH RFC net-next 00/11] udp gso
 2018-04-17 20:23 UTC  (12+ messages)
` [PATCH RFC net-next 01/11] udp: expose inet cork to udp
` [PATCH RFC net-next 02/11] udp: add gso
` [PATCH RFC net-next 03/11] udp: better wmem accounting on gso
` [PATCH RFC net-next 04/11] udp: paged allocation with gso
` [PATCH RFC net-next 05/11] udp: add gso segment cmsg
` [PATCH RFC net-next 06/11] udp: add gso support to virtual devices
` [PATCH RFC net-next 07/11] udp: zerocopy
` [PATCH RFC net-next 08/11] selftests: udp gso
` [PATCH RFC net-next 09/11] selftests: udp gso with connected sockets

[PATCH RFC net-next 10/11] selftests: udp gso with corking
 2018-04-17 20:10 UTC  (2+ messages)
` [PATCH RFC net-next 11/11] selftests: udp gso benchmark

[net 1/1] tipc: fix infinite loop when dumping link monitor summary
 2018-04-17 19:58 UTC 

[net 1/1] tipc: fix use-after-free in tipc_nametbl_stop
 2018-04-17 19:25 UTC 

[PATCH net-next 0/4] net/smc: fixes 2018-04-17
 2018-04-17 19:23 UTC  (6+ messages)
` [PATCH net-next 1/4] net/smc: fix structure size
` [PATCH net-next 2/4] net/smc: handle sockopt TCP_NODELAY
` [PATCH net-next 3/4] net/smc: handle sockopt TCP_CORK
` [PATCH net-next 4/4] net/smc: handle sockopt TCP_DEFER_ACCEPT

[PATCH RESEND net v2] KEYS: DNS: limit the length of option strings
 2018-04-17 19:18 UTC  (2+ messages)

[PATCH net-next] vxlan: add ttl inherit support
 2018-04-17 19:16 UTC  (4+ messages)
` [PATCHv2 "

[PATCH net] sfc: check RSS is active for filter insert
 2018-04-17 19:13 UTC  (2+ messages)

[PATCH RESEND net-next] ipv6: provide Kconfig switch to disable accept_ra by default
 2018-04-17 19:05 UTC  (2+ messages)

[PATCH RESEND net-next v2] KEYS: DNS: limit the length of option strings
 2018-04-17 18:52 UTC  (6+ messages)

[PATCH 04/10] net: ax88796: Add block_input/output hooks to ax_plat_data
 2018-04-17 18:46 UTC  (2+ messages)

[PATCH net-next 0/3] net: phy: Enable C45 vendor specific MDIO register addr space
 2018-04-17 18:29 UTC  (12+ 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 bpf-next v3 00/10] BTF: BPF Type Format
 2018-04-17 18:19 UTC  (3+ messages)

[PATCH net-next] ipv6: send netlink notifications for manually configured addresses
 2018-04-17 18:05 UTC  (2+ messages)

[PATCH net] vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
 2018-04-17 18:02 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] bpf: document eBPF helpers and add a script to generate man page
 2018-04-17 17:55 UTC  (11+ 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 net-next] cxgb4vf: display pause settings
 2018-04-17 17:54 UTC  (2+ messages)

[PATCH RESEND net-next] net/ncsi: Refactor MAC, VLAN filters
 2018-04-17 17:51 UTC  (2+ messages)

[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
 2018-04-17 17:49 UTC  (21+ messages)
` [PATCH v3 01/20] ASoC: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v3 03/20] crypto: "
` [PATCH v3 04/20] fbdev: "
  ` [PATCH v3 02/20] ata: "
  ` [PATCH v3 05/20] firewire: "
  ` [PATCH v3 06/20] fpga: "
  ` [PATCH v3 07/20] i2c: "
  ` [PATCH v3 12/20] media: "
  ` [PATCH v3 13/20] mmc: "
  ` [PATCH v3 14/20] mtd: "
  ` [PATCH v3 16/20] remoteproc: "
  ` [PATCH v3 17/20] serial: "
  ` [PATCH v3 18/20] spi: "
  ` [PATCH v3 19/20] staging: vc04_services: "
` [PATCH v3 08/20] iio: adc: "
` [PATCH v3 09/20] iommu: "
` [PATCH v3 10/20] lightnvm: "
` [PATCH v3 11/20] mailbox: "
` [PATCH v3 15/20] net: "
` [PATCH v3 20/20] usb: "

[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
 2018-04-17 17:48 UTC  (3+ messages)

[PATCH bpf-next 0/9] bpf: add bpf_get_stack helper
 2018-04-17 17:46 UTC  (10+ messages)
` [PATCH bpf-next 1/9] bpf: change prototype for stack_map_get_build_id_offset
` [PATCH bpf-next 2/9] bpf: add bpf_get_stack helper
` [PATCH bpf-next 3/9] bpf/verifier: refine retval R0 state for "
` [PATCH bpf-next 4/9] bpf/verifier: improve register value range tracking with ARSH
` [PATCH bpf-next 5/9] tools/bpf: add bpf_get_stack helper to tools headers
` [PATCH bpf-next 6/9] samples/bpf: move common-purpose perf_event functions to bpf_load.c
` [PATCH bpf-next 7/9] samples/bpf: add a test for bpf_get_stack helper
` [PATCH bpf-next 8/9] tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH
` [PATCH bpf-next 9/9] tools/bpf: add a test_progs test case for bpf_get_stack helper

[PATCH net-next] selftest: tc_flower: add testcase for 'ip_flags'
 2018-04-17 17:42 UTC  (2+ messages)

[PATCH net] Count IPv6 interface receive statistics on the ingress netdev
 2018-04-17 17:40 UTC  (2+ messages)

[PATCH v2 net-next] net: introduce a new tracepoint for tcp_rcv_space_adjust
 2018-04-17 17:38 UTC  (3+ messages)

[PATCH v2 bpf-next 0/3] Add missing types to bpftool, libbpf
 2018-04-17 17:28 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] bpftool: Support new prog types and attach types
` [PATCH v2 bpf-next 2/3] libbpf: Support guessing post_bind{4,6} progs
` [PATCH v2 bpf-next 3/3] libbpf: Type functions for raw tracepoints

[PATCH net-next] net/ipv6: Make __inet6_bind static
 2018-04-17 17:19 UTC  (2+ messages)

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

[net-next V11 PATCH 00/17] XDP redirect memory return API
 2018-04-17 16:27 UTC  (24+ 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

[PATCH/RFC net-next 0/5] ravb: updates
 2018-04-17 16:05 UTC  (11+ 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

[RFC v2] virtio: support packed ring
 2018-04-17 15:54 UTC  (10+ messages)

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

linux-next on x60: network manager often complains "network is disabled" after resume
 2018-04-17 15:03 UTC  (12+ messages)

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 01/10] [bpf]: adding bpf_xdp_adjust_tail helper
 2018-04-17 14:14 UTC  (2+ messages)

[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 

[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 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  (2+ 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  (12+ 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)


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