netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-11 13:05:49 to 2016-09-12 15:36:03 UTC [more...]

[PATCH 00/15] drivers: net: use IS_ENABLED() instead of checking for built-in or module
 2016-09-12 15:36 UTC  (20+ messages)
` [PATCH 01/15] 3c59x: "
` [PATCH 02/15] starfire: "
` [PATCH 03/15] ethernet: amd: "
` [PATCH 04/15] bnx2: "
` [PATCH 05/15] sundance: "
` [PATCH 06/15] net/fsl_pq_mdio: "
` [PATCH 07/15] i825xx: "
` [PATCH 08/15] ixgbe: "
` [PATCH 09/15] net: mvneta: "
` [PATCH 10/15] natsemi: "
` [PATCH 11/15] sfc: "
` [PATCH 12/15] sis900: "
` [PATCH 13/15] stmmac: "
` [PATCH 14/15] hamradio: "
` [PATCH 15/15] iwlegacy: "

[RFC Patch net-next 0/6] net_sched: really switch to RCU for tc actions
 2016-09-12 15:34 UTC  (15+ messages)
` [RFC Patch net-next 5/6] net_sched: use rcu in fast path
        ` [PATCH net] net_sched: act_mirred: full rcu conversion

[PATCH RFC 0/6] net: ILA resolver and generic resolver backend
 2016-09-12 15:17 UTC  (3+ messages)
` [PATCH RFC 1/6] spinlock: Add library function to allocate spinlock buckets array

[PATCH iproute2 net-next v1 0/7] tipc: updates for neighbour monitor
 2016-09-12 15:17 UTC  (8+ messages)
` [PATCH iproute2 net-next v1 1/7] tipc: remove dead code
` [PATCH iproute2 net-next v1 2/7] tipc: add link monitor set threshold
` [PATCH iproute2 net-next v1 3/7] tipc: add link monitor get threshold
` [PATCH iproute2 net-next v1 4/7] tipc: add link monitor summary
` [PATCH iproute2 net-next v1 5/7] tipc: refractor bearer to facilitate link monitor
` [PATCH iproute2 net-next v1 6/7] tipc: add link monitor list
` [PATCH iproute2 net-next v1 7/7] tipc: update man page for link monitor

[PATCH net-next 0/7] cxgb4: add support for offloading TC u32 filters
 2016-09-12 15:17 UTC  (14+ messages)
` [PATCH net-next 1/7] cxgb4: move common filter code to separate file
` [PATCH net-next 2/7] cxgb4: add common api support for configuring filters
` [PATCH net-next 3/7] cxgb4: add debugfs support to dump filter debug logs
` [PATCH net-next 4/7] cxgb4: add parser to translate u32 filters to internal spec
` [PATCH net-next 5/7] cxgb4: add support for setting u32 filters
` [PATCH net-next 6/7] cxgb4: add support for deleting "
` [PATCH net-next 7/7] cxgb4: add support for drop and redirect actions

[PATCH v3 0/9] net-next: ethernet: add sun8i-emac driver
 2016-09-12 15:15 UTC  (11+ messages)
` [PATCH v3 3/9] ARM: sun8i: dt: Add DT bindings documentation for Allwinner sun8i-emac
` [PATCH v3 4/9] ARM: dts: sun8i-h3: Add dt node for the syscon control module
` [PATCH v3 5/9] ARM: dts: sun8i-h3: add sun8i-emac ethernet driver
` [PATCH v3 8/9] ARM: sunxi: Enable sun8i-emac driver on sunxi_defconfig

enable/disable temporary IPv6 per prefix
 2016-09-12 15:15 UTC  (2+ messages)

[RFC V3 PATCH 00/26] Kernel NET policy
 2016-09-12 14:55 UTC  (27+ messages)
