netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-23 18:42:59 to 2016-09-25 10:52:37 UTC [more...]

Implement rfc7559 ipv6 router solicitation backoff
 2016-09-25 10:52 UTC  (24+ messages)
` [PATCH 1/7] ipv6 addrconf: enable use of proc_dointvec_minmax in addrconf_sysctl
  ` [PATCH 2/7] ipv6 addrconf: remove addrconf_sysctl_hop_limit()
  ` [PATCH 3/7] ipv6 addrconf: rtr_solicits == -1 means unlimited
  ` [PATCH 4/7] ipv6 addrconf: add new sysctl 'router_solicitation_max_interval'
  ` [PATCH 5/7] ipv6 addrconf: implement RFC7559 router solicitation backoff
      ` [PATCH] "
          ` [PATCH v2 1/7] ipv6 addrconf: enable use of proc_dointvec_minmax in addrconf_sysctl
            ` [PATCH v2 2/7] ipv6 addrconf: remove addrconf_sysctl_hop_limit()
            ` [PATCH v2 3/7] ipv6 addrconf: rtr_solicits == -1 means unlimited
            ` [PATCH v2 4/7] ipv6 addrconf: add new sysctl 'router_solicitation_max_interval'
            ` [PATCH v2 5/7] ipv6 addrconf: implement RFC7559 router solicitation backoff
            ` [PATCH v2 6/7] ipv6 addrconf: change default RTR_SOLICITATION_MAX_INTERVAL from 4s to 1h
            ` [PATCH v2 7/7] ipv6 addrconf: change default MAX_RTR_SOLICITATIONS from 3 to -1 (unlimited)
              ` (unknown),
                ` [PATCH v3 1/7] ipv6 addrconf: enable use of proc_dointvec_minmax in addrconf_sysctl
                ` [PATCH v3 2/7] ipv6 addrconf: remove addrconf_sysctl_hop_limit()
                ` [PATCH v3 3/7] ipv6 addrconf: rtr_solicits == -1 means unlimited
                ` [PATCH v3 4/7] ipv6 addrconf: add new sysctl 'router_solicitation_max_interval'
  ` [PATCH 6/7] ipv6 addrconf: change default RTR_SOLICITATION_MAX_INTERVAL from 4s to 1h
  ` [PATCH 7/7] ipv6 addrconf: change default MAX_RTR_SOLICITATIONS from 3 to -1 (unlimited)

[patch net-next v2 0/6] fib offload: switch to notifier
 2016-09-25 10:42 UTC  (4+ messages)
` [patch net-next v2 3/6] mlxsw: spectrum_router: Use FIB notifications instead of switchdev calls

[net-next 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2016-09-24
 2016-09-25 10:01 UTC  (17+ messages)
` [net-next 01/15] i40e: Remove 100 Mbps SGMII support for X722
` [net-next 02/15] i40e: fix deleting mac filters
` [net-next 03/15] i40e: add encap csum VF offload flag
` [net-next 04/15] i40e: cleanup ATR auto_disable_flags use
` [net-next 05/15] i40e: check conflicting ntuple/sideband rules when re-enabling ATR
` [net-next 06/15] i40e: removing unreachable code
` [net-next 07/15] i40e/i40evf: Changed version to 1.6.16
` [net-next 08/15] i40e: Increase minimum number of allocated VSI
` [net-next 09/15] i40evf: enable adaptive interrupt throttling
` [net-next 10/15] i40e: Fix Flow Director raw_buf cleanup
` [net-next 11/15] i40e/i40evf: Add txring_txq function to match fm10k and ixgbe
` [net-next 12/15] i40e: Split Flow Director descriptor config into separate function
` [net-next 13/15] i40e: Strip out debugfs hook for Flow Director filter programming
` [net-next 14/15] i40e: don't configure zero-size RSS table
` [net-next 15/15] i40evf: support queue-specific settings for interrupt moderation

[PATCH net-next 0/8] rxrpc: Implement slow-start and other bits
 2016-09-25  9:56 UTC  (10+ messages)
` [PATCH net-next 1/8] rxrpc: Send an ACK after every few DATA packets we receive
` [PATCH net-next 2/8] rxrpc: Send an immediate ACK if we fill in a hole
` [PATCH net-next 3/8] rxrpc: Include the last reply DATA serial number in the final ACK
` [PATCH net-next 4/8] rxrpc: Reinitialise the call ACK and timer state for client reply phase
` [PATCH net-next 5/8] rxrpc: Delay the resend timer to allow for nsec->jiffies conv error
` [PATCH net-next 6/8] rxrpc: Generate a summary of the ACK state for later use
` [PATCH net-next 7/8] rxrpc: Schedule an ACK if the reply to a client call appears overdue
` [PATCH net-next 8/8] rxrpc: Implement slow-start

[PATCH net-next] Revert "net: ethernet: bcmgenet: use phydev from struct net_device"
 2016-09-25  9:35 UTC  (2+ messages)

