netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-09-02 09:22:43 to 2008-09-03 14:09:39 UTC [more...]

[PATCH 1/5] igb: force all queues to interrupt once every 2 seconds
 2008-09-03 14:09 UTC  (5+ messages)
` [PATCH 3/5] igb: remove unneeded cleaned variable in clean_tx_irq path
` [PATCH 4/5] igb: clean up a stray fake netdev code left in rx path

[RESEND] [NET-NEXT PATCH 1/3] e1000e: add support for the 82567LM-4 device
 2008-09-03 14:09 UTC  (6+ messages)
` [RESEND] [NET-NEXT PATCH 2/3] e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts
` [RESEND] [NET-NEXT PATCH 3/3] e1000e: add support for new 82574L part

[Resend] [PATCH] bonding: change some __constant_htons() to htons()
 2008-09-03 14:09 UTC  (3+ messages)

[PATCH -next] hp-plus: fix link objects
 2008-09-03 14:08 UTC  (2+ messages)

[PATCH 00/52] sfc: Changes for 2.6.28
 2008-09-03 14:07 UTC  (4+ messages)
` [PATCH 40/52] sfc: Rework efx_set_multicast_hash()
` [PATCH 41/52] sfc: Add check for memory allocation failure in falcon_probe_nic()

[RFC PATCH v4 00/14] Labeled networking patches for 2.6.28
 2008-09-03 14:05 UTC  (17+ messages)
` [RFC PATCH v4 01/14] netlabel: Remove unneeded in-kernel API functions
` [RFC PATCH v4 02/14] selinux: Better local/forward check in selinux_ip_postroute()
` [RFC PATCH v4 03/14] selinux: Fix a problem in security_netlbl_sid_to_secattr()
` [RFC PATCH v4 04/14] selinux: Fix missing calls to netlbl_skbuff_err()
` [RFC PATCH v4 05/14] smack: "
` [RFC PATCH v4 06/14] netlabel: Replace protocol/NetLabel linking with refrerence counts
` [RFC PATCH v4 07/14] netlabel: Add a generic way to create ordered linked lists of network addrs
` [RFC PATCH v4 08/14] netlabel: Add network address selectors to the NetLabel/LSM domain mapping
` [RFC PATCH v4 09/14] netlabel: Add functionality to set the security attributes of a packet
` [RFC PATCH v4 10/14] selinux: Set socket NetLabel based on connection endpoint
` [RFC PATCH v4 11/14] selinux: Cache NetLabel secattrs in the socket's security struct
` [RFC PATCH v4 12/14] netlabel: Changes to the NetLabel security attributes to allow LSMs to pass full contexts
` [RFC PATCH v4 13/14] cipso: Add support for native local labeling and fixup mapping names
` [RFC PATCH v4 14/14] netlabel: Add configuration support for local labeling

[NET-NEXT PATCH 01/13] ixgbe: fix rx csum return status misinterpretation
 2008-09-03 14:03 UTC  (2+ messages)

[PATCH,RFC] mv643xx_eth: move sram window setting code into the driver
 2008-09-03 14:00 UTC 

[NET-NEXT PATCH] e1000: remove unused Kconfig option for disabling packet split
 2008-09-03 13:59 UTC  (2+ messages)

[PATCH 0/15] netdevice: Convert directly reference of netdev->priv to netdev_priv()
 2008-09-03 13:57 UTC  (6+ messages)
