netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-26 23:08:56 to 2009-10-28 10:56:56 UTC [more...]

[PATCH] virtio-net: fix data corruption with OOM
 2009-10-28 10:56 UTC  (4+ messages)

[PATCH 1/2] tc35815: Fix return value of tc35815_do_interrupt when NAPI enabled
 2009-10-28 10:57 UTC  (2+ messages)

[PATCH V2]NET/KS8695: add support NAPI for Rx
 2009-10-28 10:55 UTC  (2+ messages)

[PATCH net-2.6] sfc: Set ip_summed correctly for page buffers passed to GRO
 2009-10-28 10:53 UTC  (5+ messages)
` [PATCH net-2.6] sfc: Really allow RX checksum offload to be disabled

[PATCH] cnic: Fix L2CTX_STATUSB_NUM offset in context memory
 2009-10-28 10:42 UTC  (2+ messages)

[net-next-2.6 PATCH 01/23] igb: add support for seperate tx-usecs setting in ethtool
 2009-10-28 10:39 UTC  (24+ messages)
` [net-next-2.6 PATCH 02/23] igb: cleanup some of the code related to hw timestamping
` [net-next-2.6 PATCH 03/23] igb: misc cleanups within igb_ethtool.c
` [net-next-2.6 PATCH 04/23] igb: use packet buffer sizes from RXPBS register
` [net-next-2.6 PATCH 05/23] igb: replace the VF clear_to_send with a flags value
` [net-next-2.6 PATCH 06/23] igb: rework use of VMOLR in regards to PF and VFs
` [net-next-2.6 PATCH 07/23] igb: rework handling of the vfta and vlvf registers in relation to mng_vlan
` [net-next-2.6 PATCH 08/23] igb: move vf init into a seperate function
` [net-next-2.6 PATCH 09/23] igb: only process global stats in igb_update_stats
` [net-next-2.6 PATCH 10/23] igb: move global_quad_port_a from global into local static define
` [net-next-2.6 PATCH 11/23] igb: make tx hang check multiqueue, check eop descriptor
` [net-next-2.6 PATCH 12/23] igb: cleanup code related to ring resource allocation and free
` [net-next-2.6 PATCH 13/23] igb: change queue ordering for 82576 based adapters
` [net-next-2.6 PATCH 14/23] igb: cleanup interrupt enablement in regards to msix_other
` [net-next-2.6 PATCH 15/23] igb: Remove invalid stats counters
` [net-next-2.6 PATCH 16/23] igb: cleanup igb.h header whitespace and some structure formatting
` [net-next-2.6 PATCH 17/23] igb: cleanup igb xmit frame path
` [net-next-2.6 PATCH 18/23] igb: cleanup clean_rx_irq_adv and alloc_rx_buffers_adv
` [net-next-2.6 PATCH 19/23] igb: replace unecessary &adapter->hw with just hw where applicable
` [net-next-2.6 PATCH 20/23] igb: add pci_dev in few spots to clean up use of dev_err/info/warn
` [net-next-2.6 PATCH 21/23] igb: limit minimum mtu to 68 to keep ip bound to interface
` [net-next-2.6 PATCH 22/23] igb: open up SCTP checksum offloads to all MACs 82576 and newer
` [net-next-2.6 PATCH 23/23] igb: cleanup whitespace issues in igb_main.c

[PATCH] Multicast packet reassembly can fail
 2009-10-28 10:18 UTC  (3+ messages)

[PATCH v3 0/7] Per route TCP options
 2009-10-28 10:18 UTC  (7+ messages)
` [PATCH v3 1/7] Only parse time stamp TCP option in time wait sock
` [PATCH v3 4/7] Add the no SACK route option feature

[PATCH net-next] bnx2x: Do Tx handling in a separate tasklet
 2009-10-28  9:57 UTC  (2+ messages)

[net-next-2.6 PATCH] vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAGS + 1
 2009-10-28  9:47 UTC  (2+ messages)

[PATCH v2 4/7] fsl_pq_mdio: Add Suport for etsec2.0 devices
 2009-10-28  9:43 UTC  (2+ messages)

[PATCH -next] netxen: fix builds for SYSFS=n or MODULES=n
 2009-10-28  9:36 UTC  (4+ messages)

[PATCH] dcache: better name hash function
 2009-10-28  9:28 UTC  (18+ messages)
    ` [PATCH] net: fold network name hash
      ` [PATCH] net: fold network name hash (v2)

[net-next-2.6 PATCH 0/6] net: Speedup netdevice unregisters
 2009-10-28  9:23 UTC  (2+ messages)

[PATCH 1/7] bitmap: Introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_area
 2009-10-28  8:43 UTC  (2+ messages)
` [PATCH 4/7] mlx4: Use bitmap_find_next_zero_area

[net-next-2.6 PATCH 01/20] igb: add new data structure for handling interrupts and NAPI
 2009-10-28  8:28 UTC  (21+ messages)
