netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-27 23:00:36 to 2017-03-28 15:25:02 UTC [more...]

[patch net-next v2 0/8] Add support for pipeline debug (dpipe)
 2017-03-28 15:24 UTC  (7+ messages)
` [patch net-next v2 1/8] devlink: Support "
` [patch net-next v2 2/8] mlxsw: reg: Add counter fields to RITR register
` [patch net-next v2 4/8] mlxsw: spectrum: Add definition for egress rif table
` [patch net-next v2 6/8] mlxsw: spectrum: Support for counters on router interfaces
` [patch net-next v2 7/8] mlxsw: spectrum_router: Add rif helper functions
` [patch net-next v2 8/8] mlxsw: spectrum: Add Support for erif table entries access

[PATCH v1] tracing/kprobes: expose maxactive for kretprobe in kprobe_events
 2017-03-28 15:23 UTC  (3+ messages)

Bisected softirq accounting issue in v4.11-rc1~170^2~28
 2017-03-28 15:23 UTC  (8+ messages)

[PATCH 1/1] openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD
 2017-03-28 15:22 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/5] net/packet: fix multiple overflow issues in ring buffers
 2017-03-28 15:21 UTC  (21+ messages)
` [PATCH 1/5] net/packet: fix overflow in check for priv area size
` [PATCH 2/5] net/packet: add explicit checks for tp_frame_size
` [PATCH 3/5] net/packet: fix overflow in check for tp_frame_nr
` [PATCH 4/5] net/packet: fix overflow in check for tp_reserve
  ` [PATCH v4 1/9] kasan: introduce helper functions for determining bug type
  ` [PATCH v4 2/9] kasan: unify report headers
  ` [PATCH v4 3/9] kasan: change allocation and freeing stack traces headers
  ` [PATCH v4 4/9] kasan: simplify address description logic
  ` [PATCH v4 5/9] kasan: change report header
  ` [PATCH v4 6/9] kasan: improve slab object description
  ` [PATCH v4 7/9] kasan: print page description after stacks
  ` [PATCH v4 8/9] kasan: improve double-free report format
  ` [PATCH v4 9/9] kasan: separate report parts by empty lines
` [PATCH 5/5] net/packet: reorder checks for ring buffer parameters

[PATCH 1/7] Documentation: dt: net: Update the ath9k binding for SoC devices
 2017-03-28 15:18 UTC  (5+ messages)

[RFC TLS Offload Support 00/15] cover letter
 2017-03-28 14:56 UTC  (17+ messages)
` [RFC TLS Offload Support 01/15] tcp: Add clean acked data hook
` [RFC TLS Offload Support 02/15] tcp: export do_tcp_sendpages function
` [RFC TLS Offload Support 03/15] tcp: export tcp_rate_check_app_limited function
` [RFC TLS Offload Support 04/15] net: Add TLS offload netdevice and socket support
` [RFC TLS Offload Support 05/15] tcp: Add TLS socket options for TCP sockets
` [RFC TLS Offload Support 06/15] tls: tls offload support
` [RFC TLS Offload Support 07/15] mlx/mlx5_core: Allow sending multiple packets
` [RFC TLS Offload Support 08/15] mlx/tls: Hardware interface
` [RFC TLS Offload Support 09/15] mlx/tls: Sysfs configuration interface Configure the driver/hardware interface via sysfs
` [RFC TLS Offload Support 10/15] mlx/tls: Add mlx_accel offload driver for TLS
` [RFC TLS Offload Support 11/15] mlx/tls: TLS offload driver Add the main module entrypoints and tie the module into the build system
` [RFC TLS Offload Support 12/15] mlx/tls: Enable MLX5_CORE_QP_SIM mode for tls
` [RFC TLS Offload Support 13/15] crypto: Add gcm template for rfc5288
` [RFC TLS Offload Support 14/15] crypto: rfc5288 aesni optimized intel routines
` [RFC TLS Offload Support 15/15] net/tls: Add software offload

[PATCH net-next 0/4] net: mpls: Allow users to configure more labels per route
 2017-03-28 14:39 UTC  (14+ messages)
` [PATCH net-next 1/4] net: mpls: Convert number of nexthops to u8
` [PATCH net-next 2/4] net: mpls: change mpls_route layout

[PATCH net-next 2/2] net: stmmac: fix number of tx queues in stmmac_poll
 2017-03-28 14:29 UTC  (12+ messages)
          ` [PATCH 1/3] net: stmmac: Remove unneeded checks for NULL pointer
            ` [PATCH 2/3] net: stmmac: Always use the number of configured TX queues
            ` [PATCH 3/3] net: stmmac: Prefer kcalloc() over kmalloc_array()

[PATCH iproute] ip: Add support for netdev events to monitor
 2017-03-28 14:13 UTC 

[PATCH] netfilter: ipset: Use max macro instead of ternary operator
 2017-03-28 14:13 UTC  (3+ messages)

