netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-11-24 20:02:24 to 2008-11-25 17:25:26 UTC [more...]

[PATCH 01/53] xfrm: initialise xfrm_policy_gc_work statically
 2008-11-25 17:27 UTC  (43+ messages)
` [PATCH 02/53] netns xfrm: add netns boilerplate
  ` [PATCH 03/53] netns xfrm: add struct xfrm_state::xs_net
    ` [PATCH 04/53] netns xfrm: per-netns xfrm_state_all list
      ` [PATCH 05/53] netns xfrm: per-netns xfrm_state_bydst hash
        ` [PATCH 06/53] netns xfrm: per-netns xfrm_state_bysrc hash
          ` [PATCH 07/53] netns xfrm: per-netns xfrm_state_byspi hash
            ` [PATCH 08/53] netns xfrm: per-netns xfrm_state_hmask
              ` [PATCH 09/53] netns xfrm: per-netns xfrm_state counts
                ` [PATCH 10/53] netns xfrm: per-netns xfrm_hash_work
                  ` [PATCH 11/53] netns xfrm: per-netns state GC list
                    ` [PATCH 12/53] netns xfrm: per-netns state GC work
                      ` [PATCH 13/53] netns xfrm: per-netns km_waitq
                        ` [PATCH 14/53] netns xfrm: add struct xfrm_policy::xp_net
                          ` [PATCH 15/53] netns xfrm: per-netns policy list
                            ` [PATCH 16/53] netns xfrm: per-netns xfrm_policy_byidx hash
                              ` [PATCH 17/53] netns xfrm: per-netns xfrm_policy_byidx hashmask
                                ` [PATCH 18/53] netns xfrm: per-netns inexact policies
                                  ` [PATCH 19/53] netns xfrm: per-netns xfrm_policy_bydst hash
                                    ` [PATCH 20/53] netns xfrm: per-netns policy counts
                                      ` [PATCH 21/53] netns xfrm: per-netns policy hash resizing work
                                        ` [PATCH 22/53] netns xfrm: propagate netns into bydst/bysrc/byspi hash functions
                                          ` [PATCH 23/53] netns xfrm: trivial netns propagations
                                            ` [PATCH 24/53] netns xfrm: state flush in netns
                                              ` [PATCH 25/53] netns xfrm: state lookup "
                                                ` [PATCH 26/53] netns xfrm: fixup xfrm_alloc_spi()
                                                  ` [PATCH 27/53] netns xfrm: finding states in netns
                                                    ` [PATCH 28/53] netns xfrm: state walking "
                                                      ` [PATCH 29/53] netns xfrm: propagate netns into policy byidx hash
                                                        ` [PATCH 30/53] netns xfrm: policy insertion in netns
                                                          ` [PATCH 31/53] netns xfrm: policy flushing "
                                                            ` [PATCH 32/53] netns xfrm: finding policy "
                                                              ` [PATCH 33/53] netns xfrm: policy walking "
                                                                ` [PATCH 34/53] netns xfrm: lookup "
                                                                  ` [PATCH 35/53] netns xfrm: xfrm_policy_check "
                                                                    ` [PATCH 36/53] netns xfrm: xfrm_route_forward() "
                                                                      ` [PATCH 37/53] netns xfrm: flushing/pruning bundles "
                                                                        ` [PATCH 38/53] netns xfrm: dst garbage-collecting "
                                                                          ` [PATCH 39/53] netns xfrm: xfrm_input() fixup
                                                                            ` [PATCH 40/53] netns xfrm: per-netns NETLINK_XFRM socket
                                                                              ` [PATCH 41/53] netns xfrm: xfrm_user module in netns
                                                                                ` [PATCH 42/53] netns xfrm: pass netns with KM notifications
                                                                                  ` [PATCH 43/53] netns xfrm: KM reporting in netns

[PATCH 00/39] merge request for WiMAX kernel stack and i2400m driver
 2008-11-25 16:57 UTC  (46+ messages)
