netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-11-19 00:08:52 to 2008-11-20 09:50:38 UTC [more...]

[PATCH net-next] myri10ge: remove hardcoded sram_size
 2008-11-20  9:50 UTC  (2+ messages)

[PATCH net-next] myri10ge: fix per-slice rx/tx_dropped counters
 2008-11-20  9:50 UTC  (2+ messages)

[PATCH] Fix asix-based cards connecting to 10/100Mbs LAN
 2008-11-20  9:48 UTC  (2+ messages)

mv643xx_eth: fix the order of mdiobus_{unregister, free}() calls
 2008-11-20  9:40 UTC 

mv643xx_eth: fix recycle check bound
 2008-11-20  9:40 UTC 

[atl1-devel] atl2: don't mess up irq on suspend/resume (probably msi only)
 2008-11-20  9:44 UTC  (6+ messages)
          `  "

netdev/smc91x: unify Blackfin code a bit and use proper read/write functions
 2008-11-20  9:33 UTC 

sh: sh_eth: Update to change of mii_bus
 2008-11-20  9:28 UTC 

pull request: wireless-2.6 2008-11-18
 2008-11-20  9:27 UTC  (11+ messages)

[PATCH 00/33] Network Devices Ops (v0.3)
 2008-11-20  9:17 UTC  (85+ messages)
` [PATCH 01/33] netdev: network device operations infrastructure
` [PATCH 02/33] netdev: introduce dev_get_stats()
` [PATCH 03/33] netdev: expose ethernet address primitives
` [PATCH 04/33] netdev: convert loopback to net_device_ops
` [PATCH 05/33] ifb: convert "
` [PATCH 06/33] dummy: "
` [PATCH 07/33] bridge: "
` [PATCH 08/33] veth: "
` [PATCH 09/33] macvlan: "
` [PATCH 10/33] ip: convert to net_device_ops for ioctl
` [PATCH 11/33] vlan: convert to net_device_ops
` [PATCH 12/33] bonding: "
` [PATCH 13/33] e1000e: "
` [PATCH 14/33] sky2: "
` [PATCH 15/33] skge: "
` [PATCH 17/33] 8139: "
` [PATCH 18/33] tun: "
` [PATCH 19/33] atl1e: "
` [PATCH 20/33] atlx: "
` [PATCH 21/33] cxgb3: "
` [PATCH 22/33] cxgb2: "
` [PATCH 23/33] e1000: "
` [PATCH 24/33] via-velocity: "
` [PATCH 25/33] igb: "
` [PATCH 26/33] e100: "
` [PATCH 27/33] ppp: "
` [PATCH 28/33] enic: "
` [PATCH 29/33] ixgb: "
` [PATCH 30/33] tg3: "
` [PATCH 31/33] forcedeth: "
` [PATCH 32/33] niu: "
` [PATCH 33/33] acenic: "

[PATCH net-next] netdevice wanrouter: Convert directly reference of netdev->priv
 2008-11-20  9:16 UTC 

[PATCH net-next] netdevice ppp: Convert directly reference of netdev->priv
 2008-11-20  9:16 UTC 

[PATCH net-next] netdevice ni65: Convert directly reference of netdev->priv
 2008-11-20  9:16 UTC 

[PATCH] [TPROXY] fill struct flowi->flags in udp_sendmsg()
 2008-11-20  9:08 UTC  (4+ messages)
` [PATCH] [TPROXY] supply a struct flowi->flags argument in inet_sk_rebuild_header()

macb phy address bug?
 2008-11-20  9:04 UTC  (3+ messages)

[PATCH] net: fix tiny output corruption of /proc/net/snmp6
 2008-11-20  9:08 UTC 

[PATCH 1/5] dccp: Mechanism to resolve CCID dependencies
 2008-11-20  9:03 UTC  (4+ messages)

[PATCH] smsc95xx: add tx checksum offload support
 2008-11-20  9:02 UTC 

[PATCH net-next]netdevice hamradio: Convert directly reference of netdev->priv
 2008-11-20  9:02 UTC  (2+ messages)