` [net-next-2.6 PATCH 02/20] igb: remove rx checksum good counter
` [net-next-2.6 PATCH 03/20] igb: increase minimum rx buffer size to 1K
` [net-next-2.6 PATCH 04/20] igb: move the tx and rx ring specific config into seperate functions
` [net-next-2.6 PATCH 05/20] igb: remove rx_ps_hdr_len
` [net-next-2.6 PATCH 06/20] igb: move SRRCTL register configuration into ring specific config
` [net-next-2.6 PATCH 07/20] igb: change the head and tail offsets into pointers
` [net-next-2.6 PATCH 08/20] igb: add pci device pointer to ring structure
` [net-next-2.6 PATCH 09/20] igb: move rx_buffer_len into the "
` [net-next-2.6 PATCH 10/20] igb: move alloc_failed and csum_err stats into per rx-ring stat
` [net-next-2.6 PATCH 11/20] igb: add a flags value to the ring
` [net-next-2.6 PATCH 12/20] igb: place a pointer to the netdev struct in the ring itself
` [net-next-2.6 PATCH 13/20] igb: move the multiple receive queue configuration into seperate function
` [net-next-2.6 PATCH 14/20] igb: delay VF reset notification until after interrupts are enabed
` [net-next-2.6 PATCH 15/20] igb: setup vlan tag replication stripping in igb_vmm_control
` [net-next-2.6 PATCH 16/20] igb: re-use ring configuration code in ethtool testing
` [net-next-2.6 PATCH 17/20] igb: make tx ring map and free functionality non-static
` [net-next-2.6 PATCH 18/20] igb: make ethtool use core xmit map and free functionality
` [net-next-2.6 PATCH 19/20] igb: add single vector msi-x testing to interrupt test
` [net-next-2.6 PATCH 20/20] igb: cleanup "todo" code found in igb_ethtool.c

PATCH: Network Device Naming mechanism and policy
 2009-10-28  8:23 UTC  (4+ messages)
` [PATCH] udev: create empty regular files to represent net interfaces

iproute uses too small of a receive buffer
 2009-10-28  7:55 UTC  (8+ messages)

PATCH 23/10]Optimize the upload speed for PPP connection
 2009-10-28  7:30 UTC 

[patch net-next]atl1c: duplicate atl1c_get_tpd
 2009-10-28  5:31 UTC  (2+ messages)

[PATCH 2/3] net: TCP thin linear timeouts
 2009-10-28  3:20 UTC  (3+ messages)

[PATCH 1/3] net: TCP thin-stream detection
 2009-10-28  3:09 UTC  (2+ messages)

[PATCH 3/3] net: TCP thin dupack
 2009-10-28  2:43 UTC  (2+ messages)

[RFC PATCH] fib_hash: improve route deletion scaling on interface drop with lots of interfaces
 2009-10-28  1:01 UTC  (6+ messages)

performance regression in virtio-net in 2.6.32-rc4
 2009-10-27 23:34 UTC  (3+ messages)

[PATCH 0/5] Candidate fix for increased number of GFP_ATOMIC failures V2
 2009-10-27 23:34 UTC  (23+ messages)
` [PATCH 2/5] page allocator: Do not allow interrupts to use ALLOC_HARDER
` [PATCH 3/5] vmscan: Force kswapd to take notice faster when high-order watermarks are being hit
` [PATCH 4/5] page allocator: Pre-emptively wake kswapd when high-order watermarks are hit
` [PATCH 5/5] ONLY-APPLY-IF-STILL-FAILING Revert 373c0a7e, 8aa7e847: Fix congestion_wait() sync/async vs read/write confusion

[PATCH 0/2] Reduce number of GFP_ATOMIC allocation failures
 2009-10-27 21:00 UTC  (4+ messages)
` [PATCH 2/2] page allocator: Direct reclaim should always obey watermarks

[PATCH 2/9] pcmcia: use pre-determined values
 2009-10-27 19:28 UTC  (4+ messages)
  ` [PATCH 3/9] pcmcia: use pcmcia_loop_config in misc pcmcia drivers

[PATCH 2/3] [RFC] Add c/r support for connected INET sockets (v3)
 2009-10-27 17:53 UTC 

wanPMC-CxT1E1
 2009-10-27 17:48 UTC  (3+ messages)

[PATCH 2/6] net: Introduce unregister_netdevice_many()
 2009-10-27 17:40 UTC  (3+ messages)

[PATCH 6/6] gre: Optimize multiple unregistration
 2009-10-27 17:07 UTC 

[PATCH 5/6] ipip: Optimize multiple unregistration
 2009-10-27 17:06 UTC 

[PATCH 4/6] vlan: Optimize multiple unregistration
 2009-10-27 17:06 UTC 

[PATCH 3/6] net: add a list_head parameter to dellink() method
 2009-10-27 17:06 UTC 