[PATCH net] Revert "net: ethernet: bcmgenet: use phydev from struct net_device"
 2016-09-25  9:35 UTC  (5+ messages)

[PATCH] net: hns: mark symbols static where possible
 2016-09-25  9:34 UTC 

[PATCH] rtl8xxxu: mark rtl8192eu_power_off() static
 2016-09-25  9:22 UTC 

[PATCH] net: mvneta: mark symbols static where possible
 2016-09-25  9:20 UTC 

[PATCH] net: hip04: mark tx_done() static
 2016-09-25  9:19 UTC 

[PATCH] net: hisilicon: mark symbols static where possible
 2016-09-25  9:16 UTC 

[PATCH v5 00/16] Add Paravirtual RDMA Driver
 2016-09-25  7:57 UTC  (21+ messages)
` [PATCH v5 02/16] IB/pvrdma: Add user-level shared functions
` [PATCH v5 03/16] IB/pvrdma: Add virtual device RDMA structures
` [PATCH v5 04/16] IB/pvrdma: Add the paravirtual RDMA device specification
` [PATCH v5 05/16] IB/pvrdma: Add functions for Verbs support
` [PATCH v5 06/16] IB/pvrdma: Add paravirtual rdma device
` [PATCH v5 08/16] IB/pvrdma: Add device command support
  ` [PATCH v5 01/16] vmxnet3: Move PCI Id to pci_ids.h
  ` [PATCH v5 07/16] IB/pvrdma: Add helper functions
  ` [PATCH v5 09/16] IB/pvrdma: Add support for Completion Queues
  ` [PATCH v5 10/16] IB/pvrdma: Add UAR support
` [PATCH v5 11/16] IB/pvrdma: Add support for memory regions
` [PATCH v5 12/16] IB/pvrdma: Add Queue Pair support
` [PATCH v5 13/16] IB/pvrdma: Add the main driver module for PVRDMA
` [PATCH v5 14/16] IB/pvrdma: Add Kconfig and Makefile
` [PATCH v5 15/16] IB: Add PVRDMA driver
` [PATCH v5 16/16] MAINTAINERS: Update for "

[net-next 0/5][pull request] 1GbE Intel Wired LAN Driver Updates 2016-09-22
 2016-09-25  7:02 UTC  (5+ messages)
` [net-next 5/5] PCI: disable FLR for 82579 device

[PATCH] net: bcmgenet: remove unused function in bcmgenet.c
 2016-09-25  6:23 UTC 

[PATCH] cxgb4: mark symbols static where possible
 2016-09-25  6:10 UTC 

[PATCH] igb: mark igb_rxnfc_write_vlan_prio_filter() static
 2016-09-25  6:05 UTC 

[PATCH] ixgbe: mark symbols static where possible
 2016-09-25  6:03 UTC 

[PATCH][V2] mlxsw: spectrum: remove redundant check if err is zero
 2016-09-25  5:08 UTC  (2+ messages)

[PATCH net-next 0/4] act_mirred: Ingress actions support
 2016-09-25  0:20 UTC  (9+ messages)
` [PATCH net-next 4/4] net/sched: act_mirred: Implement ingress actions

[PATCH net-next] gre: use nla_get_be32() to extract flowinfo
 2016-09-25  0:08 UTC  (2+ messages)

[PATCH] Net Driver: Add Cypress GX3 VID=04b4 PID=3610
 2016-09-24 23:57 UTC  (3+ messages)

[PATCH 1/2] brcmfmac: initialize fws(ignal) for BCDC protocol only
 2016-09-24 20:44 UTC  (2+ messages)