[PATCH] rocker: fix Wmaybe-uninitialized false-positive
 2017-03-28 14:11 UTC 

[PATCH 00/16] Networking drivers refcount conversions
 2017-03-28 14:00 UTC  (19+ messages)
` [PATCH 01/16] drivers, net, ethernet: convert clip_entry.refcnt from atomic_t to refcount_t
` [PATCH 02/16] drivers, net, ethernet: convert mtk_eth.dma_refcnt "
` [PATCH 03/16] drivers, net, mlx4: convert mlx4_cq.refcount "
` [PATCH 04/16] drivers, net, mlx4: convert mlx4_qp.refcount "
` [PATCH 05/16] drivers, net, mlx4: convert mlx4_srq.refcount "
` [PATCH 06/16] drivers, net, mlx5: convert mlx5_cq.refcount "
  ` [PATCH 07/16] drivers, net, mlx5: convert fs_node.refcount "
` [PATCH 08/16] drivers, net, hamradio: convert sixpack.refcnt "
` [PATCH 09/16] drivers, net: convert masces_rx_sa.refcnt "
` [PATCH 10/16] drivers, net: convert masces_rx_sc.refcnt "
` [PATCH 11/16] drivers, net: convert masces_tx_sa.refcnt "
` [PATCH 12/16] drivers, net, ppp: convert asyncppp.refcnt "
` [PATCH 13/16] drivers, net, ppp: convert ppp_file.refcnt "
` [PATCH 14/16] drivers, net, ppp: convert syncppp.refcnt "
` [PATCH 15/16] drivers, net, intersil: convert hostap_cmd_queue.usecnt "
` [PATCH 16/16] drivers, net, intersil: convert request_context.refcount "

[PATCH v2] netfilter: Clean up tests if NULL returned on failure
 2017-03-28 13:54 UTC  (2+ messages)

[PATCH] net: Remove unnecessary cast on void pointer
 2017-03-28 13:51 UTC  (2+ messages)

[PATCH] 6lowpan: set peer_addr correctly again
 2017-03-28 13:42 UTC  (3+ messages)

[PATCH] 6lowpan: fix assignment of peer_addr
 2017-03-28 13:36 UTC  (3+ messages)

[PATCH net] l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6
 2017-03-28 13:32 UTC  (2+ messages)
` [PATCH net] l2tp: purge socket queues in the .destruct() callback

[PATCH] net: netfilters: Remove unnecessary parenthesis
 2017-03-28 13:26 UTC 

[BUG] ethernet:mellanox:mlx5: Oops in health_recover get_nic_state(dev)
 2017-03-28 13:25 UTC  (3+ messages)

[PATCH net 1/1] net/mlx5: Avoid dereferencing uninitialized pointer
 2017-03-28 13:13 UTC 

[PATCH] net: netfilter: Remove complexity
 2017-03-28 13:00 UTC 

[PATCH net-next 0/7] qed: load/unload mfw series
 2017-03-28 12:12 UTC  (8+ messages)
` [PATCH net-next 1/7] qed: Correct HW stop flow
` [PATCH net-next 2/7] qed: hw_init() to receive parameter-struct
` [PATCH net-next 3/7] qed: Move to new load request scheme
` [PATCH net-next 4/7] qed: Send pf-flr as part of initialization
` [PATCH net-next 5/7] qed: Support management-based resource locking
` [PATCH net-next 6/7] qed: Utilize resource-lock based scheme
` [PATCH net-next 7/7] qed: Use BDQ resource for storage protocols

[PATCH 1/1] ethtool : added get_phy_stats,get_strings,get_sset_count
 2017-03-28 12:10 UTC  (5+ messages)
    ` [EXTERNAL] Re: [PATCH 1/1] ethtool : added get_phy_stats, get_strings,get_sset_count

[PATCH 0/4] uapi glibc compat: fix musl libc compatibility
 2017-03-28 12:01 UTC  (2+ messages)

genphy_read_status() vs. 1000bT Pause capability
 2017-03-28 11:31 UTC  (10+ messages)

[PATCH net-next 0/2] net: stmmac: multiple queue fixes
 2017-03-28 11:23 UTC  (2+ messages)

[PATCH net-next v1 0/2] tipc: subscription refcount simplifications
 2017-03-28 10:28 UTC  (3+ messages)
` [PATCH net-next v1 1/2] tipc: advance the time of deleting subscription from subscriber->subscrp_list
` [PATCH net-next v1 2/2] tipc: adjust the policy of holding subscription kref

[PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg
 2017-03-28 10:29 UTC  (9+ messages)
` [PATCH net-next 2/2] sctp: add support for MSG_MORE

[PATCH v2] net: moxa: fix TX overrun memory leak
 2017-03-28 10:18 UTC  (3+ messages)

[PATCHv2 net] sctp: change to save MSG_MORE flag into assoc
 2017-03-28 10:12 UTC  (4+ messages)

[PATCH v3] net: moxa: fix TX overrun memory leak
 2017-03-28 10:12 UTC 

