netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-09-01 11:47:19 to 2008-09-03 04:52:09 UTC [more...]

[PATCH 04/37] dccp: Per-socket initialisation of feature negotiation
 2008-09-03  4:51 UTC  (32+ messages)
  ` [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
            ` [PATCH 10/37] dccp: Mechanism to resolve CCID dependencies
              ` [PATCH 11/37] dccp: Deprecate old setsockopt framework
                ` [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

[RFC/RFT] [PATCH 0/3] dccp: Updates for parsing header options
 2008-09-03  4:27 UTC  (7+ 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 0/37] dccp: Feature negotiation - last call for comments
 2008-09-03  4:24 UTC  (10+ messages)
` [PATCH 01/37] dccp: Basic data structure for feature negotiation
  ` [PATCH 02/37] dccp: Implement lookup table for feature-negotiation information
    ` [PATCH 03/37] dccp: List management for new feature negotiation
        ` [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

[RFC PATCH v4 00/14] Labeled networking patches for 2.6.28
 2008-09-03  3:48 UTC  (16+ 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

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

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

xfrm_state locking regression
 2008-09-03  3:00 UTC  (2+ messages)

[PATCHv3 00/24] Add first IPv6 support to IPVS
 2008-09-03  0:40 UTC  (26+ 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

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

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

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 

[Resend] [PATCH] bonding: change some __constant_htons() to htons()
 2008-09-02 21:02 UTC  (2+ messages)

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

[PATCH -next] hp-plus: fix link objects
 2008-09-02 20:03 UTC 

Packet mmap: TX RING and zero copy
 2008-09-02 19:46 UTC  (2+ messages)

[patch 2.6.27-rc5] net/usb/pegasus.c -- avoid hundreds of diagnostics
 2008-09-02 18:34 UTC 

[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  (10+ 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 

IPv6 tunnel scalability problem
 2008-09-01 15:09 UTC  (3+ messages)

[patch][rfc] bitops: remove volatile
 2008-09-01 12:51 UTC 

[Bugme-new] [Bug 11470] New: pppoe not working when acting as gateway
 2008-09-01 12:04 UTC  (2+ messages)

Releasing new traceroute
 2008-09-01 11:53 UTC 

[PATCH 00/52] sfc: Changes for 2.6.28
 2008-09-01 11:50 UTC  (32+ messages)
` [PATCH 21/52] sfc: Export boot configuration in EEPROM through ethtool
` [PATCH 22/52] sfc: Move CPU counting for RSS into a separate function, efx_wanted_rx_queues()
` [PATCH 23/52] sfc: Remove efx_channel::has_interrupt
` [PATCH 24/52] sfc: Cleanup RX queue information
` [PATCH 25/52] sfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KER
` [PATCH 26/52] sfc: Make efx_for_each_channel_rx_queue() more efficient
` [PATCH 27/52] sfc: Remove efx_channel::evqnum field
` [PATCH 28/52] sfc: Cleanup RX event processing
` [PATCH 29/52] sfc: Implement get_sset_count, replacing get_stats_count and self_test_count
` [PATCH 30/52] sfc: Make PHY flash mode a device attribute, not a module parameter
` [PATCH 31/52] sfc: Do not call netif_{stop,wake}_queue() before register_netdev
` [PATCH 32/52] sfc: Enable TSO for 802.1q VLAN devices
` [PATCH 33/52] sfc: Remove efx_nic_dummy_op_int() as redundant with efx_port_dummy_op_int()
` [PATCH 34/52] sfc: Remove remnants of multi-port abstraction for MAC registers
` [PATCH 35/52] sfc: Remove some unreachable error paths
` [PATCH 36/52] sfc: Cleanup reset code
` [PATCH 37/52] sfc: Rework the bitfield header so that we can identify fields by bit number
` [PATCH 38/52] sfc: Extend self-tests
` [PATCH 39/52] sfc: Remove the STATE_RESETTING flag
` [PATCH 40/52] sfc: Rework efx_set_multicast_hash()
` [PATCH 42/52] sfc: Fix memory BAR release call on error path
` [PATCH 43/52] sfc: Remove workaround for old firmware bug
` [PATCH 44/52] sfc: Serialise tenxpress_special_reset() with statistics fetches
` [PATCH 45/52] sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word)
` [PATCH 46/52] sfc: Make queue flushes more reliable
` [PATCH 47/52] sfc: Don't include net_driver.h from falcon_io.h
` [PATCH 48/52] sfc: Stop generating bogus events in tenxpress_check_hw()
` [PATCH 49/52] sfc: Insert read memory barrier after checking MAC statistics flag
` [PATCH 50/52] sfc: Disable interrupts after a fatal interrupt occurs until reset
` [PATCH 51/52] sfc: Remove obsolete comment about PCI modes
` [PATCH 52/52] sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriate


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