` [PATCH 2/2] brcmfmac: compile fws(ignal) code only with BCDC support enabled

[PATCH] realtek: Add switch variable to 'switch case not processed' messages
 2016-09-24 20:35 UTC  (12+ messages)

Huge static buffer in liquidio
 2016-09-24 20:02 UTC 

[PATCH v3] bpf: Set register type according to is_valid_access()
 2016-09-24 18:01 UTC 

[PATCH net-next v2 0/2] i40e: clean-up and fix for the i40e debug code
 2016-09-24 16:35 UTC  (7+ messages)
` [PATCH net-next v2 1/2] i40e: remove superfluous I40E_DEBUG_USER statement
  ` [Intel-wired-lan] "
` [PATCH net-next v2 2/2] i40e: fix setting debug parameter early
  ` [Intel-wired-lan] "

Alignment issues with freescale FEC driver
 2016-09-24 15:29 UTC  (21+ messages)
              ` [PATCH 0/3] net: fec: updates to align IP header
                ` [PATCH 1/3] net: fec: remove QUIRK_HAS_RACC from i.mx25
                ` [PATCH 2/3] net: fec: remove QUIRK_HAS_RACC from i.mx27
                ` [PATCH 3/3] net: fec: align IP header in hardware

[PATCH 4/6] isdn/hisax: clean function declaration in hscx.c up
 2016-09-24 14:17 UTC  (3+ messages)

[PATCH net v2] ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()
 2016-09-24 13:45 UTC  (4+ messages)

[PATCH] hv_netvsc: fix comments
 2016-09-24 13:36 UTC  (2+ messages)

[PATCH v2 0/2] BQL support and fix for a regression issue
 2016-09-24 12:47 UTC  (2+ messages)

[PATCH] cxgb4: fix -ve error check on a signed iq
 2016-09-24 12:31 UTC  (2+ messages)

[PATCH] mlxsw: spectrum: remove redundant check if err is zero
 2016-09-24 12:28 UTC  (2+ messages)

[PATCH net-next] Documentation: devicetree: fix typo in MediaTek ethernet device-tree binding
 2016-09-24 12:26 UTC  (3+ messages)

[PATCH net-next v2] Documentation: devicetree: revise ethernet device-tree binding about TRGMII
 2016-09-24 12:26 UTC  (3+ messages)

[PATCH net-next 00/15] rxrpc: Bug fixes and tracepoints
 2016-09-24 12:24 UTC  (2+ messages)

[net-next 00/10][pull request] 10GbE Intel Wired LAN Driver Updates 2016-09-23
 2016-09-24 12:22 UTC  (2+ messages)

pull request (net-next): ipsec-next 2016-09-23
 2016-09-24 12:19 UTC  (2+ messages)

[net-next v2 00/10][pull request] 40GbE Intel Wired LAN Driver Updates 2016-09-22
 2016-09-24 12:15 UTC  (2+ messages)

[PATCH net-next V3 0/5] mlx4 VF vlan protocol 802.1ad support
 2016-09-24 12:11 UTC  (2+ messages)

[PATCH] mlx5: Add ndo_poll_controller() implementation
 2016-09-24 10:51 UTC  (2+ messages)

[PATCH] brcmfmac: fix memory leak in brcmf_fill_bss_param
 2016-09-24 10:27 UTC  (2+ messages)

RE RE
 2016-09-24  6:04 UTC 

[PATCH 1/6] isdn/eicon: add function declarations
 2016-09-24  8:55 UTC  (2+ messages)

[PATCH 3/6] isdn/hisax: add function declarations
 2016-09-24  8:47 UTC  (2+ messages)

[PATCH 6/6] mISDN: remove unused function
 2016-09-24  8:42 UTC  (2+ messages)

[RFC v2 00/10] Landlock LSM: Unprivileged sandboxing
 2016-09-24  7:45 UTC  (4+ messages)

[PATCH 1/3] bpf powerpc: introduce accessors for using the tmp local stack space
 2016-09-24  7:30 UTC  (6+ messages)
` [PATCH 2/3] bpf powerpc: implement support for tail calls
` [PATCH 3/3] bpf powerpc: add support for bpf constant blinding

[PATCH 1/2] bpf samples: fix compiler errors with sockex2 and sockex3
 2016-09-24  7:27 UTC  (4+ messages)
` [PATCH 2/2] bpf samples: update tracex5 sample to use __seccomp_filter

[PATCH 5/6] mISDN: mark symbols static where possible
 2016-09-24  5:26 UTC 

[PATCH 2/6] isdn/hardware/eicon: add missing header dependencies
 2016-09-24  5:18 UTC 

[PATCH] Revert "net: ethernet: bcmgenet: use phydev from struct net_device"
 2016-09-24  2:51 UTC  (2+ messages)

[PATCH net-next] net/vxlan: Avoid unaligned access in vxlan_build_skb()
 2016-09-24  0:43 UTC  (9+ messages)

Modification to skb->queue_mapping affecting performance
 2016-09-23 23:21 UTC  (13+ messages)

[PATCH] netfilter: don't permit unprivileged writes to global state via sysctls
 2016-09-23 22:21 UTC 

[PATCH net] i40e: fix call of ndo_dflt_bridge_getlink()
 2016-09-23 21:37 UTC  (3+ messages)

[RFC] net: store port/representative id in metadata_dst
 2016-09-23 21:20 UTC  (11+ messages)

[PATCH] softirq: let ksoftirqd do its job
 2016-09-23 21:16 UTC  (6+ messages)

[PATCH] net: bcmgenet: Fix EPHY reset in power up
 2016-09-23 20:55 UTC  (5+ messages)

[PATCH] nfp: bpf: improve handling for disabled BPF syscall
 2016-09-23 20:23 UTC 

[PATCH 0/3] Add memory limits to fq.h and mac80211 TXQ
 2016-09-23 19:59 UTC  (4+ messages)
  ` [PATCH 1/3] fq.h: Port memory limit mechanism from fq_codel
  ` [PATCH 2/3] mac80211: Export fq memory limit information in debugfs
  ` [PATCH 3/3] mac80211: Set lower memory limit for non-VHT devices

[PATCH net] ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()
 2016-09-23 19:57 UTC  (4+ messages)

[PATCH] Net Driver: Add Cypress GX3 VID=04b4 PID=3610
 2016-09-23 19:00 UTC  (2+ messages)

[PATCH] netns: move {inc,dec}_net_namespaces into #ifdef
 2016-09-23 18:42 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).