netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-17 12:31:57 to 2012-05-18 17:10:59 UTC [more...]

[NET_NEXT RFC PATCH 0/3] Series short description
 2012-05-18 17:10 UTC  (4+ messages)
` [NET_NEXT RFC PATCH 1/3] ixgbe: add debugfs support

[RFC:kvm] export host NUMA info to guest & make emulated device NUMA attr
 2012-05-18 16:14 UTC  (2+ messages)

TCPBacklogDrops during aggressive bursts of traffic
 2012-05-18 15:53 UTC  (11+ messages)

[PATCH net-next] ipv6: remove csummode in ip6_append_data()
 2012-05-18 15:37 UTC 

[V2 PATCH 0/9] vhost/macvtap zeropcopy fixes
 2012-05-18 15:29 UTC  (19+ messages)
` [V2 PATCH 2/9] macvtap: zerocopy: fix truesize underestimation
` [V2 PATCH 9/9] vhost: zerocopy: poll vq in zerocopy callback

[PATCH net-next v5] be2net: Fix to allow get/set of debug levels in the firmware
 2012-05-18 15:24 UTC  (2+ messages)

[PATCH net-next] iwlwifi: dont pull too much payload in skb head
 2012-05-18 15:21 UTC  (3+ messages)

[PATCH net-next] net: introduce netdev_alloc_frag()
 2012-05-18 15:12 UTC 

[PATCH 3/3] ethtool: Addition of -m option to dump module eeprom
 2012-05-18 14:58 UTC 

[PATCH 2/3] ethtool: Update ethtool-copy.h to support module eeprom retrieval
 2012-05-18 14:58 UTC 

[PATCH 1/3] ethtool: Split out printing of hex data
 2012-05-18 14:58 UTC 

[PATCH 0/3] ethtool: Add command to dump and parse module EEPROM
 2012-05-18 14:57 UTC 

Strange latency spikes/TX network stalls on Sun Fire X4150(x86) and e1000e
 2012-05-18 14:04 UTC  (4+ messages)

[PATCH] e1000: Reset rx ring index on receive overrun
 2012-05-18 13:51 UTC  (8+ messages)
            ` e1000 rx emulation bug (Was: [PATCH] e1000: Reset rx ring index on receive overrun)

Regarding: Bug 43242 - Kconfig: Unable to disable Broadcom and Chelsio devices
 2012-05-18 11:37 UTC 

Kernel consistently panicing on br_parse_ip_options
 2012-05-18 10:40 UTC  (2+ messages)

[PATCH 00/10] Doorbell drop recovery for Chelsio T4 iWARP
 2012-05-18  9:59 UTC  (11+ messages)
  ` [PATCH 01/10] cxgb4: Detect DB FULL events and notify RDMA ULD
  ` [PATCH 02/10] cxgb4: Common platform specific changes for DB Drop Recovery
  ` [PATCH 03/10] cxgb4: DB Drop Recovery for RDMA and LLD queues
  ` [PATCH 06/10] RDMA/cxgb4: disable interrupts in c4iw_ev_dispatch()
  ` [PATCH 09/10] RDMA/cxgb4: remove kfifo usage
` [PATCH 04/10] RDMA/cxgb4: Add debugfs rdma memory stats
` [PATCH 05/10] RDMA/cxgb4: Add DB Overflow Avoidance
` [PATCH 07/10] RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues
` [PATCH 08/10] RDMA/cxgb4: Use vmalloc for debugfs qp dump. Allows dumping thousands of qps
` [PATCH 10/10] RDMA/cxgb4: Add query_qp support in driver to query the qp state before flushing

[PATCH] pktgen: fix module unload for good
 2012-05-18  9:52 UTC 

[v2 PATCH] netfilter: xt_HMARK: fix endian bugs and warnings
 2012-05-18  8:35 UTC 

[PATCH net-next] ipv6: bool conversions phase1
 2012-05-18  6:24 UTC  (2+ messages)