[PATCH net-next v2]netdevice: 82596: Convert netdev->priv to netdev_priv
 2008-11-20  9:01 UTC  (4+ messages)
  ` [PATCH net-next v3]netdevice: "

[PATCH] smsc95xx: add tx checksum offload support
 2008-11-20  8:54 UTC  (4+ messages)

[PATCH] filter: add SKF_AD_NLATTR_NEST to look for nested attributes
 2008-11-20  8:49 UTC  (3+ messages)

[NET-NEXT PATCH] igb: use dev_printk instead of printk
 2008-11-20  8:48 UTC  (2+ messages)

[NET-NEXT PATCH 1/3] igb: update name to reflect new hardware
 2008-11-20  8:48 UTC  (6+ messages)
` [NET-NEXT PATCH 2/3] igb: simplify swap in clean_rx_irq if using packet split
` [NET-NEXT PATCH 3/3] igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resize

[RFC] question about inet_listen_lock(), and [PATCH] net: listening_hash get a spinlock per bucket
 2008-11-20  8:47 UTC  (4+ messages)

[NET-NEXT PATCH] ixgbe: fix compilation with gcc-3.4
 2008-11-20  8:45 UTC  (2+ messages)

[NET-NEXT PATCH] ixgbe: add SFP+ driver support
 2008-11-20  8:45 UTC  (2+ messages)

[NET-NEXT v3 PATCH 1/5] ixgbe: this patch adds support for DCB to the kernel and ixgbe driver
 2008-11-20  8:44 UTC  (2+ messages)

ARP table question
 2008-11-20  8:33 UTC  (4+ messages)

[PATCH] Fix asix-based gigabit cards connecting to 10 or 100Mbs networks
 2008-11-20  8:29 UTC  (3+ messages)

hardware time stamping with extra skb->hwtstamp
 2008-11-20  7:08 UTC  (15+ messages)
` [RFC PATCH 01/11] put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as caller
  ` [RFC PATCH 02/11] net: new user space API for time stamping of incoming and outgoing packets
    ` [RFC PATCH 03/11] net: infrastructure for hardware time stamping
      ` [RFC PATCH 04/11] net: socket infrastructure for SO_TIMESTAMPING
        ` [RFC PATCH 05/11] ip: support for TX timestamps on UDP and RAW sockets
          ` [RFC PATCH 06/11] net: pass new SIOCSHWTSTAMP through to device drivers
            ` [RFC PATCH 07/11] igb: stub support for SIOCSHWTSTAMP
              ` [RFC PATCH 08/11] clocksource: allow usage independent of timekeeping.c
                ` [RFC PATCH 09/11] igb: infrastructure for hardware time stamping
                  ` [RFC PATCH 10/11] time sync: generic infrastructure to map between time stamps generated by a clock source and system time
                    ` [RFC PATCH 11/11] igb: use clocksync to implement hardware time stamping

[RFC] dccp ccid-3: High-res or low-res timers?
 2008-11-20  6:24 UTC  (4+ messages)

[PATCH 16/33] r8169: convert to net_device_ops
 2008-11-20  6:07 UTC  (4+ messages)

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

[PATCH] net: make ip_rt_acct a normal percpu var
 2008-11-20  4:22 UTC  (9+ messages)

[PATCH 3/3] net: define feature flags for FCoE offloads
 2008-11-20  1:18 UTC 

Is there any function similar to inet_ntoa() in Kernel or NetFilter ?
 2008-11-20  0:03 UTC 

[PATCH-2.6.28] net: ipg.c fix bracing on endian swapping
 2008-11-19 23:54 UTC  (2+ messages)

[PATCH] phylib: Fix auto-negotiation restart avoidance
 2008-11-19 23:52 UTC  (2+ messages)

[PATCH-2.6.28] net: jme.c rxdesc.flags is __le16, other missing endian swaps
 2008-11-19 23:51 UTC  (2+ messages)

[PATCH] net: Cleanup of af_unix
 2008-11-19 23:48 UTC  (4+ messages)

[PATCH 0/2] csum_partial doesn't need cast
 2008-11-19 23:45 UTC  (5+ messages)
` [PATCH 1/2] include/net net/ - csum_partial - remove unnecessary casts
` [PATCH 2/2] drivers/s390/ "

[PATCH] net: inet_diag_handler structs can be const
 2008-11-19 23:43 UTC  (2+ messages)

[PATCH] phylib: fix phy name example in documentation
 2008-11-19 23:38 UTC  (2+ messages)

[PATCH] Re: [2.6.26] OOPS in __linkwatch_run_queue (unable to handle kernel NULL pointer dereference at 00000235)
 2008-11-19 23:35 UTC  (4+ messages)

[PATCH] net: make /proc/net/protocols namespace aware
 2008-11-19 23:14 UTC  (4+ messages)