` [PATCH 2/15] netdevice 82596: "

[PATCH,RFC 0/2] skb recycling (and example implementation for mv643xx_eth)
 2008-09-03 13:55 UTC  (3+ messages)
` [PATCH 1/2] [NET] add skb_recycle_check() to enable netdriver skb recycling
` [PATCH 2/2] mv643xx_eth: hook up "

Packet mmap: TX RING and zero copy
 2008-09-03 13:27 UTC  (7+ messages)

[patch 2.6.27-rc5] net/usb/pegasus.c -- avoid hundreds of diagnostics
 2008-09-03 13:27 UTC  (2+ messages)

[PATCH] ixgbe: initialize interrupt throttle rate
 2008-09-03 13:27 UTC  (2+ messages)

[PATCH] netxen: Remove workaround for chipset quirk
 2008-09-03 13:26 UTC  (2+ messages)

[PATCH] [NET] smc91x: provide configurable leds
 2008-09-03 13:25 UTC  (2+ messages)

[PATCH,RFC 0/3] mv643xx_eth: convert to phylib
 2008-09-03 13:20 UTC  (4+ messages)
` [PATCH 1/3] phylib: allow incremental scanning of an mii bus
` [PATCH 2/3] phylib: add missing _{check_gmii_support,link_ok,nway_restart}
` [PATCH 3/3] mv643xx_eth: convert to phylib

[RFC/RFT] [PATCH 0/3] dccp: Updates for parsing header options
 2008-09-03 12:27 UTC  (10+ messages)
` [PATCH 1/3] dccp: Silently ignore options with nonsensical lengths
  ` [PATCH 2/3] dccp: Fill in the Data fields when option processing encounters option errors
    ` v2 [PATCH 3/3] dccp: Process incoming Change feature-negotiation options
      ` v3 [PATCH 1/1] "

[PATCH 00/17] mv643xx_eth: changes for 2.6.28
 2008-09-03 12:29 UTC  (18+ messages)
` [PATCH 01/17] mv643xx_eth: fix receive buffer DMA unmapping
` [PATCH 02/17] mv643xx_eth: get rid of IRQF_SAMPLE_RANDOM
` [PATCH 03/17] mv643xx_eth: get rid of modulo operations
` [PATCH 04/17] mv643xx_eth: switch ->phy_lock from a spinlock to a mutex
` [PATCH 05/17] mv643xx_eth: use the SMI done interrupt to wait for SMI access completion
` [PATCH 06/17] mv643xx_eth: make napi unconditional
` [PATCH 07/17] mv643xx_eth: get rid of receive-side locking
` [PATCH 08/17] mv643xx_eth: get rid of compile-time configurable transmit checksumming
` [PATCH 09/17] mv643xx_eth: require contiguous receive and transmit queue numbering
` [PATCH 10/17] mv643xx_eth: smi sharing is a per-unit property, not a per-port one
` [PATCH 11/17] mv643xx_eth: remove force_phy_addr field
` [PATCH 12/17] mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/up
` [PATCH 13/17] mv643xx_eth: delete unused and uninteresting interrupt source mask bits
` [PATCH 14/17] mv643xx_eth: transmit multiqueue support
` [PATCH 15/17] mv643xx_eth: move all work to the napi poll handler
` [PATCH 16/17] mv643xx_eth: switch to netif tx queue lock, get rid of private spinlock
` [PATCH 17/17] mv643xx_eth: bump version to 1.4

BUG? locking issue(networking?) with latest git
 2008-09-03 11:22 UTC 

[PATCH RESEND] ipv6: return with appropriate error code when sending RH0 using setsockopt()
 2008-09-03  9:41 UTC  (3+ messages)

[PATCHv3 00/24] Add first IPv6 support to IPVS
 2008-09-03  9:03 UTC  (29+ messages)
` [PATCHv3 01/24] IPVS: Add CONFIG_IP_VS_IPV6 option for IPv6 support
` [PATCHv3 02/24] IPVS: Change IPVS data structures to support IPv6 addresses
` [PATCHv3 03/24] IPVS: Add general v4/v6 helper functions / data structures
` [PATCHv3 04/24] IPVS: Add debug macros for v4 and v6 address output
` [PATCHv3 05/24] IPVS: Add internal versions of sockopt interface structs
` [PATCHv3 06/24] IPVS: Convert __ip_vs_svc_get() and __ip_vs_fwm_get()
` [PATCHv3 07/24] IPVS: Add v6 support to ip_vs_service_get()
` [PATCHv3 08/24] IPVS: Add IPv6 support flag to schedulers
` [PATCHv3 09/24] IPVS: Add 'af' args to protocol handler functions
` [PATCHv3 10/24] IPVS: Add protocol debug functions for IPv6
` [PATCHv3 11/24] IPVS: Extend protocol DNAT/SNAT and state handlers
` [PATCHv3 12/24] IPVS: Extend functions for getting/creating connections
` [PATCHv3 13/24] IPVS: Add IPv6 support to xmit() support functions
` [PATCHv3 14/24] IPVS: Add and bind IPv6 xmit functions
` [PATCHv3 15/24] IPVS: Extend scheduling functions for IPv6 support
` [PATCHv3 16/24] IPVS: Add/adjust Netfilter hook functions and helpers for v6
` [PATCHv3 17/24] IPVS: Convert real server lookup functions
` [PATCHv3 18/24] IPVS: Convert procfs files for IPv6 entry output
` [PATCHv3 19/24] IVPS: Disable sync daemon for IPv6 connections
` [PATCHv3 20/24] IPVS: Turn off FTP application helper for IPv6
` [PATCHv3 21/24] IPVS: Add function to determine if IPv6 address is local
` [PATCHv3 22/24] IPVS: Adjust various debug outputs to use new macros
` [PATCHv3 23/24] IPVS: Activate IPv6 Netfilter hooks
` [PATCHv3 24/24] IPVS: Allow adding IPv6 services from userspace

A one-liner ipvs patch
 2008-09-03  9:02 UTC  (3+ messages)

[PATCHv2 RFC 00/00] Add first IPv6 support to IPVS
 2008-09-03  8:48 UTC  (11+ messages)
` [PATCHv2 RFC 13/25] IPVS: Add IPv6 support to xmit() support functions
` [PATCHv2 RFC 16/25] IPVS: Add/adjust Netfilter hook functions and helpers for v6
` [PATCHv2 RFC 25/25] IPVS: Add changelog notes to header comments