[PATCH] STA2X11 CAN: CAN driver for the STA2X11 board
 2012-05-18  6:00 UTC  (2+ messages)

[RFC] econet: remove ancient bug ridden protocol
 2012-05-18  5:41 UTC  (5+ messages)

[PATCH net-next] ip_frag: struct inet_frags match() method returns a bool
 2012-05-18  5:40 UTC  (2+ messages)

[PATCH] net: Remove netdevice ec_ptr, no longer used
 2012-05-18  5:40 UTC 

Stable regression with 'tcp: allow splice() to build full TSO packets'
 2012-05-18  4:41 UTC  (36+ messages)
            ` [PATCH net-next] net: netdev_alloc_skb() use build_skb()

[PATCH net-next v4] be2net: Fix to allow get/set of debug levels in the firmware
 2012-05-18  2:45 UTC  (4+ messages)

[PATCH v5 6/6] net: sh_eth: use NAPI
 2012-05-18  1:58 UTC 

[PATCH 00/17] Swap-over-NBD without deadlocking V11
 2012-05-18  1:46 UTC  (26+ messages)
` [PATCH 01/17] mm: Serialize access to min_free_kbytes
` [PATCH 02/17] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages
` [PATCH 03/17] mm: slub: Optimise the SLUB fast path to avoid pfmemalloc checks
` [PATCH 04/17] mm: Introduce __GFP_MEMALLOC to allow access to emergency reserves
` [PATCH 05/17] mm: allow PF_MEMALLOC from softirq context
` [PATCH 06/17] mm: Only set page->pfmemalloc when ALLOC_NO_WATERMARKS was used
` [PATCH 07/17] mm: Ignore mempolicies when using ALLOC_NO_WATERMARK
` [PATCH 08/17] net: Introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket
` [PATCH 09/17] netvm: Allow the use of __GFP_MEMALLOC by specific sockets
` [PATCH 10/17] netvm: Allow skb allocation to use PFMEMALLOC reserves
` [PATCH 11/17] netvm: Propagate page->pfmemalloc to skb
` [PATCH 12/17] netvm: Propagate page->pfmemalloc from skb_alloc_page "
` [PATCH 13/17] netvm: Set PF_MEMALLOC as appropriate during SKB processing
` [PATCH 14/17] mm: Micro-optimise slab to avoid a function call
` [PATCH 15/17] nbd: Set SOCK_MEMALLOC for access to PFMEMALLOC reserves
` [PATCH 16/17] mm: Throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storage
` [PATCH 17/17] mm: Account for the number of times direct reclaimers get throttled

[PATCH v4 6/6] net: sh_eth: use NAPI
 2012-05-18  1:44 UTC  (3+ messages)

[ANNOUNCE] libnetfilter_conntrack 1.0.1 release
 2012-05-18  0:35 UTC 

[PATCH] bonding: only send arp monitor packets if no other traffic
 2012-05-18  0:08 UTC  (2+ messages)

[PATCH v2] xfrm: take iphdr size into account for esp payload size calculation
 2012-05-18  0:05 UTC  (3+ messages)
` [PATCH v3] "

[PATCH V3] CS89x0 : Use ioread16/iowrite16 on all platforms
 2012-05-17 23:03 UTC  (2+ messages)

[PATCH 2/5] drivers/net: delete all code/drivers depending on CONFIG_MCA
 2012-05-17 22:50 UTC  (7+ messages)
      ` [RFC PATCH net-next] hp100: delete VG/AnyLAN hp100

[PATCH net-next] lapb: Neaten debugging
 2012-05-17 22:45 UTC  (2+ messages)

[GIT] Networking
 2012-05-17 22:44 UTC 

[net] e1000: Prevent reset task killing itself
 2012-05-17 22:33 UTC  (3+ messages)

[IPROUTE2 0/2] Add ECN support to tc-netem
 2012-05-17 21:54 UTC  (2+ messages)