` [RFC V3 PATCH 01/26] net: introduce "
` [RFC V3 PATCH 02/26] net/netpolicy: init "
` [RFC V3 PATCH 03/26] net/netpolicy: get device queue irq information
` [RFC V3 PATCH 04/26] net/netpolicy: get CPU information
` [RFC V3 PATCH 05/26] net/netpolicy: create CPU and queue mapping
` [RFC V3 PATCH 06/26] net/netpolicy: set and remove IRQ affinity
` [RFC V3 PATCH 07/26] net/netpolicy: enable and disable NET policy
` [RFC V3 PATCH 08/26] net/netpolicy: introduce NET policy object
` [RFC V3 PATCH 09/26] net/netpolicy: set NET policy by policy name
` [RFC V3 PATCH 10/26] net/netpolicy: add three new NET policies
` [RFC V3 PATCH 11/26] net/netpolicy: add MIX policy
` [RFC V3 PATCH 12/26] net/netpolicy: NET device hotplug
` [RFC V3 PATCH 13/26] net/netpolicy: support CPU hotplug
` [RFC V3 PATCH 14/26] net/netpolicy: handle channel changes
` [RFC V3 PATCH 15/26] net/netpolicy: implement netpolicy register
` [RFC V3 PATCH 16/26] net/netpolicy: introduce per socket netpolicy
` [RFC V3 PATCH 17/26] net/netpolicy: introduce netpolicy_pick_queue
` [RFC V3 PATCH 18/26] net/netpolicy: set tx queues according to policy
` [RFC V3 PATCH 19/26] net/netpolicy: tc bpf extension to pick Tx queue
` [RFC V3 PATCH 20/26] net/netpolicy: set Rx queues according to policy
` [RFC V3 PATCH 21/26] net/netpolicy: introduce per task net policy
` [RFC V3 PATCH 22/26] net/netpolicy: set per task policy by proc
` [RFC V3 PATCH 23/26] net/netpolicy: fast path for finding the queues
` [RFC V3 PATCH 24/26] net/netpolicy: optimize for queue pair
` [RFC V3 PATCH 25/26] net/netpolicy: limit the total record number
` [RFC V3 PATCH 26/26] Documentation/networking: Document NET policy

[PATCH] net: VRF: Pass original iif to ip_route_input()
 2016-09-12 14:48 UTC  (2+ messages)

icmpv6: issue with routing table entries from link local addresses
 2016-09-12 14:27 UTC 

[PATCH] net: inet: diag: Fix an error handling
 2016-09-12 14:35 UTC  (2+ messages)

Minimum MTU Mess
 2016-09-12 14:31 UTC  (11+ messages)

[PATCH net-next] net/sched: act_tunnel_key: Remove rcu_read_lock protection
 2016-09-12 14:17 UTC  (3+ messages)

[PATCH] net: dsa: add FIB support
 2016-09-12 14:00 UTC  (5+ messages)

[PATCH 00/26] constify local structures
 2016-09-12 13:57 UTC  (29+ messages)
` [PATCH 05/26] ARCNET: "
` [PATCH 07/26] net/mlx4_core: "
` [PATCH 08/26] iwlegacy: "
` [PATCH 11/26] can: "
` [PATCH 20/26] stmmac: pci: "
  ` [PATCH 21/26] rtlwifi: rtl818x: "
` [PATCH 23/26] sh_eth: "
` [PATCH 25/26] pch_gbe: "

[PATCH V3] dt: net: enhance DWC EQoS binding to support Tegra186
 2016-09-12 13:38 UTC  (3+ messages)

[PATCH] test_bpf: fix the dummy skb after dissector changes
 2016-09-12 13:31 UTC  (2+ messages)

[PATCH v4 0/6] Support the rk3399 gmac and pd function
 2016-09-12 13:28 UTC  (3+ messages)
` [PATCH v4 1/6] net: stmmac: dwmac-rk: add rk3366 & rk3399 specific data

[PATCH net-next 0/5] mlx4 misc fixes and improvements
 2016-09-12 13:20 UTC  (6+ messages)
` [PATCH net-next 1/5] net/mlx4_en: Add branch prediction hints in RX data-path
` [PATCH net-next 2/5] net/mlx4_en: Fix wrong indentation
` [PATCH net-next 3/5] net/mlx4_core: Use RCU to perform radix tree lookup for SRQ
` [PATCH net-next 4/5] net/mlx4_core: Fix deadlock when switching between polling and event fw commands
` [PATCH net-next 5/5] net/mlx4_core: Fix to clean devlink resources

[PATCH 0/3] net-next: dsa: add QCA8K support
 2016-09-12 13:16 UTC  (7+ messages)
