netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-14 17:20:04 to 2014-03-16 05:51:41 UTC [more...]

TCP fast open question
 2014-03-16  5:57 UTC  (3+ messages)

[PATCH v2] ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properly
 2014-03-16  4:50 UTC 

[PATCH] ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properly
 2014-03-16  4:50 UTC  (7+ messages)

[PATCH v2] ethtool: allow for a smaller build
 2014-03-16  2:24 UTC  (2+ messages)

[PATCH V2 RE-SEND 0/7] add new Samsung SXGbE driver
 2014-03-16  0:23 UTC  (3+ messages)

[PATCH V2 RE-SEND 1/7] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver
 2014-03-16  0:09 UTC  (3+ messages)

[PATCH] ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bug
 2014-03-15 23:56 UTC  (2+ messages)

[PATCH V2] ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bug
 2014-03-15 23:30 UTC 

[PATCH net-next V5 0/9] Altera Triple Speed Ethernet (TSE) Driver
 2014-03-15 20:52 UTC  (8+ messages)
` [PATCH net-next V5 6/9] Altera TSE: Add main and header file for Altera Ethernet Driver

[RFC PATCH 0/2] remove netpoll rx support
 2014-03-15 20:01 UTC  (30+ messages)
      ` [PATCH net-next 0/2] Don't receive packets when the napi budget == 0
        ` [PATCH net-next 0/16] "
          ` [PATCH net-next 01/16] bnx2x: "
          ` [PATCH net-next 02/16] i40e: "
          ` [PATCH net-next 03/16] igb: "
          ` [PATCH net-next 04/16] ixgbe: "
          ` [PATCH net-next 05/16] amd8111e: "
          ` [PATCH net-next 06/16] enic: "
          ` [PATCH net-next 07/16] fs_enet: "
          ` [PATCH net-next 08/16] ibmveth: "
          ` [PATCH net-next 09/16] sky2: "
          ` [PATCH net-next 10/16] mlx4: "
          ` [PATCH net-next 11/16] s2io: "
          ` [PATCH net-next 12/16] tilegx: "
          ` [PATCH net-next 13/16] tilepro: "
          ` [PATCH net-next-test 14/16] tc35815: "
          ` [PATCH net-next 15/16] vxge: "
          ` [PATCH net-next 16/16] sfc: "
                ` mlx4 netpoll and rx/tx weirdness

[PATCH v10 net-next 0/3] filter: add Extended BPF interpreter and converter, seccomp
 2014-03-15 19:53 UTC  (7+ messages)
` [PATCH v10 net-next 1/3] filter: add Extended BPF interpreter and converter

[PATCH RFC 0/9] socket filtering using nf_tables
 2014-03-15 19:18 UTC  (11+ messages)

[PATCH net-next, v2, 0/1] hyperv: Add support for virtual Receive Side Scaling (vRSS)
 2014-03-15 17:18 UTC  (2+ messages)
` [PATCH net-next, v2, 1/1] "

[mac80211_hwsim] WARNING: CPU: 0 PID: 1 at include/linux/kref.h:47 kobject_get()
 2014-03-15 16:09 UTC  (9+ messages)
` [mac80211_hwsim] BUG: unable to handle kernel paging request at ce1db404

[ INFO: possible circular locking dependency detected ]
 2014-03-15 16:04 UTC 

[BUG] RTNL assert fail via addrconf_join_solicit
 2014-03-15 16:04 UTC  (2+ messages)

pppd service crash in linux-3.13.6
 2014-03-15 12:49 UTC  (9+ messages)

[PATCH v2 1/3] net: phy: fix uninitalized WOL parameters in phy_ethtool_get_wol
 2014-03-15 10:01 UTC  (6+ messages)
` [PATCH v3] "
    ` [PATCH] net: phy: fix uninitalized ethtool_wolinfo in phy_suspend

[PATCH net-next 0/5] at86rf230: various fixes and devicetree support
 2014-03-15  8:29 UTC  (6+ messages)
  ` [PATCH net-next 1/5] at86rf230: fix unexpected state change
  ` [PATCH net-next 2/5] at86rf230: move locking state in xmit
  ` [PATCH net-next 3/5] at86rf230: change reset timings
  ` [PATCH net-next 4/5] at86rf230: make reset pin optionally
  ` [PATCH net-next 5/5] at86rf230: add support for devicetree

[PATCH net-next ] i40evf: Rename i40e_ptype_lookup i40evf_ptype_lookup
 2014-03-15  7:36 UTC  (3+ messages)

