netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-12-18 12:13:06 to 2007-12-20 11:56:22 UTC [more...]

TSO trimming question
 2007-12-20 11:56 UTC  (7+ messages)

[PATCH 1/2] add driver for enc28j60 ethernet chip
 2007-12-20 11:47 UTC  (3+ messages)

[PATCH 0/4] [UDP]: memory accounting and limitation (take 11)
 2007-12-20 11:44 UTC  (8+ messages)
` [PATCH 1/4] [UDP]: fix send buffer check
` [PATCH 2/4] [CORE]: datagram: basic memory accounting functions
` [PATCH 4/4] [UDP]: memory accounting in IPv4

dn_neigh_table vs pneigh_lookup/pneigh_delete
 2007-12-20 11:24 UTC  (2+ messages)

A short question about net git tree and patches
 2007-12-20 11:22 UTC  (4+ messages)

[RFC] net: napi fix
 2007-12-20 11:22 UTC  (4+ messages)

Badness at net/core/dev.c:2199
 2007-12-20 10:57 UTC  (4+ messages)

DM9000_IRQ_FLAGS
 2007-12-20  9:54 UTC  (6+ messages)

[PATCH net-2.6.25][NEIGH] Make neigh_add_timer symmetrical to neigh_del_timer
 2007-12-20  9:50 UTC 

[PATCH net-2.6.25 1/3] Uninline the __inet_hash function
 2007-12-20  9:46 UTC  (8+ messages)
            ` [PATCH net-2.6.25 (resend) "

[PATCH] [IPROUTE]: A workaround to make larger rto_min printed correctly
 2007-12-20  9:12 UTC  (3+ messages)

[PATCH RESEND] ip_gre: sendto/recvfrom NBMA address
 2007-12-20  8:11 UTC  (9+ messages)
          ` [RFC][PATCH][IPV4] ip_gre: use skb->{mac,network}_header consistently
            ` [PATCH][IPV4] ip_gre: set mac_header correctly in receive path

[PATCH] One more XFRM audit fix
 2007-12-20  8:01 UTC  (4+ messages)
` [PATCH] XFRM: Audit function arguments misordered

[PATCH 00/29] Swap over NFS -v15
 2007-12-20  8:00 UTC  (3+ messages)

[PATCH 2.6.25 0/9]: SCTP: Update ADD-IP implementation to conform to spec
 2007-12-20  7:58 UTC  (3+ messages)

[IPSEC]: Avoid undefined shift operation when testing algorithm ID
 2007-12-20  7:58 UTC  (3+ messages)

[PATCH] remove not used code: target hw address (tha) definition and assignment in arp_process()
 2007-12-20  7:39 UTC  (2+ messages)

[PATCH] e1000: Use deferrable timer for watchdog
 2007-12-19 23:00 UTC  (6+ messages)

[RFC PATCH] New LSM hook to catch outbound packets
 2007-12-19 22:21 UTC  (2+ messages)
` [RFC PATCH] LSM: Add inet_sys_snd_skb() LSM hook

After many hours all outbound connections get stuck in SYN_SENT
 2007-12-19 21:27 UTC  (9+ messages)

[PATCH 2/4] [POWERPC][NET] ucc_geth_mii and users: get rid of device_type
 2007-12-19 20:37 UTC 

[PATCH] [IPv6]: IPV6_MULTICAST_IF setting is ignored on link-local connect()
 2007-12-19 19:28 UTC  (12+ messages)

[PATCH] e1000e: Use deferrable timer for watchdog
 2007-12-19 19:04 UTC  (2+ messages)

After many hours all outbound connections get stuck in SYN_SENT
 2007-12-19 18:32 UTC  (4+ messages)

[UPDATED PATCH] SGISEEQ: use cached memory access to make driver work on IP28
 2007-12-19 17:27 UTC  (6+ messages)

[PATCH] MACB: clear transmit buffers properly on transmit underrun
 2007-12-19 17:23 UTC 

"ip neigh show" not showing arp cache entries?
 2007-12-19 14:28 UTC  (4+ messages)

[PATCH netns-2.6.25 0/19] routing virtualization
 2007-12-19 15:24 UTC  (20+ messages)
` [PATCH net-2.6.25 1/19] [NETNS] Add netns parameter to fib_rules_(un)register
` [PATCH net-2.6.25 2/19] [NETNS] Pass fib_rules_ops into default_pref method
` [PATCH net-2.6.25 3/19] [NETNS] Namespacing in the generic fib rules code
` [PATCH net-2.6.25 4/19] [NETNS] Add namespace to API for routing /proc entries creation
` [PATCH net-2.6.25 5/19] [IPV4] Check fib4_rules_init failure
` [PATCH net-2.6.25 6/19] [NETNS] Refactor fib initialization so it can handle multiple namespaces
` [PATCH net-2.6.25 7/19] [IPV4] Unify access to the routing tables
` [PATCH net-2.6.25 8/19] [NETNS] Add netns parameter to fib_get_table/fib_new_table
` [PATCH net-2.6.25 9/19] [NETNS] Add netns parameter to inet_(dev_)add_type
` [PATCH net-2.6.25 10/19] [NETNS] Add netns to nl_info structure
` [PATCH net-2.6.25 11/19] [NETNS] Show routing information from correct namespace (fib_hash.c)
` [PATCH net-2.6.25 12/19] [NETNS] Show routing information from correct namespace (fib_trie.c)
` [PATCH net-2.6.25 13/19] [NETNS] Namespacing IPv4 fib rules
` [PATCH net-2.6.25 14/19] [NETNS] Place fib tables into netns
` [PATCH net-2.6.25 15/19] [NETNS] Provide correct namespace for fibnl netlink socket
` [PATCH net-2.6.25 16/19] [NETNS] Correctly fill fib_config data
` [PATCH net-2.6.25 17/19] [NETNS] Pass namespace through ip_rt_ioctl
` [PATCH net-2.6.25 18/19] [NETNS] Replace init_net with the correct context in fib_frontend.c
` [PATCH net-2.6.25 19/19] [NETNS] Enable routing configuration in non-initial namespace

[patch 0/2][NETNS] prepare the neigh subsys to handle network namespaces
 2007-12-19 14:55 UTC  (3+ messages)
` [patch 1/2][NETNS] net: Modify the neighbour table code so it handles multiple "
` [patch 2/2][NETNS] net: Add a helper function neigh_param_default_alloc

[Bugme-new] [Bug 9543] New: RTNL: assertion failed at net/ipv6/addrconf.c (2164)/RTNL: assertion failed at net/ipv4/devinet.c (1055)
 2007-12-19 14:42 UTC  (10+ messages)

[DCCP] [RFC] [Patch 0/14]: Ack Vector implementation + fixes
 2007-12-19 14:25 UTC  (15+ messages)
` [PATCH 01/14] [CCID2]: Ack Vectors can happen on most packets
  ` [PATCH 02/14] [ACKVEC]: Update Ack Vector fields
    ` [PATCH 03/14] [ACKVEC]: Use Elapsed Time separately
      ` [PATCH 04/14] [ACKVEC]: Inlines for run length and state
        ` [PATCH 05/14] [ACKVEC]: Smaller allocation/deallocation routines
          ` [PATCH 06/14] [ACKVEC]: Simplify adding Ack Vector records, split option-specific code
            ` [PATCH 07/14] [ACKVEC]: Unnecessary to parse Ack Vectors when clearing HC-receiver state
              ` [PATCH 08/14] [ACKVEC]: Use enum to enumerate Ack Vector states
                ` [PATCH 09/14] [ACKVEC]: Support for circular Ack Vector buffer with overflow handling
                  ` [PATCH 10/14] [ACKVEC]: Determine buffer length dynamically
                    ` [PATCH 11/14] [ACKVEC]: Implement algorithm to update buffer state
                      ` [PATCH 12/14] [ACKVEC]: Update Ack Vector input routine
                        ` [PATCH 13/14] [ACKVEC]: Aggregate Ack-Vector related processing into single function
                          ` [PATCH 14/14] [ACKVEC]: Remove old infrastructure

Inline local_bh_disable when TRACE_IRQFLAGS
 2007-12-19 14:03 UTC  (4+ messages)

[PATCH/RFC] TCP: use non-delayed ACK for congestion control RTT
 2007-12-19 13:30 UTC  (6+ messages)
` [PATCH/RFC] [v2] "

[IPSEC]: Do xfrm_state_check_space before encapsulation
 2007-12-19 13:23 UTC  (3+ messages)
    ` (usagi-core 34069) "

2.6.24-rc5-mm1 -- INFO: possible circular locking dependency detected -- pm-suspend/5800 is trying to acquire lock
 2007-12-19 13:10 UTC  (6+ messages)
      ` [ipw3945-devel] "

missing dir in and dir fwd policy on 2.6.23
 2007-12-19 12:01 UTC  (4+ messages)

[PATCH net-2.6.25 3/3] Uninline the inet_twsk_put function
 2007-12-19 10:56 UTC 

[PATCH net-2.6.25 2/3] Uninline the __inet_lookup_established function
 2007-12-19 10:53 UTC 

[PATCH] Add me as maintainer of the RDC r6040 driver
 2007-12-19 10:30 UTC 

[PATCH] sch_generic.c: Make dev_watchdog use deferrable timer
 2007-12-19  7:23 UTC  (4+ messages)
` [PATCH 1/2] net: flow hash timer power saving
  ` [PATCH 2/2] net: neighbor "

[IPSEC]: Rename tunnel-mode functions to avoid collisions with tunnels
 2007-12-19  6:38 UTC 

IPsec replay sequence number overflow behavior? (RFC4303 section 3.3.3)
 2007-12-19  6:36 UTC 

[PATCH] sky2: Use deferrable timer for watchdog
 2007-12-19  1:13 UTC 

Nested VLAN causes recursive locking error
 2007-12-18 23:03 UTC 

RFC: igb: Intel 82575 gigabit ethernet driver (take #2)
 2007-12-18 22:33 UTC  (2+ messages)

[ROSE] [AX25] possible circular locking
 2007-12-18 22:04 UTC  (3+ messages)

kernel softlockup/networking/e1000
 2007-12-18 18:23 UTC  (2+ messages)

[PATCH 0/4] UDP memory accounting and limitation (take 9)
 2007-12-18 17:02 UTC  (6+ messages)
` [PATCH 2/4] datagram: mem_scheudle functions

[PATCH] MAINTAINERS: remove Adam Fritzler, update his email address in other sources
 2007-12-18 16:40 UTC  (6+ messages)

[PATCH] drivers/net/niu: Support for Marvell PHY
 2007-12-18 16:03 UTC 

IPsec replay sequence number overflow behavior? (RFC4303 section 3.3.3)
 2007-12-18 16:14 UTC  (4+ messages)

[PATCH] [POWERPC] Add fixed-phy support for fs_enet
 2007-12-18 15:25 UTC 

2.6.24-rc5-mm1 - IPv6 throws section mismatches
 2007-12-18 15:12 UTC  (2+ messages)

update frequency for stats in /proc/net/dev
 2007-12-18 15:10 UTC  (3+ messages)

[PATCH/RFC] [POWERPC] Add fixed-phy support for fs_enet
 2007-12-18 15:10 UTC  (3+ messages)

[PATCH] MACB: clear transmit buffers properly on TX Underrun
 2007-12-18 14:52 UTC  (4+ messages)

[RFC] mac80211: clean up frame receive handling
 2007-12-18 14:16 UTC  (10+ messages)

[PATCH] mac80211: warn when receiving frames with unaligned data
 2007-12-18 14:11 UTC 

[DCCP] [PATCH 1/1]: Whitespace / outdated documentation
 2007-12-18 13:44 UTC  (2+ messages)

[virtio-net][PATCH] Don't arm tx hrtimer with a constant 500us each transmit
 2007-12-18 12:55 UTC  (3+ messages)

[PATCH 3/3] [UDP6]: Counter increment on BH mode
 2007-12-18 12:49 UTC  (11+ messages)

[PATCHv7 1/5] Remove unnecessary locks from rtnetlink (in do_setlink)
 2007-12-18 12:29 UTC  (6+ messages)
` [PATCHv7 1/5][RESEND] Remove unnecessary locks from rtnetlink
  ` [PATCHv7 2/5] rtnetlink: send a single notification on device state changes
    ` [PATCHv7 2/5][RESEND] "
      ` [PATCHv7 iproute2 2/2] Interface group as new ip link option
        ` [PATCHv7 iproute2 2/2][RESEND] "

[PATCH 2/2] Module for ip utility to support veth device
 2007-12-18 12:15 UTC 

[PATCH 1/2] Introduce iplink_parse() routine
 2007-12-18 12:15 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).