+ e1000e-prevent-corruption-of-eeprom-nvm.patch added to -mm tree
 2008-09-03  8:24 UTC  (8+ messages)
    ` + e1000e-prevent-corruption-of-eeprom-nvm.patch added to -mmtree

[PATCH 03/37] dccp: List management for new feature negotiation
 2008-09-03  8:18 UTC  (8+ messages)
` [PATCH 0/37] --- Summary of revision changes so far
  ` net-next-2.6 [pull-request] [PATCH 0/37] dccp: Revised set of feature-negotiation patches

xfrm_state locking regression
 2008-09-03  7:14 UTC  (17+ messages)

tipc on sparc32
 2008-09-03  6:54 UTC  (7+ messages)

[PATCH 11/37] dccp: Deprecate old setsockopt framework
 2008-09-03  5:42 UTC  (20+ messages)
` [PATCH 12/37] dccp: Feature negotiation for minimum-checksum-coverage
  ` [PATCH 13/37] dccp: Deprecate Ack Ratio sysctl
    ` [PATCH 14/37] dccp: Tidy up setsockopt calls
      ` [PATCH 15/37] dccp: Set per-connection CCIDs via socket options
        ` [PATCH 16/37] dccp: API to query the current TX/RX CCID
          ` [PATCH 17/37] dccp: Increase the scope of variable-length htonl/ntohl functions
            ` [PATCH 18/37] dccp: Support for Mandatory options
              ` [PATCH 19/37] dccp: Header option insertion routine for feature-negotiation
                ` [PATCH 20/37] dccp: Insert feature-negotiation options into skb
                  ` [PATCH 21/37] dccp: Integrate feature-negotiation insertion code
                    ` [PATCH 22/37] dccp: Preference list reconciliation
                      ` [PATCH 23/37] dccp: Process incoming Change feature-negotiation options
                        ` [PATCH 24/37] dccp: Processing Confirm options
                          ` [PATCH 25/37] dccp: Feature activation handlers

[PATCH 01/37] dccp: Basic data structure for feature negotiation
 2008-09-03  4:51 UTC  (15+ messages)
` [PATCH 02/37] dccp: Implement lookup table for feature-negotiation information
  ` [PATCH 03/37] dccp: List management for new feature negotiation
    ` [PATCH 04/37] dccp: Per-socket initialisation of "
      ` [PATCH 05/37] dccp: Cleanup routines for "
        ` [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
          ` [PATCH 07/37] dccp: Registration routines for changing feature values
            ` [PATCH 08/37] dccp: Query supported CCIDs
              ` [PATCH 09/37] dccp: Resolve dependencies of features on choice of CCID

[GIT]: Networking
 2008-09-03  3:42 UTC 

[PATCH 2.6.27] netlink: Remove compat API for nested attributes
 2008-09-03  0:34 UTC  (8+ messages)
` [RESEND "

[PATCH] IPROUTE: correct nla nested message generated by netem_parse_opt
 2008-09-03  0:31 UTC  (4+ messages)
  ` [PATCH 2.6.26.y] sch_prio: Fix nla_parse_nested_compat() regression

[PATCH 1/1 net-2.6] Re-enable IP when MTU > 68
 2008-09-03  0:29 UTC  (4+ messages)

ksoftirqd high cpu load on kernels 2.6.24 to 2.6.27-rc1-mm1
 2008-09-03  0:28 UTC  (15+ messages)
                ` [RFC] bridge: STP timer management range checking

[PATCH] net/xfrm: Use an IS_ERR test rather than a NULL test
 2008-09-03  0:24 UTC  (2+ messages)

pull request: wireless-2.6 2008-09-02
 2008-09-03  0:17 UTC  (2+ messages)

tehuti: use resource_size_t instead of unsigned long and u32
 2008-09-02 21:14 UTC 

[patch for 2.6.27? 4/4] e1000e: prevent corruption of EEPROM/NVM
 2008-09-02 22:01 UTC  (2+ messages)

[patch for 2.6.27? 3/4] drivers/net/atl1e/: don't take the mdio_lock in atl1e_probe
 2008-09-02 21:48 UTC 

[patch for 2.6.27? 1/4] drivers/net/skfp/pmf.c: Use offsetof() macro
 2008-09-02 21:48 UTC 

[patch for 2.6.27? 2/4] forcedeth: fix kexec regression
 2008-09-02 21:48 UTC 

[UPDATED] [NET-NEXT PATCH 1/2] pkt_sched: Add multiqueue scheduler support
 2008-09-02 20:53 UTC  (7+ messages)

[PATCH 00/15] sysfs support for namespaces
 2008-09-02 17:01 UTC  (13+ messages)
` [PATCH 05/15] sysfs: Rename Support multiple superblocks
  ` [PATCH 06/15] Introduce sysfs_sd_setattr and fix sysfs_chmod
    ` [PATCH 07/15] sysfs: sysfs_chmod_file handle multiple superblocks
      ` [PATCH 08/15] sysfs: Make sysfs_mount static once again
        ` [PATCH 09/15] sysfs: Implement sysfs tagged directory support
            ` [PATCH 0/8] sysfs namespace support
              ` [PATCH 1/8] sysfs: Implement sysfs tagged directory support

loaded router, excessive getnstimeofday in oprofile
 2008-09-02 17:04 UTC  (5+ messages)

socket in error state?
 2008-09-02 16:28 UTC 

forcedeth: option to disable 100Hz timer
 2008-09-02 16:11 UTC 

[IPv6] "sendmsg: invalid argument" to multicast group after some time
 2008-09-02 15:48 UTC  (6+ messages)

[PATCHv3 00/24] Add first IPv6 support to IPVS
 2008-09-02 13:54 UTC  (5+ messages)

[UPDATED] [NET-NEXT PATCH 2/2] pkt_action: add new action skbedit
 2008-09-02 12:27 UTC  (2+ messages)

clockdiff and windows machine
 2008-09-02 11:52 UTC 


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