[RFC PATCH 1/2] netpoll: Remove dead netpoll_rx code
 2014-03-15  3:51 UTC  (27+ messages)
      ` [PATCH 0/9] netpoll: Cleanup received packet processing
        ` [PATCH 1/9] netpoll: Pass budget into poll_napi
        ` [PATCH 2/9] netpoll: Visit all napi handlers in poll_napi
        ` [PATCH 3/9] netpoll: Warn if more packets are processed than are budgeted
        ` [PATCH 4/9] netpoll: Add netpoll_rx_processing
        ` [PATCH 5/9] netpoll: Don't drop all received packets
        ` [PATCH 6/9] netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
        ` [PATCH 7/9] netpoll: Consolidate neigh_tx processing in service_neigh_queue
        ` [PATCH 8/9] netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
        ` [PATCH 9/9] netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
            ` [PATCH 00/10] netpoll: Cleanup received packet processing
              ` [PATCH 01/10] netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev
              ` [PATCH 02/10] netpoll: Pass budget into poll_napi
              ` [PATCH 03/10] netpoll: Visit all napi handlers in poll_napi
              ` [PATCH 04/10] netpoll: Warn if more packets are processed than are budgeted
              ` [PATCH 05/10] netpoll: Add netpoll_rx_processing
              ` [PATCH 06/10] netpoll: Don't drop all received packets
              ` [PATCH 07/10] netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
              ` [PATCH 08/10] netpoll: Consolidate neigh_tx processing in service_neigh_queue
              ` [PATCH 09/10] netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
              ` [PATCH 10/10] netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)

pull request: wireless 2014-03-14
 2014-03-15  2:51 UTC  (2+ messages)

[PATCH net-next 0/2] Doorbell drop Avoidance Bug fix for iw_cxgb4
 2014-03-15  2:44 UTC  (2+ messages)

[PATCH net-next 02/10] 8139too: Call dev_kfree_skby_any instead of dev_kfree_skb
 2014-03-15  2:41 UTC  (4+ messages)
  ` [PATCH net-next] net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq

[RFC PATCH] MAINTAINERS: Add linux.nics@intel.com to INTEL ETHERNET DRIVERS
 2014-03-15  2:37 UTC  (4+ messages)

[PATCH net-next 0/2] bonding: use correct ether type for alb
 2014-03-15  2:21 UTC  (8+ messages)
` [PATCH net-next 2/2] bonding: use the "

[net-next v2 00/14][pull request] Intel Wired LAN Driver Updates
 2014-03-15  2:19 UTC  (16+ messages)
` [net-next v2 01/14] igb: Fix code comment
` [net-next v2 02/14] i40e: delete netdev after deleting napi and vectors
` [net-next v2 03/14] i40e: Fix a bug in the update logic for FDIR SB filter
` [net-next v2 04/14] i40e/i40evf: Some flow director HW definition fixes
` [net-next v2 05/14] i40e: make string references to q be queue
` [net-next v2 06/14] i40e: cleanup strings
` [net-next v2 07/14] i40e: simplified init string
` [net-next v2 08/14] i40e: Fix function comments
` [net-next v2 09/14] i40e: Define a new state variable to keep track of feature auto disable
` [net-next v2 10/14] i40e: Add code to handle FD table full condition
` [net-next v2 11/14] i40e: Bug fix for FDIR replay logic
` [net-next v2 12/14] i40e: Let MDD events be handled by MDD handler
` [net-next v2 13/14] i40e/i40evf: Use correct number of VF vectors
` [net-next v2 14/14] i40e/i40evf: Use dma_set_mask_and_coherent

[PATCH net-next v2 0/8] ieee802154: fix endianness and header handling
 2014-03-15  2:16 UTC  (10+ messages)
` [PATCH net-next v2 5/8] mac802154: use header operations to create/parse headers
  ` [PATCH net-next v2 1/8] ieee802154: rename struct ieee802154_addr to *_sa
  ` [PATCH net-next v2 2/8] ieee802154: add address struct with proper endiannes and some operations
  ` [PATCH net-next v2 3/8] ieee802154: enforce consistent endianness in the 802.15.4 stack
  ` [PATCH net-next v2 4/8] ieee802154: add header structs with endiannes and operations
  ` [PATCH net-next v2 6/8] ieee802154: use ieee802154_addr instead of *_sa variants
  ` [PATCH net-next v2 7/8] 6lowpan: move lowpan frag_info out of 802.15.4 headers
  ` [PATCH net-next v2 8/8] ieee802154: add proper length checks to header creations

[PATCH 0/3] bridge: few enhancements and small fixes
 2014-03-15  2:08 UTC  (7+ messages)
` [PATCH 2/3] bridge: trigger a bridge calculation upon port changes
` [PATCH 3/3] bridge: fix bridge root block on designated port

[net-next 00/16][pull request] Intel Wired LAN Driver Updates
 2014-03-15  2:08 UTC  (12+ messages)
` [net-next 01/16] ixgbe: add check for netif_carrier_ok in ixgbe_xmit_frame
` [net-next 02/16] ixgbe: fix spinlock recursion with netpoll and busy poll

[PATCH net v2] vlan: Fix lockdep warning when vlan dev handle notification
 2014-03-15  2:02 UTC  (2+ messages)

[PATCH 0/3] Beautify 'sh_eth' driver's messages
 2014-03-15  0:30 UTC  (5+ messages)
` [PATCH 1/3] sh_eth: convert pr_*() to netdev_*() calls
` [PATCH 2/3] sh_eth: convert dev_*() "
` [PATCH 3/3] sh_eth: fold netif_msg_*() and netdev_*() calls into netif_*() invocations

