netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-30 20:28:22 to 2018-03-31 17:55:03 UTC [more...]

[PATCH net-next 00/16] bnxt_en: Update for net-next
 2018-03-31 17:54 UTC  (4+ messages)
` [PATCH net-next 01/16] bnxt_en: Update firmware interface to 1.9.1.15
` [PATCH net-next 02/16] bnxt_en: Adjust default rings for multi-port NICs
` [PATCH net-next 03/16] bnxt_en: Use a dedicated VNIC mode for RDMA

[PATCH 00/12] Ethernet: Add and use ether_<type>_addr globals
 2018-03-31 17:36 UTC  (16+ messages)
` [PATCH 01/12] ethernet: Add generic ether_<foo>_addr addresses
` [PATCH 02/12] treewide/net: Rename eth_stp_addr to ether_stp_addr
` [PATCH 03/12] net: mac80211: Use global ether_broadcast_addr
` [PATCH 04/12] bridge: netfilter: Use the new global ether_<foo>_addr arrays
` [PATCH 05/12] net: atm: Use ether_broadcast_addr
` [PATCH 06/12] wireless: Convert simple uses of a static const Ethernet broadcast address
` [PATCH 07/12] brcmfmac: Convert ALLFFMAC to ether_broadcast_addr
` [PATCH 08/12] iwlegacy: Remove EXPORT_SYMBOL(il_bcast_addr) and use ether_broadcast_addr
` [PATCH 09/12] iwlwifi: Remove local iwl_bcast_addr "
` [PATCH 10/12] mvpp2: Use ether_broadcast_addr instead of a local array
` [PATCH 11/12] qlogic: Convert local bcast_addr to global ether_broadcast_addr
` [PATCH 12/12] ethernet: Use ether_zero_addr instead of local statics

[PATCH v2] of_net: Implement of_get_nvmem_mac_address helper
 2018-03-31 17:27 UTC  (6+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v4 "

[PATCH net-next 0/9] devlink: Add support for region access
 2018-03-31 17:21 UTC  (12+ messages)

INFO: task hung in fib6_rules_net_exit
 2018-03-31 16:16 UTC  (2+ messages)

[PATCH v15 net-next 00/12] Chelsio Inline TLS
 2018-03-31 16:12 UTC  (13+ messages)
` [PATCH v15 net-next 01/12] tls: support for Inline tls record
` [PATCH v15 net-next 02/12] ethtool: enable Inline TLS in HW
` [PATCH v15 net-next 03/12] cxgb4: Inline TLS FW Interface
` [PATCH v15 net-next 04/12] cxgb4: LLD driver changes to support TLS
` [PATCH v15 net-next 05/12] crypto: chcr - Inline TLS Key Macros
` [PATCH v15 net-next 06/12] crypto: chtls - structure and macro for Inline TLS
` [PATCH v15 net-next 07/12] crypto: chtls - Register chtls with net tls
` [PATCH v15 net-next 08/12] crypto : chtls - CPL handler definition
` [PATCH v15 net-next 09/12] crypto: chtls - Inline TLS record Tx
` [PATCH v15 net-next 10/12] crypto: chtls - Inline TLS record Rx
` [PATCH v15 net-next 11/12] crypto: chtls - Program the TLS session Key
` [PATCH v15 net-next 12/12] crypto: chtls - Makefile Kconfig

WARNING: refcount bug in sk_alloc
 2018-03-31 15:54 UTC 

[PATCH bpf-next 00/10] BTF: BPF Type Format
 2018-03-31 15:45 UTC  (7+ messages)
` [PATCH bpf-next 01/10] bpf: btf: Introduce BPF Type Format (BTF)
  ` [RFC PATCH] bpf: btf: enum_ops can be static

[PATCH bpf-next 07/10] bpf: btf: Add pretty print support to the basic arraymap
 2018-03-31 15:45 UTC  (4+ messages)
` [RFC PATCH] bpf: btf: map_seq_next() can be static