[PATCH, net] isdn: kcapi: avoid uninitialized data
 2017-03-28 10:11 UTC 

[PATCH v2 0/2] net: phy: state machine fixes for interrupt driven PHYs
 2017-03-28 10:05 UTC  (4+ messages)
` [PATCH v2 1/2] net: phy: Fix PHY AN done state machine "
  ` [PATCH v3 "

[PATCH] [net-next] stmmac: use netif_set_real_num_{rx,tx}_queues
 2017-03-28  9:48 UTC 

remove pci_enable_msix()
 2017-03-28  9:07 UTC  (7+ messages)
` [PATCH 5/5] PCI: remove pci_enable_msix

[PATCH v3] netfilter: Compress return logic
 2017-03-28  9:06 UTC 

Page allocator order-0 optimizations merged
 2017-03-28  8:29 UTC  (14+ messages)

[patch net-next 0/8] Add support for pipeline debug (dpipe)
 2017-03-28  8:10 UTC  (10+ messages)

[PATCHv2] net: usbnet: support 64bit stats in qmi_wwan driver
 2017-03-28  8:01 UTC  (5+ messages)

[PATCH net-next v2 0/5] net-next: dsa: add Mediatek MT7530 support
 2017-03-28  6:50 UTC  (8+ messages)
` [PATCH net-next v2 5/5] net-next: dsa: add dsa support for Mediatek MT7530 switch

[PATCH 1/3] soc: qcom: smd: Transition client drivers from smd to rpmsg
 2017-03-28  5:49 UTC  (5+ messages)

[PATCH] Make EN2 pin optional in the TRF7970A driver
 2017-03-28  5:37 UTC  (7+ messages)

[PATCH v2 1/3] soc: qcom: smd: Transition client drivers from smd to rpmsg
 2017-03-28  5:26 UTC  (3+ messages)
` [PATCH v2 2/3] soc: qcom: smd: Remove standalone driver
  ` [PATCH v2 3/3] soc: qcom: smd-rpm: Add msm8996 compatibility

EINVAL when using connect() for udp sockets
 2017-03-28  4:22 UTC  (6+ messages)

[pull request][net-next 00/14] Mellanox mlx5e Fail-safe config
 2017-03-28  4:22 UTC  (2+ messages)

[PATCH next 0/5] link-status fixes for mii-monitoring
 2017-03-28  4:12 UTC  (2+ messages)

[PATCH] net: ipconfig: fix ic_close_devs() use-after-free
 2017-03-28  4:07 UTC  (2+ messages)

[PATCH] net: mvneta: set rx mode during resume if interface is running
 2017-03-28  2:27 UTC  (3+ messages)

[PATCH] net: udp: add socket option to report RX queue level
 2017-03-28  1:08 UTC  (3+ messages)

[net-next v2 00/10][pull request] 40GbE Intel Wired LAN Driver Updates 2017-03-27
 2017-03-28  0:06 UTC  (12+ messages)
` [net-next v2 01/10] i40e/i40evf: Update code to better handle incrementing page count
` [net-next v2 02/10] i40e: fix configuration of RSS table with DCB
` [net-next v2 03/10] i40e/i40evf: Fix use after free in Rx cleanup path
` [net-next v2 04/10] i40e: Fixed race conditions in VF reset
` [net-next v2 05/10] i40e: removed no longer needed delays
` [net-next v2 06/10] i40e/i40evf: Clean-up process_skb_fields
` [net-next v2 07/10] i40e: Drop FCoE code from core driver files
` [net-next v2 08/10] i40e: Drop FCoE code that always evaluates to false or 0
` [net-next v2 09/10] i40evf: dereference VSI after VSI has been null checked
` [net-next v2 10/10] i40e: initialize params before notifying of l2_param_changes

[PATCH net] MAINTAINERS: Add Andrew Lunn as co-maintainer of PHYLIB
 2017-03-27 23:49 UTC  (2+ messages)

[net-next 00/11][pull request] 40GbE Intel Wired LAN Driver Updates 2017-03-25
 2017-03-27 23:38 UTC  (2+ messages)

[PATCH net-next] ipv6: sr: select DST_CACHE by default
 2017-03-27 23:05 UTC  (2+ messages)

[PATCH net-next] net: ibmveth: Remove unused stats member from struct ibmveth_adapter
 2017-03-27 23:02 UTC  (2+ messages)

[PATCH net-next] net: ibmvnic: Remove unused net_stats member from struct ibmvnic_adapter
 2017-03-27 23:02 UTC  (2+ messages)

[PATCH net-next] net: bfin_mac: Remove unused stats member from struct bfin_mac_local
 2017-03-27 23:02 UTC  (2+ messages)

[PATCH] netvsc: fix dereference before null check errors
 2017-03-27 23:01 UTC  (3+ messages)

[PATCH] net: tehuti: use new api ethtool_{get|set}_link_ksettings
 2017-03-27 23:00 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).