[PATCH] sh_eth: exit probe with unknown register layout
 2014-03-15  0:11 UTC 

i.MX53 FEC transmit queue time out
 2014-03-14 23:30 UTC  (2+ messages)

[PATCH 0/2][V2] net: Implement SO_PEERCGROUP to get cgroup of peer
 2014-03-14 23:54 UTC  (18+ messages)
` [PATCH 2/2] net: Implement SO_PEERCGROUP

[PATCH net-next v3 1/2] r8152: add RTL8152_EARLY_AGG_TIMEOUT_SUPER
 2014-03-14 23:42 UTC  (7+ messages)
  ` [PATCH net-next v3 1/2] r8152: addRTL8152_EARLY_AGG_TIMEOUT_SUPER
      ` [PATCH net-next v3 1/2] r8152:addRTL8152_EARLY_AGG_TIMEOUT_SUPER

[PATCH net-next 00/10] Small fixes for Tx time stamping in Intel drivers
 2014-03-14 23:20 UTC  (25+ messages)
` [PATCH net-next 01/10] doc: update driver TX algorithm in timestamping.txt
` [PATCH net-next 02/10] e1000e: add timeout for TX HW time stamping work
` [PATCH net-next 03/10] e1000e: remove redundant if clause from PTP work
` [PATCH net-next 04/10] ixgbe: "
` [PATCH net-next 05/10] ixgbe: never generate both software and hardware timestamps
` [PATCH net-next 06/10] ixgbe: fix race conditions on queuing skb for HW time stamp
` [PATCH net-next 07/10] igb: never generate both software and hardware timestamps
` [PATCH net-next 08/10] igb: fix race conditions on queuing skb for HW time stamp
` [PATCH net-next 09/10] i40e: never generate both software and hardware timestamps
` [PATCH net-next 10/10] i40e: fix race conditions on queuing skb for HW time stamp

[PATCH net-next 0/2] net: phy: bcm7xxx: workaround updates
 2014-03-14 23:09 UTC  (3+ messages)
` [PATCH net-next 1/2] net: phy: bcm7xxx: fix spurious MDIO failures during workaround
` [PATCH net-next 2/2] net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTER

[PATCH] openvswitch: Orphan frags before sending to userspace via Netlink to avoid guest stall
 2014-03-14 22:26 UTC  (6+ messages)

[RCU PATCH 06/14] net: sched: fw use RCU
 2014-03-14 20:35 UTC  (14+ messages)

[PATCH] mlx4: Use GFP_NOFS calls during the ipoib TX path when creating the QP
 2014-03-14 19:50 UTC  (7+ messages)

[PATCH] vmxnet3: fix building without CONFIG_PCI_MSI
 2014-03-14 19:33 UTC  (2+ messages)

[PATCH v4 net-next 1/2] ethtool: Support for configurable RSS hash key
 2014-03-14 19:02 UTC  (2+ messages)

[PATCH net-next] flowcache: Tune per cpu flow cache shrink size
 2014-03-14 18:43 UTC  (2+ messages)

[PATCH VXLAN] fix nonfunctional neigh_reduce
 2014-03-14 17:49 UTC 

[PATCH net-next v6 0/3] The huawei_cdc_ncm driver / E3276 problem
 2014-03-14 17:33 UTC  (11+ messages)

[PATCHv9] macvlan: add source mode
 2014-03-14 17:25 UTC  (2+ messages)

[PATCH 3/3] ath10k: add firmware files
 2014-03-14 17:25 UTC  (3+ messages)

[PATCH v2 0/2] IB/mlx5: Add PCI error handler support for mlx5
 2014-03-14 17:14 UTC  (3+ messages)
` [PATCH v2 1/2] IB/mlx5: Implementation of PCI error handler
` [PATCH v2 2/2] IB/mlx5: Free resources during PCI error


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