netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-01-21 06:28:21 to 2008-01-22 16:58:38 UTC [more...]

[PATCH 4/5] netns netfilter: propagate netns from userspace
 2008-01-22 16:58 UTC  (2+ messages)

[PATCH 3/5] netns netfilter: return new table from {arp,ip,ip6}t_register_table()
 2008-01-22 16:57 UTC  (2+ messages)

[PATCH 2/5] netns netfilter: per-netns xt_tables
 2008-01-22 16:51 UTC  (2+ messages)

[PATCH 1/5] netns netfilter: change xt_table_register() return value convention
 2008-01-22 16:49 UTC  (2+ messages)

[PATCH net-2.6.25] Add packet filtering based on process's security context
 2008-01-22 16:49 UTC  (2+ messages)

[PATCH 0/12 net-2.6.25] [NETNS]: Routing namespacing on IP output path
 2008-01-22 15:59 UTC  (10+ messages)
` [PATCH 1/12 net-2.6.25] [IPV4]: Declarations cleanup in ip_fib.h
` [PATCH 2/12 net-2.6.25] [IPV4]: Consolidate fib_select_default
` [PATCH 3/12 net-2.6.25] [NETNS]: Add netns parameter to fib_select_default
` [PATCH 4/12 net-2.6.25] [NETNS]: Add namespace parameter to ip_dev_find
` [PATCH 5/12 net-2.6.25] [NETNS]: Re-export init_net via EXPORT_SYMBOL
` [PATCH 6/12 net-2.6.25] [NETNS]: Add namespace parameter to ip_route_output_slow
` [PATCH 7/12 net-2.6.25] [NETNS]: Add namespace parameter to __ip_route_output_key
` [PATCH 8/12 net-2.6.25] [NETNS]: Add namespace parameter to ip_route_output_flow
` [PATCH 9/12 net-2.6.25] [NETNS]: Add namespace parameter to ip_route_output_key

[NET_SCHED 00/06]: Conversion to new netlink API
 2008-01-22 14:56 UTC  (7+ messages)
` [NET_SCHED 01/06]: Move EXPORT_SYMBOL next to exported symbol
` [NET_SCHED 02/06]: mark classifier ops __read_mostly
` [NETLINK 03/06]: Add nla_append()
` [NET_SCHED 04/06]: Convert packet schedulers from rtnetlink to new netlink API
` [NET_SCHED 05/06]: Convert classifiers "
` [NET_SCHED 06/06]: Convert actions "

[IPV4]: Add missing skb->truesize increment in ip_append_page()
 2008-01-22 14:36 UTC 

[git patches] net driver updates
 2008-01-22 14:20 UTC 

[DST]: shrinks sizeof(struct rtable) by 64 bytes on x86_64
 2008-01-22 14:18 UTC  (2+ messages)

[PATCH] SCTP: Fix kernel panic while received AUTH chunk with BAD shared key identifier
 2008-01-22 14:17 UTC  (2+ messages)

[PATCH net-2.6.25 0/10] Make fragments live in net namespaces
 2008-01-22 14:12 UTC  (21+ messages)
` [PATCH net-2.6.25 1/10][NETNS][FRAGS]: Move ctl tables around
` [PATCH net-2.6.25 2/10][NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces
` [PATCH net-2.6.25 3/10][NETNS][FRAGS]: Make the nqueues counter per-namespace
` [PATCH net-2.6.25 4/10][NETNS][FRAGS]: Make the mem "
` [PATCH net-2.6.25 5/10][NETNS][FRAGS]: Duplicate sysctl tables for new namespaces
` [PATCH net-2.6.25 6/10][NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces
` [PATCH net-2.6.25 7/10][NETNS][FRAGS]: Make thresholds "
` [PATCH net-2.6.25 8/10][NETNS][FRAGS]: Isolate the secret interval from namespaces
` [PATCH net-2.6.25 9/10][NETNS][FRAGS]: Make the LRU list per namespace
` [PATCH net-2.6.25 10/10][NETNS][FRAGS]: Make the pernet subsystem for fragments

[PATCH 1/3][NET] gen_estimator: faster gen_kill_estimator
 2008-01-22 13:54 UTC  (11+ messages)
` [PATCH 1/3 v2][NET] "

forcedeth oops
 2008-01-22 11:54 UTC 