[PATCH] enhance usability of /proc/sys/net/ipv4/ip_local_reserved_ports (v2)
 2012-05-17 21:22 UTC  (8+ messages)
  ` [PATCH] enhance usability of /proc/sys/net/ipv4/ip_local_reserved_ports (v3)
    ` [RFC] API to modify /proc/sys/net/ipv4/ip_local_reserved_ports

Severe regression in bnx2 driver with bonding in post 2.6.30 kernels
 2012-05-17 20:21 UTC  (2+ messages)

[PATCH] drop_monitor: convert to modular building
 2012-05-17 20:21 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH net-next] net/mlx4_en: num cores tx rings for every UP
 2012-05-17 20:19 UTC  (2+ messages)

[PATCH 00/12] Swap-over-NFS without deadlocking V5
 2012-05-17 20:14 UTC  (14+ messages)
` [PATCH 01/12] netvm: Prevent a stream-specific deadlock
` [PATCH 02/12] selinux: tag avc cache alloc as non-critical
` [PATCH 03/12] mm: Methods for teaching filesystems about PG_swapcache pages
` [PATCH 04/12] mm: Add support for a filesystem to activate swap files and use direct_IO for writing swap pages
` [PATCH 05/12] mm: swap: Implement generic handler for swap_activate
` [PATCH 06/12] mm: Add get_kernel_page[s] for pinning of kernel addresses for I/O
` [PATCH 07/12] mm: Add support for direct_IO to highmem pages
` [PATCH 08/12] nfs: teach the NFS client how to treat PG_swapcache pages
` [PATCH 09/12] nfs: disable data cache revalidation for swapfiles
` [PATCH 10/12] nfs: enable swap on NFS
` [PATCH 11/12] nfs: Prevent page allocator recursions with swap over NFS
  ` [PATCH 12/12] Avoid dereferencing bd_disk during swap_entry_free for network storage

[PATCH] iptables: xt_recent: Add optional mask option for xt_recent
 2012-05-17 20:08 UTC 

[PATCH] netfilter: xt_recent: Add optional mask option for xt_recent
 2012-05-17 20:07 UTC 

[PATCH] ipv6: correct the ipv6 option name - Pad0 to Pad1
 2012-05-17 19:50 UTC  (4+ messages)

[PATCH net-next] etherdevice: fix comments
 2012-05-17 19:37 UTC  (2+ messages)

[PATCH net-next-2.6] pppoe: remove unused return value from two methods
 2012-05-17 19:35 UTC  (2+ messages)

[net-next 0/4][pull request] Intel Wired LAN Driver Updates
 2012-05-17 19:32 UTC  (5+ messages)
` [net-next 2/4] e1000: remove workaround for Errata 23 from jumbo alloc

[PATCH net-next] tcp: bool conversions
 2012-05-17 19:03 UTC  (4+ messages)

tcp timestamp issues with google servers
 2012-05-17 18:12 UTC  (2+ messages)

[RFC 00/13] USB 3.0 Link Power Management (LPM) support
 2012-05-17 17:50 UTC  (11+ messages)
` [RFC 13/13] USB: Disable hub-initiated LPM for comms devices

From Mr. Sameh Jawad
 2012-05-17 17:38 UTC 

[PATCH v5 0/2] fix static_key disabling problem in memcg
 2012-05-17 17:02 UTC  (8+ messages)
` [PATCH v5 2/2] decrement static keys on real destroy time

[PATCH 3/7] netfilter: xt_HMARK: modulus is expensive for hash calculation
 2012-05-17 14:55 UTC  (3+ messages)

[PATCH 3/5] net: Change mail address of Oskar Schirmer
 2012-05-17 13:18 UTC  (2+ messages)

[net-next v2 0/4][pull request] Intel Wired LAN Driver Updates
 2012-05-17 12:31 UTC  (2+ messages)
` [net-next 4/4] igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC


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