NIU driver: Sun x8 Express Quad Gigabit Ethernet Adapter
 2008-11-19 23:11 UTC  (6+ messages)
      ` NIU driver: Sun x8 Express Quad Gigabit Ethernet Adapter (perf + regression IRQs)

[PATCH] net: af_packet should update its inuse counter
 2008-11-19 22:25 UTC  (2+ messages)

[PATCH] phonet: fix compilation with gcc-3.4
 2008-11-19 22:17 UTC  (2+ messages)

[PATCH] ixgbe: fix compilation with gcc-3.4
 2008-11-19 22:17 UTC  (3+ messages)

pci: Added quirk to disable msi for MCP55 NIC on Asus P5N32-SLI Premium
 2008-11-19 22:13 UTC 

[PATCH] pktgen: fix multiple queue warning
 2008-11-19 22:09 UTC  (4+ messages)

[PATCH] net: fix ip_mr_init() error path
 2008-11-19 22:07 UTC  (2+ messages)

[PATCH] sfc: Fix dependency for SFC_MTD
 2008-11-19 21:37 UTC  (3+ messages)

[PATCH 2/2] udp: RCU handling for Unicast packets
 2008-11-19 21:21 UTC  (29+ messages)
              ` [PATCH] udp: Introduce special NULL pointers for hlist termination
                ` [PATCH 0/3] net: RCU lookups for UDP, DCCP and TCP protocol
                ` [PATCH 1/3] rcu: Introduce hlist_nulls variant of hlist
                      ` [PATCH 4/3] rcu: documents rculist_nulls
                ` [PATCH 2/3] udp: Use hlist_nulls in UDP RCU code
                ` [PATCH 3/3] net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls

[PATCH] ipv6: use seq_release_private for ip6mr.c /proc entries
 2008-11-19 20:41 UTC 

next-20081117: kernel freezes with netconsole enabled
 2008-11-19 18:27 UTC  (4+ messages)

pkt_sched 02/02: remove unnecessary xchg() in packet classifiers
 2008-11-19 18:03 UTC 

pkt_sched 01/02: remove unnecessary xchg() in packet schedulers
 2008-11-19 18:03 UTC 

[PATCH] isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixes
 2008-11-19 17:21 UTC 

Oops/Warning report for the week of November 19th, 2008
 2008-11-19 16:01 UTC 

iproute: add DRR support
 2008-11-19 15:08 UTC  (2+ messages)

pkt_sched: add DRR scheduler
 2008-11-19 14:26 UTC 

PHYLIB dependency in kernel 2.6.27.6
 2008-11-19 14:09 UTC 

netlink: avoid memset of 0 bytes sparse warning
 2008-11-19 13:56 UTC 

pkt_sched: fix missing check for packet overrun in qdisc_dump_stab()
 2008-11-19 13:20 UTC 

[RFC PATCH 00/13] hardware time stamping + igb example implementation
 2008-11-19 12:50 UTC  (8+ messages)
` [RFC PATCH 02/13] extended semantic of sk_buff::tstamp: lowest bit marks hardware time stamps

NIU driver: Sun x8 Express Quad Gigabit Ethernet Adapter
 2008-11-19 12:10 UTC  (5+ messages)
` NIU driver: Sun x8 Express Quad Gigabit Ethernet Adapter (rmmod BUG)

ixp4xx_hss MAX_CHAN_DEVICES
 2008-11-19 11:17 UTC 

two warns on slowpath
 2008-11-19 11:07 UTC  (12+ messages)
` [PATCH] netconsole: Disable softirqs in write_msg()
` [PATCH] softirq: Fix warnings triggered by netconsole

net git tree merges
 2008-11-19 10:15 UTC 

Regression in bonding between 2.6.26.8 and 2.6.27.6
 2008-11-19 10:01 UTC  (6+ messages)

IPv6 connect: Cannot assign requested address
 2008-11-19  9:01 UTC  (5+ messages)

[PATCH ] wireless-testing: missing include in lib80211.h (was: pull request: wireless-next-2.6 2008-11-18)
 2008-11-19  7:37 UTC 

pull request: wireless-next-2.6 2008-11-18
 2008-11-19  7:36 UTC  (2+ messages)

山鉧科技網頁設計
 2008-11-19  6:26 UTC 

[PATCH net-next] netdevice lance: Convert directly reference of netdev->priv
 2008-11-19  2:11 UTC 

e1000 driver: LED indicates trouble
 2008-11-19  1:45 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).