[PATCH] bluetooth : move children of connection device to NULL before connection down
 2008-01-22 11:39 UTC  (7+ messages)

[Bug 9750] dev: avoid a race that triggers assertion failure
 2008-01-22 11:27 UTC 

2.6.24-rc8-mm1 : net tcp_input.c warnings
 2008-01-22 10:47 UTC  (6+ messages)

[GIT PULL] [IPV6,IPV4]: Fix several sparse warnings
 2008-01-22 10:44 UTC  (4+ messages)

[PATCH 2/3] virtio: Net header needs gso_hdr_len
 2008-01-22 10:36 UTC  (3+ messages)

[IPV4] ip_gre: should take care of CONFIG_IPV6_MODULE
 2008-01-22 10:22 UTC  (3+ messages)

RFC: igb: Intel 82575 gigabit ethernet driver (take #3)
 2008-01-22 10:05 UTC  (2+ messages)

Netperf TCP_RR(loopback) 10% regression in 2.6.24-rc6, comparing with 2.6.22
 2008-01-22  7:32 UTC  (12+ messages)

[PATCH] pci-skeleton: Misc fixes to build neatly
 2008-01-22  6:16 UTC 

questions on NAPI processing latency and dropped network packets
 2008-01-22  5:46 UTC  (8+ messages)

sky2: call sky2_set_multicast from sky2_restart?
 2008-01-22  4:02 UTC  (2+ messages)

[PATCH 2/4] dsmark: get rid of trivial function
 2008-01-22  3:59 UTC  (6+ messages)

[BNX2]: Fix driver software flag namespace
 2008-01-22  3:51 UTC  (3+ messages)

[PATCH 3/4] bonding: Fix work rearming
 2008-01-22  3:35 UTC  (11+ messages)

[PATCH 0/6 net-2.6.25] Provide correct namespace on IPv4 packet input path
 2008-01-22  1:35 UTC  (8+ messages)
` [PATCH 1/6 net-2.6.25] [NETNS] Add netns parameter to fib_lookup
` [PATCH 2/6 net-2.6.25] [NETNS] Add netns parameter to inetdev_by_index
` [PATCH 3/6 net-2.6.25] [NETNS] Pass correct namespace in fib_validate_source
` [PATCH 4/6 net-2.6.25] [NETNS] Pass correct namespace in context fib_check_nh
` [PATCH 5/6 net-2.6.25] [NETNS] Pass correct namespace in ip_route_input_slow
` [PATCH 6/6 net-2.6.25] [NETNS] Pass correct namespace in ip_rt_get_source

[IPV4] ipmr sparse warnings
 2008-01-22  1:29 UTC  (2+ messages)

[IPV4] igmp sparse warnings
 2008-01-22  1:28 UTC  (2+ messages)

[VLAN 00/18]: Vlan update
 2008-01-22  1:28 UTC  (4+ messages)
  ` [VLAN] sparse warning fix

[PATCH 2.6.25 4/4][BNX2] Update version to 1.7.2
 2008-01-22  1:08 UTC  (2+ messages)

[PATCH 2.6.25 3/4][BNX2]: Add link-down workaround on 5706 serdes
 2008-01-22  1:08 UTC  (2+ messages)

[PATCH 2.6.25 2/4][BNX2]: Fix minor bug in bnx2_has_work()
 2008-01-22  1:08 UTC  (2+ messages)

[PATCH 2.6.25 1/4][BNX2]: Disable jumbo rx paging on 5709 Ax
 2008-01-22  1:07 UTC  (2+ messages)

Please pull 'upstream-davem' branch of wireless-2.6 (2008-01-21)
 2008-01-22  1:05 UTC  (2+ messages)

IPv6 problems (mtu is less than advmss?)
 2008-01-21 22:02 UTC  (2+ messages)
` [PATCH] ipv6: update MSS even if MTU is unchanged

[PATCH] [IPV4] route: fix locking in rt_run_flush()
 2008-01-21 21:14 UTC  (3+ messages)

[PATCH] [NET] cpmac: convert to new Fixed PHY infrastructure (was: Re: fixed phy support (warning related to FIXED_MII_100_FDX))
 2008-01-21 20:49 UTC 

[ofa-general] [PATCH RESEND 0/3] RDMA/cxgb3 fixes
 2008-01-21 20:42 UTC  (4+ messages)
` [ofa-general] [PATCH RESEND 1/3] RDMA/cxgb3: Flush the RQ when closing
` [ofa-general] [PATCH RESEND 2/3] RDMA/cxgb3: fix page shift calculation in build_phys_page_list()
` [ofa-general] [PATCH RESEND 3/3] RDMA/cxgb3: Mark qp as privileged based on user capabilities

[ofa-general] [PATCH 1/3] RDMA/cxgb3: Flush the RQ when closing
 2008-01-21 20:39 UTC  (3+ messages)
` [ofa-general] [PATCH 2/3] RDMA/cxgb3: fix page shift calculation in build_phys_page_list()
` [ofa-general] [PATCH 3/3] RDMA/cxgb3: Mark qp as privileged based on user capabilities

Fwd: sysfs network namespace support - was this patch set forgotten ?
 2008-01-21 20:16 UTC 

[PATCH] PHYLIB: Locking fixes for PHY I/O potentially sleeping
 2008-01-21 20:05 UTC  (2+ messages)

[PATCH] ICMP: ICMP_MIB_OUTMSGS increment duplicated
 2008-01-21 19:17 UTC  (14+ messages)
` [PATCH 1/2] IPV6: ICMP6_MIB_OUTMSGS "
` [PATCH 2/2] IPV6: RFC 2011 compatibility broken

[PATCH] SCTP: Fix kernel panic while received AUTH chunk while enabled auth
 2008-01-21 16:15 UTC 

post 2.6.24-rc7 regression: unregister_netdevice: waiting for eth1 to become free
 2008-01-21 16:04 UTC  (3+ messages)

[PATCH 5/5] netns netfilter: per-netns FILTER, MANGLE, RAW
 2008-01-21 14:55 UTC 

Amateur Sexy babe inserting a huge toy
 2008-01-21 15:47 UTC 

[PATCH 2/3][NET] gen_estimator: list_empty() check in est_timer() fixed
 2008-01-21 14:43 UTC  (9+ messages)

[Bugme-new] [Bug 9778] New: unregister_netdevice: waiting for [device] to become free
 2008-01-21 14:36 UTC  (5+ messages)

[REGRESSION] 2.6.24-rc7: e1000: Detected Tx Unit Hang
 2008-01-21 13:29 UTC  (6+ messages)

[PATCH 2/2] phylib: add module owner to the mii_bus structure
 2008-01-21 12:13 UTC  (4+ messages)
` [PATCH][v2] "

: Emit event stream compat iw_point objects correctly
 2008-01-21 11:37 UTC  (4+ messages)

[PATCH] IPv4: Enable use of 240/4 address space
 2008-01-21 11:19 UTC  (4+ messages)

[WEXT 8/12]: Pull top-level ioctl dispatch logic into helper function
 2008-01-21 11:16 UTC  (2+ messages)

[PATCH 3/3][NET] gen_estimator: gen_replace_estimator() cosmetic changes
 2008-01-21 10:36 UTC  (2+ messages)

[PATCH] net: add sparse annotation to ptype_seq_start/stop
 2008-01-21 10:28 UTC  (4+ messages)

[PATCH] net classifier: style cleanup's
 2008-01-21 10:26 UTC  (2+ messages)

[PATCH] sch_atm: style cleanup
 2008-01-21 10:25 UTC  (2+ messages)

[PATCH 1/4] dsmark: get rid of wrappers
 2008-01-21 10:24 UTC  (6+ messages)
` [PATCH 3/4] dsmark: handle cloned and non-linear skb's
` [PATCH 4/4] dsmark: checkpatch warning cleanup

[PATCH] ipv6: addrconf sparse warnings
 2008-01-21  8:48 UTC  (2+ messages)

[NET_SCHED]: kill obsolete NET_CLS_POLICE option
 2008-01-21  8:47 UTC  (2+ messages)

[MACVLAN]: Fix thinko in macvlan_transfer_operstate()
 2008-01-21  8:47 UTC  (2+ messages)

[PATCH]: Fix IWLWIFI mis-merge
 2008-01-21  8:44 UTC 

[NET_SCHED 00/09]: sch_ingress cleanups
 2008-01-21  8:14 UTC  (3+ messages)

[REGRESSION] 2.6.24-rc7: e1000: Detected Tx Unit Hang
 2008-01-21  6:54 UTC  (5+ 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).