` [PATCH 01/39] wimax: documentation for the stack
` [PATCH 02/39] wimax: declarations for the in-kernel WiMAX API
` [PATCH 03/39] wimax: constants and definitions to interact with user space
` [PATCH 04/39] wimax: internal API for the kernel space WiMAX stack
` [PATCH 05/39] wimax: debug macros and debug settings for the "
` [PATCH 06/39] genetlink: export genl_unregister_mc_group()
` [PATCH 07/39] wimax: generic WiMAX device management (registration, deregistration, etc)
` [PATCH 08/39] wimax: Mappping of generic netlink family IDs to net devices
` [PATCH 09/39] wimax: provides user space with information needed when opening a WiMAX device
` [PATCH 10/39] wimax: Generic messaging interface between user space and driver/device
` [PATCH 11/39] wimax: RF-kill framework integration
` [PATCH 12/39] wimax: API call to reset a WiMAX device
` [PATCH 13/39] wimax: Makefile, Kconfig and docbook linkage for the stack
` [PATCH 14/39] i2400m: documentation and instructions for usage
` [PATCH 15/39] i2400m: host-to-device protocol definitions
` [PATCH 16/39] i2400m: core driver definitions and API
` [PATCH 17/39] i2400m: Generic probe/disconnect, reset and message passing
` [PATCH 18/39] i2400m: linkage to the networking stack
` [PATCH 19/39] i2400m: sysfs controls
` [PATCH 20/39] i2400m: rfkill integration with the WiMAX stack
` [PATCH 21/39] i2400m: firmware loading and bootrom initialization
` [PATCH 22/39] i2400m: handling of the data/control reception path
` [PATCH 23/39] i2400m: handling of the data/control transmission path
` [PATCH 24/39] i2400m: various functions for device management
` [PATCH 25/39] i2400m/USB: header for the USB bus driver
` [PATCH 26/39] i2400m/USB: error density tracking
` [PATCH 27/39] i2400m/USB: main probe/disconnect and backend routines
` [PATCH 28/39] i2400m/USB: firmware upload backend
` [PATCH 29/39] i2400m/USB: handling of notifications from the device
` [PATCH 30/39] i2400m/USB: read transactions from the USB device
` [PATCH 31/39] i2400m/USB: write transactions to "
` [PATCH 32/39] i2400m/SDIO: header for the SDIO subdriver
` [PATCH 33/39] i2400m/SDIO: main probe/disconnect and backend routines
` [PATCH 34/39] i2400m/SDIO: firmware upload backend
` [PATCH 35/39] i2400m/SDIO: read transactions from the SDIO device
` [PATCH 36/39] i2400m/SDIO: write transactions to "
` [PATCH 37/39] i2400m: Makefile and Kconfig
` [PATCH 38/39] wimax: export linux/wimax.h and linux/wimax-i2400m.h with headers_install
` [PATCH 39/39] wimax/i2400m: add CREDITS and MAINTAINERS entries

ixp4xx_hss MAX_CHAN_DEVICES
 2008-11-25 16:51 UTC  (8+ messages)

Is there any function similar to inet_ntoa() in Kernel or NetFilter ?
 2008-11-25 16:44 UTC  (6+ messages)

[PATCH] net: make skb_truesize_bug() call WARN()
 2008-11-25 16:42 UTC  (2+ messages)

[RFC PATCH] xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hosts
 2008-11-25 16:10 UTC 

[PATCH] Naming interrupt vectors/niu
 2008-11-25 15:58 UTC  (2+ messages)

[PATCH] Naming interrupt vectors/script
 2008-11-25 15:54 UTC 

[PATCH] Naming interrupt vectors/ixgbe
 2008-11-25 15:49 UTC 

[resend take 3 0/4] Distributed storage
 2008-11-25 14:37 UTC  (5+ messages)
` [resend take 3 1/4] DST core files
  ` [resend take 3 2/4] DST network files
    ` [resend take 3 3/4] DST crypto thread pool
      ` [resend take 3 4/4] DST Makefile/Kconfig files

sumgem problems with initializiation order at a 1000SX SERDES card
 2008-11-25 10:30 UTC 

[PATCH 0/n]: 2 is better than 1 - tcp recombining; both with SACK and rexmits
 2008-11-25 14:02 UTC  (23+ messages)
` [PATCH 01/10] tcp: collapse more than two on retransmission
  ` [PATCH 02/10] tcp: move tcp_simple_retransmit to tcp_input
    ` [PATCH 03/10] tcp: more aggressive skipping
      ` [PATCH 04/10] tcp: Make SACK code to split only at mss boundaries
        ` [PATCH 05/10] tcp: make tcp_sacktag_one able to handle partial skb too
          ` [PATCH 06/10] tcp: Try to restore large SKBs while SACK processing
            ` [PATCH 07/10] tcp: Make shifting not clear the hints
              ` [PATCH 08/10] tcp: add some mibs to track collapsing
                ` [PATCH 09/10] tcp: more accurate fallback counters (DEBUGONLY)
                  ` [PATCH 10/10] tcp: handle shift/merge of cloned skbs too

niu: ethtool -s support?
 2008-11-25 13:35 UTC 

[PATCH] ip maddr show” on an infiniband address causes a stack corruption
 2008-11-25 12:36 UTC 

[PATCH] pkt_sched: sch_api: Remove qdisc_list_lock
 2008-11-25 11:46 UTC  (3+ messages)

[PATCH v2] pkt_sched: sch_drr: Fix drr_dequeue() loop
 2008-11-25 11:42 UTC  (5+ messages)

more info on ipsec-related invalid trusize
 2008-11-25 10:52 UTC  (2+ messages)

respin of hso patches for linux-2.6.28-rc6 hso_mutex.patch [patch 4/6]
 2008-11-25 11:14 UTC  (8+ messages)

e1000 and PBA
 2008-11-25  9:25 UTC  (4+ messages)

[PATCH] netdev: generate kobject uevent on network events
 2008-11-25  9:09 UTC  (10+ messages)
            ` [PATCH] netdev: generate kobject uevent on network state transitions