INFO: task hung in tunnel_key_exit_net
 2018-03-31 15:44 UTC  (2+ messages)

[PATCH] sky2: Increase D3 delay to sky2 stops working after suspend
 2018-03-31 15:42 UTC 

[PATCH] Patch to replace DEFINE_SEMAPHORE with DEFINE_BINARY_SEMAPHORE
 2018-03-31 14:08 UTC 

[PATCH v3 net-next 00/12] inet: frags: bring rhashtables to IP defrag
 2018-03-31 13:46 UTC  (17+ messages)
` [PATCH v3 net-next 01/12] ipv6: frag: remove unused field
` [PATCH v3 net-next 02/12] inet: frags: change inet_frags_init_net() return value
` [PATCH v3 net-next 03/12] inet: frags: add a pointer to struct netns_frags
` [PATCH v3 net-next 04/12] inet: frags: refactor ipv6_frag_init()
` [PATCH v3 net-next 05/12] inet: frags: refactor lowpan_net_frag_init()
` [PATCH v3 net-next 06/12] inet: frags: refactor ipfrag_init()
` [PATCH v3 net-next 07/12] rhashtable: add schedule points
` [PATCH v3 net-next 08/12] inet: frags: use rhashtables for reassembly units
  ` [RFC PATCH] inet: frags: lowpan_rhash_params can be static
` [PATCH v3 net-next 09/12] inet: frags: remove some helpers
` [PATCH v3 net-next 10/12] inet: frags: get rif of inet_frag_evicting()
` [PATCH v3 net-next 11/12] inet: frags: remove inet_frag_maybe_warn_overflow()
` [PATCH v3 net-next 12/12] inet: frags: break the 2GB limit for frags storage

[PATCH v2 1/2] net: usb: asix88179_178a: set permanent address once only
 2018-03-31 12:16 UTC  (3+ messages)
` [PATCH v2 2/2] net: usb: asix88179_178a: de-duplicate code

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

U912
 2018-03-31 11:48 UTC 

[PATCH] net: bond: skip vlan header when do layer 3+4 hash policy
 2018-03-31  9:22 UTC  (2+ messages)

[net-next V7 PATCH 07/16] virtio_net: convert to use generic xdp_frame and xdp_return_frame API
 2018-03-31  8:56 UTC  (3+ messages)

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

[PATCH] Bluetooth: Mark expected switch fall-throughs
 2018-03-31  8:39 UTC  (2+ messages)

[PATCH v2 bpf-next 00/10] BTF: BPF Type Format
 2018-03-31  7:24 UTC  (11+ messages)
` [PATCH v2 bpf-next 01/10] bpf: btf: Introduce BPF Type Format (BTF)
` [PATCH v2 bpf-next 02/10] bpf: btf: Validate type reference
` [PATCH v2 bpf-next 03/10] bpf: btf: Check members of struct/union
` [PATCH v2 bpf-next 04/10] bpf: btf: Add pretty print capability for data with BTF type info
` [PATCH v2 bpf-next 05/10] bpf: btf: Add BPF_BTF_LOAD command
` [PATCH v2 bpf-next 06/10] bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fd
` [PATCH v2 bpf-next 07/10] bpf: btf: Add pretty print support to the basic arraymap
` [PATCH v2 bpf-next 08/10] bpf: btf: Sync bpf.h and btf.h to tools/
` [PATCH v2 bpf-next 09/10] bpf: btf: Add BTF support to libbpf
` [PATCH v2 bpf-next 10/10] bpf: btf: Add BTF tests

[PATCH] mt7601u: phy: mark expected switch fall-through
 2018-03-31  6:17 UTC  (2+ messages)

[PATCH net-next] netdevsim: Change nsim_devlink_setup to return error to caller
 2018-03-31  6:15 UTC  (2+ messages)

[PATCH net-next] vlan: vlan_hw_filter_capable() can be static
 2018-03-31  6:11 UTC 