[PATCH 1/6] net: Introduce unregister_netdevice_queue()
 2009-10-27 17:03 UTC 

[PATCH next-next-2.6] netdev: better dev_name_hash
 2009-10-27 16:38 UTC  (6+ messages)
  ` [PATCH] dcache: better name hash function

[PATCH 0/3] net: TCP thin-stream latency-improving modifications
 2009-10-27 16:28 UTC 

[PATCH v2 7/7] gianfar: Basic Support for programming hash rules
 2009-10-27 16:55 UTC 

[PATCH v2 6/7] gianfar: Add Multiple group Support
 2009-10-27 16:55 UTC 

[PATCH v2 5/7] gianfar: Add support etsec2.0 registers
 2009-10-27 16:55 UTC 

[PATCH v2 3/7] gianfar: Add Multiple Queue Support
 2009-10-27 16:55 UTC 

[PATCH v2 2/7] gianfar: Introduce logical group support
 2009-10-27 16:54 UTC 

[PATCH v2 1/7] gianfar: Add per queue structure support
 2009-10-27 16:54 UTC 

next tree for October 27: znet build failure
 2009-10-27 14:37 UTC  (2+ messages)

[PATCH] hso: fix debug routines
 2009-10-27 14:26 UTC  (2+ messages)
      ` [PATCH] hso: fix soft-lockup

[PATCH] net: Corrected spelling error heurestics->heuristics
 2009-10-27 13:27 UTC 

phy_connect_direct problem
 2009-10-27 13:10 UTC  (2+ messages)

[net-next-2.6 v4 0/4] TCPCT part1: cookie option exchange
 2009-10-27 12:29 UTC  (4+ messages)
` [net-next-2.6 PATCH v4 1/3] TCPCT part 1a: add request_values parameter for sending SYNACK
` [net-next-2.6 PATCH v4 2/3] TCPCT part 1b: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS, functions
` [net-next-2.6 PATCH v4 3/3] TCPCT part 1c: initial SYN exchange with SYNACK data

[PATCH 1/5] page allocator: Always wake kswapd when restarting an allocation attempt after direct reclaim failed
 2009-10-27 12:27 UTC  (4+ messages)

netlink: symantics for NLM_F_MULTI and NLMSG_DONE ?
 2009-10-27 11:43 UTC 

[PATCH 0/9] Gigaset driver patches for 2.6.33
 2009-10-27 10:20 UTC  (6+ messages)
` [PATCH 6/9] ser_gigaset: checkpatch cleanup

VLAN and ARP failure on tg3 drivers
 2009-10-27 10:02 UTC  (9+ messages)
    ` [PATCH] vlan: allow VLAN ID 0 to be used

Increasing TCP initial cwnd
 2009-10-27  7:38 UTC  (4+ messages)

NOHZ: local_softirq_pending 08
 2009-10-27  7:01 UTC  (16+ messages)
  ` [PATCH] net: Adjust softirq raising in __napi_schedule

[patch next 0/4] netxen fixes
 2009-10-27  6:06 UTC  (8+ messages)
` [patch next 3/4] netxen: fix bonding support

[PATCH v2 0/8] Per route TCP options
 2009-10-27  5:09 UTC  (14+ messages)
` [PATCH v2 8/8] Document future removal of sysctl_tcp_* options

[PATCH] TI DaVinci EMAC: Minor macro related updates
 2009-10-27  3:57 UTC  (3+ messages)

[PATCH next-next-2.6] netdev: better dev_name_hash
 2009-10-27  1:40 UTC  (5+ messages)

Verify Your Email Account Now!!!
 2009-10-27  0:38 UTC 

[PATCH] can: sja1000: fix bug using library functions for skb allocation
 2009-10-27  0:34 UTC  (2+ messages)

[PATCH] sh_eth: Add asm/cacheflush.h
 2009-10-27  0:28 UTC  (4+ messages)

[PATCH] PPPoE: Fix flush/close races
 2009-10-26 23:23 UTC  (4+ messages)

[net-2.6 PATCH 1/5] e1000e: clear PHY wakeup bit after LCD reset on 82577/82578
 2009-10-26 23:17 UTC  (10+ messages)
` [net-2.6 PATCH 2/5] e1000e: increase swflag acquisition timeout for ICHx/PCH
` [net-2.6 PATCH 3/5] e1000e: 82577/82578 requires a different method to configure LPLU
` [net-2.6 PATCH 4/5] e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCH
` [net-2.6 PATCH 5/5] e1000e: allow for swflag to be held over consecutive PHY accesses

[net-2.6 PATCH 1/3] igb: fix memory leak when setting ring size while interface is down
 2009-10-26 23:09 UTC  (5+ messages)
` [net-2.6 PATCH 2/3] ixgbe: fix memory leak when resizing rings "
` [net-2.6 PATCH 3/3] igbvf: fix memory leak when ring size changed while interface down


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