` [PATCH 1/3] Documentation: devicetree: add qca8k binding
` [PATCH 2/3] net-next: dsa: add Qualcomm tag RX/TX handler
` [PATCH 3/3] net-next: dsa: add new driver for qca8xxx family

[patch net-next v8 0/3] return offloaded stats as default and expose original sw stats
 2016-09-12 11:29 UTC  (5+ messages)
` [patch net-next v8 2/3] net: core: Add offload stats to if_stats_msg

[PATCH] net: r6040: add in missing white space in error message text
 2016-09-12 13:04 UTC  (2+ messages)

[net-next PATCH v2 1/2] e1000: add initial XDP support
 2016-09-12 12:17 UTC  (17+ messages)
` [net-next PATCH v2 2/2] e1000: bundle xdp xmit routines

[PATCH][V2] atm: iphase: fix newline escape and minor tweak to source formatting Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit
 2016-09-12 12:01 UTC 

[PATCH] atm: iphase: fix newline escape and minor tweak to source formatting
 2016-09-12 11:55 UTC  (3+ messages)

[PATCH net-next] xen-netfront: avoid packet loss when ethernet header crosses page boundary
 2016-09-12 11:52 UTC  (3+ messages)

[PATCH RFC 00/11] mlx5 RX refactoring and XDP support
 2016-09-12 11:30 UTC  (10+ messages)
` [PATCH RFC 11/11] net/mlx5e: XDP TX xmit more
  ` README: "
      ` [iovisor-dev] "

[patch net-next 0/5] mlxsw: ethtool enhancements
 2016-09-12 11:26 UTC  (6+ messages)
` [patch net-next 1/5] mlxsw: spectrum: Correctly report autonegotiation
` [patch net-next 2/5] mlxsw: spectrum: Report link partner's advertised speeds
` [patch net-next 3/5] mlxsw: spectrum: Report port type according to operational speed
` [patch net-next 4/5] mlxsw: spectrum: Indicate support of multiple port types
` [patch net-next 5/5] mlxsw: spectrum: Add support for new ethtool API

[PATCH net 0/2] ip: fix creation flags reported in RTM_NEWROUTE events
 2016-09-12 10:29 UTC  (3+ messages)

[PATCH v2 net 1/1] net sched actions: fix GETing actions
 2016-09-12 10:21 UTC 

[PATCH v2] cfg80211: Remove deprecated create_singlethread_workqueue
 2016-09-12  9:21 UTC  (2+ messages)

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

[PATCH -next] net: macb: fix missing unlock on error in macb_start_xmit()
 2016-09-12  7:38 UTC  (2+ messages)

[v11, 0/8] Fix eSDHC host version register bug
 2016-09-12  6:39 UTC  (4+ messages)
` [v11, 5/8] soc: fsl: add GUTS driver for QorIQ platforms

[PATCH] treewide: remove redundant #include <linux/kconfig.h>
 2016-09-12  4:56 UTC 

[GIT] Networking
 2016-09-12  3:08 UTC 

[PATCH net V2 0/4] mlx4 fixes
 2016-09-12  2:40 UTC  (2+ messages)

[PATCH net-next] net: dsa: bcm_sf2: Get VLAN_PORT_MASK from b53_device
 2016-09-12  2:37 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2016-09-12  0:49 UTC 

Donation
 2016-09-11 23:17 UTC 

stmmac/RTL8211F/Meson GXBB: TX throughput problems
 2016-09-11 20:39 UTC 

[PATCH] drivers: net: phy: xgene: Fix 'remove' function
 2016-09-11 19:43 UTC 

[PATCH] net: ip, diag -- Add diag interface for raw sockets
 2016-09-11 19:17 UTC  (5+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH net 1/1] net sched actions: fix GETing actions
 2016-09-11 18:56 UTC  (4+ messages)

[PATCH 1/2] net: ethernet: apm: xgene: use phydev from struct net_device
 2016-09-11 15:54 UTC  (2+ messages)
` [PATCH 2/2] net: ethernet: apm: xgene: use new api ethtool_{get|set}_link_ksettings

[PATCH v6 0/8] thunderbolt: Introducing Thunderbolt(TM) networking
 2016-09-11 13:19 UTC  (4+ messages)
` [PATCH v6 2/8] thunderbolt: Updating the register definitions


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