[PATCH iproute2-next 1/1] tc: jsonify sample action
 2018-03-31  4:20 UTC 

[PATCH v2 net-next 00/12] inet: frags: bring rhashtables to IP defrag
 2018-03-31  4:19 UTC  (17+ messages)
` [PATCH v2 net-next 01/12] ipv6: frag: remove unused field
` [PATCH v2 net-next 02/12] inet: frags: change inet_frags_init_net() return value
` [PATCH v2 net-next 03/12] inet: frags: add a pointer to struct netns_frags
` [PATCH v2 net-next 04/12] inet: frags: refactor ipv6_frag_init()
` [PATCH v2 net-next 05/12] inet: frags: refactor lowpan_net_frag_init()
` [PATCH v2 net-next 06/12] inet: frags: refactor ipfrag_init()
` [PATCH v2 net-next 07/12] rhashtable: add schedule points
` [PATCH v2 net-next 08/12] inet: frags: use rhashtables for reassembly units
` [PATCH v2 net-next 09/12] inet: frags: remove some helpers
` [PATCH v2 net-next 10/12] inet: frags: get rif of inet_frag_evicting()
` [PATCH v2 net-next 11/12] inet: frags: remove inet_frag_maybe_warn_overflow()
` [PATCH v2 net-next 12/12] inet: frags: break the 2GB limit for frags storage

[PATCH iproute2-next 1/1] tc: support oneline mode in action generic printer functions
 2018-03-31  4:16 UTC 

[pull request][net-next 00/15] Mellanox, mlx5 updates 2018-03-30
 2018-03-31  0:02 UTC  (16+ messages)
` [net-next 01/15] net/mlx5e: Use eq ptr from cq
` [net-next 02/15] net/mlx5: Eliminate query xsrq dead code
` [net-next 03/15] net/mlx5: Change teardown with force mode failure message to warning
` [net-next 04/15] net/mlx5e: IPoIB, Fix spelling mistake
` [net-next 05/15] net/mlx5e: Save MTU in channels params
` [net-next 06/15] net/mlx5e: Derive Striding RQ size from MTU
` [net-next 07/15] net/mlx5e: Code movements in RX UMR WQE post
` [net-next 08/15] net/mlx5e: Do not busy-wait for UMR completion in Striding RQ
` [net-next 09/15] net/mlx5e: Use inline MTTs in UMR WQEs
` [net-next 10/15] net/mlx5e: Use linear SKB in Striding RQ
` [net-next 11/15] net/mlx5e: Refactor RQ XDP_TX indication
` [net-next 12/15] net/mlx5e: Support XDP over Striding RQ
` [net-next 13/15] net/mlx5e: Remove page_ref bulking in "
` [net-next 14/15] net/mlx5e: Keep single pre-initialized UMR WQE per RQ
` [net-next 15/15] net/mlx5e: RX, Recycle buffer of UMR WQEs

[net-next V7 PATCH 00/16] XDP redirect memory return API
 2018-03-31  0:11 UTC  (7+ messages)
` [net-next V7 PATCH 01/16] mlx5: basic XDP_REDIRECT forward support
` [net-next V7 PATCH 10/16] mlx5: register a memory model when XDP is enabled
` [net-next V7 PATCH 14/16] mlx5: use page_pool for xdp_return_frame call

[next-queue PATCH] igb: Fix the transmission mode of queue 0 for Qav mode
 2018-03-31  0:06 UTC 

[PATCH net-next RFC 0/5] ipv6: sr: introduce seg6local End.BPF action
 2018-03-30 23:03 UTC  (2+ messages)

[PATCH net 1/1] net/mlx5e: Set EQE based as default TX interrupt moderation mode
 2018-03-30 22:50 UTC 

[PATCH] usb: plusb: Add support for PL-27A1
 2018-03-30 22:24 UTC 

