netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-11-25 16:31:50 to 2008-11-26 05:43:48 UTC [more...]

[PATCH] net: hp-plus uses eip_poll
 2008-11-26  5:43 UTC  (3+ messages)

[PATCH] netdev: generate kobject uevent on network state transitions
 2008-11-26  5:24 UTC  (5+ messages)

soft lockups/OOM after unix socket fixes
 2008-11-26  5:19 UTC  (3+ messages)
` [PATCH] Fix soft lockups/OOM issues w/ unix garbage collector

[PATCH] net: Use a percpu_counter for orphan_count
 2008-11-26  5:17 UTC  (2+ messages)

[PATCH] net: Use a percpu_counter for sockets_allocated
 2008-11-26  5:16 UTC  (2+ messages)

[PATCH 1/2] tc: check for errors from gen_replace_estimator
 2008-11-26  5:14 UTC  (15+ messages)
` [PATCH 2/2] tc: policing requires a rate estimator
  ` [PATCH 1a/2] tc: propogate errors from tcf_hash_create
  ` [PATCH 1b/2] tc: check for errors in gen_rate_estimator creation

[PATCH] net: make skb_truesize_bug() call WARN()
 2008-11-26  5:08 UTC  (7+ messages)

[patch 00/14] Network devices ops (wave 4)
 2008-11-26  5:06 UTC  (16+ messages)
` [patch 01/14] 8390: add common net_device ops
` [patch 02/14] wd: use net_device_ops
` [patch 03/14] hp-plus: convert to net_device_ops
` [patch 04/14] smc: "
` [patch 05/14] ne3210: "
` [patch 06/14] es3210: "
` [patch 07/14] e2100: "
` [patch 08/14] lne390: "
` [patch 09/14] hp: "
` [patch 10/14] ne2: "
` [patch 11/14] apne: "
` [patch 12/14] stnic: "
` [patch 13/14] 3c503: "
` [patch 14/14] ne2000: "

[PATCH 01/53] xfrm: initialise xfrm_policy_gc_work statically
 2008-11-26  4:25 UTC  (107+ 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 44/53] netns xfrm: ->dst_lookup "
                                                                                      ` [PATCH 45/53] netns xfrm: ->get_saddr "
                                                                                        ` [PATCH 46/53] netns xfrm: flush SA/SPDs on netns stop
                                                                                          ` [PATCH 47/53] netns PF_KEY: part 1
                                                                                            ` [PATCH 48/53] netns PF_KEY: part 2
                                                                                              ` [PATCH 49/53] netns PF_KEY: per-netns /proc/pfkey
                                                                                                ` [PATCH 50/53] netns xfrm: AH/ESP in netns!
                                                                                                  ` [PATCH 51/53] netns xfrm: per-netns MIBs
                                                                                                    ` [PATCH 52/53] netns xfrm: /proc/net/xfrm_stat in netns
                                                                                                      ` [PATCH 53/53] netns xfrm: per-netns sysctls

[RFC] Could we avoid touching dst->refcount in some cases ?
 2008-11-26  2:04 UTC  (7+ messages)
      ` [PATCH] net: release skb->dst in sock_queue_rcv_skb()

[warnings] 37 warning fixes in networking related files
 2008-11-26  1:11 UTC  (2+ messages)

[patch 1/1] netns: filter out uevent not belonging to init_net
 2008-11-26  0:46 UTC  (2+ messages)

[PATCH] Naming interrupt vectors/ixgbe
 2008-11-26  0:44 UTC  (3+ messages)

[PATCH] Naming interrupt vectors/niu
 2008-11-26  0:42 UTC  (4+ messages)
  ` Re : "

ixp4xx_hss MAX_CHAN_DEVICES
 2008-11-26  0:09 UTC  (9+ messages)

[resend take 3 0/4] Distributed storage
 2008-11-25 23:47 UTC  (2+ messages)

pull request: wireless-2.6 2008-11-25
 2008-11-25 23:01 UTC  (3+ messages)

[PATCH -next/-mm/mainline] net/hp-plus: fix link errors
 2008-11-25 22:20 UTC  (7+ messages)

[PATCH] tcp: skb_shift cannot cache frag ptrs past pskb_expand_head
 2008-11-25 21:57 UTC  (2+ messages)

[PATCH] pkt_sched: sch_api: Remove qdisc_list_lock
 2008-11-25 21:56 UTC  (4+ messages)

[PATCH] net: udp_unhash() can test if sk is hashed
 2008-11-25 21:55 UTC  (2+ messages)

[PATCH] net: Make sure BHs are disabled in sock_prot_inuse_add()
 2008-11-25 21:53 UTC  (3+ messages)

[PATCH 02/10] tcp: move tcp_simple_retransmit to tcp_input
 2008-11-25 21:45 UTC  (4+ messages)

[PATCH 00/39] merge request for WiMAX kernel stack and i2400m driver
 2008-11-25 21:43 UTC  (4+ messages)

[BUILD_FAILURE] linux-next: 20081125 - 8390 network driver build fails
 2008-11-25 21:42 UTC  (9+ messages)

niu: ethtool -s support?
 2008-11-25 21:31 UTC  (2+ messages)

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

[PATCH/RFC v1 00/12] Support for Broadcom 63xx SOCs
 2008-11-25 17:44 UTC  (3+ messages)

Is there any function similar to inet_ntoa() in Kernel or NetFilter ?
 2008-11-25 16:44 UTC  (6+ 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).