[PATCH] xfrm: remove useless forward declarations
 2008-11-25  9:06 UTC  (2+ messages)

[PATCH] ah4/ah6: remove useless NULL assignments
 2008-11-25  9:05 UTC  (2+ messages)

[NET-NEXT PATCH 1/2] igb: remove unneeded bit refrence when enabling jumbo frames
 2008-11-25  9:04 UTC  (4+ messages)
` [NET-NEXT PATCH 2/2] igb: loopback bits not correctly cleared from RCTL register

[NET-NEXT v2 PATCH] DCB: fix kconfig option
 2008-11-25  9:02 UTC  (2+ messages)

[PATCH] phylib: Add Vitesse VSC8221 SGMII PHY
 2008-11-25  9:00 UTC  (2+ messages)

[PATCH] [ROSE] zero length frame filtering in af_rose.c
 2008-11-25  8:57 UTC  (2+ messages)

[PATCH] aoe: remove private mac address format function
 2008-11-25  8:40 UTC  (3+ messages)
` [PATCHv2] "

respin of hso patches for linux-2.6.28-rc6 hso_reset_resume.patch [patch 6/6]
 2008-11-25  8:36 UTC  (2+ messages)

respin of hso patches for linux-2.6.28-rc6 hso_modem_signals.patch [patch 5/6]
 2008-11-25  8:35 UTC  (2+ messages)

respin of hso patches for linux-2.6.28-rc6 hso_close_fix.patch [patch 2/6 ]
 2008-11-25  8:29 UTC  (2+ messages)

respin of hso patches for linux-2.6.28-rc6 hso_new_ids.patch [patch 1/6]
 2008-11-25  8:26 UTC  (2+ messages)

[PATCH] netdev: add HAVE_NET_DEVICE_OPS
 2008-11-25  8:20 UTC  (2+ messages)

[PATCH] net: gen_estimator: Fix gen_kill_estimator() lookups
 2008-11-25  7:52 UTC  (6+ messages)

How to use ixp4xx_hss (or generic-hdlc?)
 2008-11-25  7:24 UTC  (7+ messages)

WARNING: at net/sched/sch_generic.c:219 dev_watchdog+0xfe/0x17e() with tg3 network
 2008-11-25  5:31 UTC  (12+ messages)

[RFC] Could we avoid touching dst->refcount in some cases ?
 2008-11-25  5:00 UTC  (13+ messages)
    ` [PATCH] net: avoid a pair of dst_hold()/dst_release() in ip_append_data()
      ` [PATCH] net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()

[PATCH] DCB: fix kconfig option
 2008-11-25  1:17 UTC  (3+ messages)

[PATCH] ethtool: Make possible speeds known
 2008-11-25  0:35 UTC 

netfilter 00/03: netfilter fixes
 2008-11-25  0:07 UTC  (7+ messages)
` netfilter 01/03: ctnetlink: fix conntrack creation race
` netfilter 02/03: xtables: add missing const qualifier to xt_tgchk_param
` bridge 03/03: netfilter: fix update_pmtu crash with GRE

Question about HFSC atm+man patches
 2008-11-24 23:21 UTC  (4+ messages)

[PATCH next]infiniband: Kill directly reference of netdev->priv
 2008-11-24 23:34 UTC  (3+ messages)

[PATCH net-next] myri10ge: fix indentation
 2008-11-24 22:55 UTC  (4+ messages)

[PATCH net-next] netdevice sbni: Convert directly reference of netdev->priv
 2008-11-24 22:52 UTC  (2+ messages)

[PATCH] tokenring/3c359.c: Prevent possible mem leak when open failed
 2008-11-24 22:49 UTC  (2+ messages)

[PATCH] tokenring/3c359.c: Fix error message when allocating tx_ring
 2008-11-24 22:48 UTC  (2+ messages)

[PATCH] tokenring/3c359.c: fix allocation null check
 2008-11-24 22:48 UTC  (2+ messages)

[PATCH] 8139too: use err.h macros
 2008-11-24 22:47 UTC  (2+ messages)

[RFC PATCH 1/2] smsc911x: add support for sh3 RX DMA
 2008-11-24 22:46 UTC  (3+ messages)

[PATCH] net: Make sure BHs are disabled in sock_prot_inuse_add()
 2008-11-24 22:05 UTC  (2+ messages)

Realtek 8169 problems with net booting
 2008-11-24 21:57 UTC  (2+ messages)

[Bugme-new] [Bug 12086] New: NETDEV WATCHDOG: eth0 (atl1): transmit timed out
 2008-11-24 21:32 UTC  (2+ messages)

[RFC PATCH] lro: ip fragment checking
 2008-11-24 21:04 UTC  (3+ messages)


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