[PATCH v3 bpf-next 0/9] bpf: introduce cgroup-bpf bind, connect, post-bind hooks
 2018-03-30 22:08 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/9] bpf: Check attach type at prog load time
` [PATCH v3 bpf-next 2/9] libbpf: Support expected_attach_type at prog load
` [PATCH v3 bpf-next 3/9] bpf: Hooks for sys_bind
` [PATCH v3 bpf-next 4/9] selftests/bpf: Selftest for sys_bind hooks
` [PATCH v3 bpf-next 5/9] net: Introduce __inet_bind() and __inet6_bind
` [PATCH v3 bpf-next 6/9] bpf: Hooks for sys_connect
` [PATCH v3 bpf-next 7/9] selftests/bpf: Selftest for sys_connect hooks
` [PATCH v3 bpf-next 8/9] bpf: Post-hooks for sys_bind
` [PATCH v3 bpf-next 9/9] selftests/bpf: Selftest for sys_bind post-hooks

[PATCH net v4 0/3] ipv6: udp6: set dst cache for a connected sk if current not valid
 2018-03-30 21:19 UTC  (2+ messages)

[PATCH net-next 00/12] rxrpc: Fixes and more traces
 2018-03-30 21:15 UTC  (13+ messages)
` [PATCH net-next 01/12] rxrpc: Fix firewall route keepalive
` [PATCH net-next 02/12] rxrpc: Fix a bit of time confusion
` [PATCH net-next 03/12] rxrpc: Fix Tx ring annotation after initial Tx failure
` [PATCH net-next 04/12] rxrpc: Don't treat call aborts as conn aborts
` [PATCH net-next 05/12] rxrpc: Fix resend event time calculation
` [PATCH net-next 06/12] rxrpc: remove unused static variables
` [PATCH net-next 07/12] rxrpc: Fix checker warnings and errors
` [PATCH net-next 08/12] rxrpc: Fix potential call vs socket/net destruction race
` [PATCH net-next 09/12] rxrpc: Add a tracepoint to track rxrpc_local refcounting
` [PATCH net-next 10/12] rxrpc: Fix apparent leak of rxrpc_local objects
` [PATCH net-next 11/12] rxrpc: Add a tracepoint to track rxrpc_peer refcounting
` [PATCH net-next 12/12] rxrpc: Fix leak of rxrpc_peer objects

[PATCH v5 00/14] Report PCI device link status
 2018-03-30 21:06 UTC  (15+ messages)
` [PATCH v5 01/14] PCI: Add pcie_get_speed_cap() to find max supported link speed
` [PATCH v5 02/14] PCI: Add pcie_get_width_cap() to find max supported link width
` [PATCH v5 03/14] PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidth
` [PATCH v5 04/14] PCI: Add pcie_bandwidth_available() to compute bandwidth available to device
` [PATCH v5 05/14] PCI: Add pcie_print_link_status() to log link speed and whether it's limited
` [PATCH v5 06/14] net/mlx4_core: Report PCIe link properties with pcie_print_link_status()
` [PATCH v5 07/14] net/mlx5: "
` [PATCH v5 08/14] net/mlx5e: Use pcie_bandwidth_available() to compute bandwidth
` [PATCH v5 09/14] bnx2x: Report PCIe link properties with pcie_print_link_status()
` [PATCH v5 10/14] bnxt_en: "
` [PATCH v5 11/14] cxgb4: "
` [PATCH v5 12/14] fm10k: "
` [PATCH v5 13/14] ixgbe: "
` [PATCH v5 14/14] PCI: Remove unused pcie_get_minimum_link()

[PATCH net-next] hv_netvsc: Clean up extra parameter from rndis_filter_receive_data()
 2018-03-30 20:57 UTC 

[bpf-next PATCH v3 0/4] bpf, sockmap BPF_F_INGRESS support
 2018-03-30 20:53 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] sockmap: fix sg api usage
 2018-03-30 20:52 UTC  (3+ messages)

[GIT] Networking
 2018-03-30 20:28 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).