messages from 2005-01-03 15:57:14 to 2005-01-07 02:44:23 UTC [more...]
[PATCH 2.6] e100: Documentation/networking/e100.txt update
2005-01-07 2:44 UTC (2+ messages)
[PATCH 2.6] e1000: Documentation/networking/e1000.txt update
2005-01-07 2:43 UTC (2+ messages)
[PATCH 2.4] e1000: Documentation/networking/e1000.txt update
2005-01-07 2:43 UTC (2+ messages)
[PATCH 2.4 1/13] e1000: ITR does not default correctly
2005-01-07 2:42 UTC (2+ messages)
[PATCH 2.6 0/14] e1000: driver update
2005-01-07 2:38 UTC (2+ messages)
[PATCH 2.4 1/3] e100: Replace locally implemented delay routines with call to msleep (nacc@us.ibm.com)
2005-01-07 2:24 UTC (2+ messages)
IPv6 badness continues
2005-01-07 2:18 UTC (6+ messages)
` [RFC PATCH] Fix double dereference (Re: IPv6 badness continues)
[PATCH 2.6 9/9] ixgb: White space/driver version number update
2005-01-07 1:26 UTC
[PATCH 2.6 8/9] ixgb: Support for 2.6.x style module parameters
2005-01-07 1:26 UTC
[PATCH 2.6 7/9] ixgb: Remove support for RAIDC interrupt moderation
2005-01-07 1:26 UTC
[PATCH 2.6 6/9] ixgb: Fix tx cleanup logic error
2005-01-07 1:26 UTC
[PATCH 2.6 4/9] ixgb: Include Tx workdone in deciding when to quit polling, Robert Olsson's fix for NAPI quit condition, avoid polling routine racing with the interface down routine
2005-01-07 1:25 UTC
[PATCH 2.6 3/9] ixgb: Add support for LR device ID
2005-01-07 1:23 UTC
[PATCH 2.6 2/9] ixgb: Limit number of Rx descriptors to 512
2005-01-07 1:23 UTC
[PATCH 2.6 1/9] ixgb: Enabling MSI on a PCI slot (not PCI-X) may not work, so always disable MSI for PCI slots, enable message signalled interrupts on 82597EX based adapters
2005-01-07 1:22 UTC
[PATCH 2.6 0/9] ixgb: driver update
2005-01-07 1:22 UTC
[PATCH 2.6 5/9] ixgb: Fix ordering of elements in ixgb_buffer to avoid padding by the compiler
2005-01-07 1:22 UTC
[PATCH 2.6 14/14] e1000: Driver version number, white spaces, comments, device id & other changes
2005-01-07 1:22 UTC
[PATCH 2.6 13/14] e1000: Applied smart speed fix where the code was forcing smart speed on all the time. Now it will honor the setting defined in the eeprom
2005-01-07 1:22 UTC
[PATCH 2.6 12/14] e1000: Applied eeprom fix where it was possible to read/write one more word than what should have been possible
2005-01-07 1:22 UTC
[PATCH 2.6 11/14] e1000: Added workaround to prevent inadvertent gigabit waveform to be sent out on the wire due to init-time operations on the IGP phy
2005-01-07 1:21 UTC
[PATCH 2.6 10/14] e1000: Kernel API change for Module_param_array_named
2005-01-07 1:21 UTC
[PATCH 2.6 9/14] e1000: {set, get}_wol is now symmetric for 82545EM adapters
2005-01-07 1:21 UTC
[PATCH 2.6 8/14] e1000: Fix tx resource cleanup logic
2005-01-07 1:21 UTC
[PATCH 2.6 7/14] e1000: Replace schedule_timeout() with msleep()/msleep_interruptible() nacc@us.ibm.com
2005-01-07 1:21 UTC
[PATCH 2.6 6/14] e1000: Apply patch from Jamal (hadi@znyx.com) to remove a redundant assignment to a local nr_frags in e1000_xmit_frame
2005-01-07 1:21 UTC
[PATCH 2.6 5/14] e1000: Avoid filling tx_ring completely - shemminger@osdl.org
2005-01-07 1:21 UTC
[PATCH 2/6 4/14] e1000: Enabling NETIF_F_SG without checksum offload is illegal -- jdmason@us.ibm.com
2005-01-07 1:21 UTC
[PATCH 2.6 3/14] e1000: Fix ethtool diagnostics -- specifically for blade server implementations
2005-01-07 1:21 UTC
[PATCH 2.6 2/14] e1000: Fix kernel panic when the interface is brought down while the NAPI enabled driver is under stress
2005-01-07 1:21 UTC
[PATCH 2.6 1/14] e1000: ITR does not default correctly on 2.6.x kernels
2005-01-07 1:20 UTC
[PATCH 2.4 0/13] e1000: driver update
2005-01-07 1:20 UTC
[PATCH 2.4 13/13] e1000: Driver version number, white spaces, comments, device id & other changes
2005-01-07 1:20 UTC
[PATCH 2.4 12/13] e1000: Applied smart speed fix where the code was forcing smart speed on all the time. Now it will honor the setting defined in the eeprom
2005-01-07 1:20 UTC
[PATCH 2.4 11/13] e1000: Applied eeprom fix where it was possible to read/write one more word than what should have been possible
2005-01-07 1:20 UTC
[PATCH 2.4 10/13] e1000: Added workaround to prevent inadvertent gigabit waveform to be sent out on the wire due to init-time operations on the IGP phy
2005-01-07 1:20 UTC
[PATCH 2.4 9/13] e1000: Sparse cleanup - shemminger@osdl.org
2005-01-07 1:20 UTC
[PATCH 2.4 8/13] e1000: {set, get}_wol is now symmetric for 82545EM adapters
2005-01-07 1:10 UTC
[PATCH 2.4 7/13] e1000: fix tx resource cleanup logic
2005-01-07 1:10 UTC
[PATCH 2.4 6/13] e1000: Synchronizing multicast table setup with transmit path - ak@suse.de
2005-01-07 1:09 UTC
[PATCH 2.4 5/13] e1000: Apply patch from Jamal (hadi@znyx.com) to remove a redundant assignment to a local nr_frags in e1000_xmit_frame
2005-01-07 1:09 UTC
[PATCH 2.4 4/13] e1000: Enabling NETIF_F_SG without checksum offload is illegal -- jdmason@us.ibm.com
2005-01-07 1:09 UTC
[PATCH 2.4 3/13] e1000: Fix ethtool diagnostics -- specifically for blade server implementations
2005-01-07 1:07 UTC
[PATCH 2.4 2/13] e1000: Fix for kernel panic when the interface is brought down while the NAPI enabled driver is under stress
2005-01-07 1:05 UTC
[PATCH 2.6] ixgb: Documentation/networking/ixgb.txt
2005-01-07 1:03 UTC
[PATCH 2.6 2/3] e100: Sort Device IDs
2005-01-07 1:02 UTC
[PATCH 2.6 3/3] e100: Update driver version number
2005-01-07 1:01 UTC
[PATCH 2.6 0/3] e100: driver update
2005-01-07 1:01 UTC
Fw: [Bugme-new] [Bug 4001] New: can't lower mtu of via_velocity
2005-01-07 0:22 UTC
[KJ] [PATCH 6/28] net/e1000_osdep: replace schedule_timeout() with msleep()
2005-01-07 0:19 UTC
TG3 fix for slow switches (Was: TG3 driver failure on HP 16-way)
2005-01-07 0:17 UTC (5+ messages)
[KJ] [PATCH 5/28] net/cs89x0: replace schedule_timeout() with msleep()
2005-01-07 0:14 UTC
BK-current build breakage
2005-01-07 0:10 UTC (2+ messages)
[PATCH][TCP] merge tcp_sock with tcp_opt
2005-01-06 23:46 UTC (2+ messages)
[KJ] [PATCH 4/28] net/cosa: replace schedule_timeout() with msleep()
2005-01-06 23:41 UTC
[PATCH 0/5] sis900 debugging and revision code
2005-01-06 23:35 UTC (3+ messages)
` [PATCH 1/5] "
[patch] net: get rid of redundant access_ok() call in checksum calculation
2005-01-06 23:35 UTC
[KJ] [PATCH 3/28] net/airo: replace schedule_timeout() with msleep()/ssleep()
2005-01-06 23:34 UTC
2.4.x patchlet
2005-01-06 23:30 UTC (2+ messages)
[patch 03/10] pcnet32: 79c976 with fiber optic fix
2005-01-06 23:19 UTC (3+ messages)
V2.4 policy router operates faster/better than V2.6
2005-01-06 22:35 UTC (23+ messages)
[RFC] ematch API, u32 ematch, nbyte ematch, basic classifier
2005-01-06 19:41 UTC (21+ messages)
Fw: [Bug 3998] New: ARP issues after 2.4.28-RC1
2005-01-06 18:57 UTC
[RFC] locking changes for lec.c
2005-01-06 17:17 UTC
[RFC] Patch to Abstract Ethernet PHY support (using driver model)
2005-01-06 17:13 UTC (4+ messages)
[Bugme-new] [Bug 3992] New: Bondig. Not correct work function ARP Monitoring. Broken link
2005-01-06 17:04 UTC
Steps for netdev-2.6 inclusion?
2005-01-06 16:10 UTC (3+ messages)
Re: [Prism54-users] Open hardware wireless cards
2005-01-06 15:16 UTC (3+ messages)
` [Prism54-devel] "
[patch 4/10] s390: network driver
2005-01-06 15:06 UTC (12+ messages)
Network driver test suite?
2005-01-06 13:43 UTC (3+ messages)
Cheap Prices NOT Cheap Hosting
2005-01-06 12:34 UTC
[PATCH 2.6.10-mm2] net: netconsole support for smc91x
2005-01-06 11:55 UTC
[patch 1/1] netfilter: ipt build fix
2005-01-06 6:39 UTC
net/sched/ipt.c
2005-01-06 4:46 UTC (2+ messages)
Scheduler Mechnisms!
2005-01-06 2:01 UTC
[PATCH] e1000: ethtool cleanups
2005-01-06 0:36 UTC
[PATCH] e1000: ethtool cleanups
2005-01-05 23:22 UTC
[PATCH] e1000: use netdev_priv
2005-01-05 23:19 UTC
[RFC] tulip VLAN support
2005-01-05 22:56 UTC (6+ messages)
Open hardware wireless cards
2005-01-05 21:53 UTC (7+ messages)
` [Prism54-users] "
Fw: [Bugme-new] [Bug 3992] New: Bondig. Not correct work function ARP Monitoring. Broken link
2005-01-05 21:35 UTC
[PATCH] sis900.c net poll support
2005-01-05 14:59 UTC
Cheap Prices NOT Cheap Hosting
2005-01-05 12:06 UTC
net patches
2005-01-05 7:25 UTC (4+ messages)
[patch 1/1] ixgb LR card support
2005-01-05 6:01 UTC
[patch 10/10] EMAC: fix ibm_emac autonegotiation result parsing
2005-01-05 5:59 UTC
[patch 09/10] r8169: oversized driver field for ethtool
2005-01-05 5:59 UTC
[patch 08/10] r8169: reduce max MTU for large frames
2005-01-05 5:59 UTC
[patch 07/10] r8169: Large Send enablement
2005-01-05 5:59 UTC
[patch 06/10] r8169: C 101
2005-01-05 5:59 UTC
[patch 05/10] r8169: missing netif_poll_enable and irq ack
2005-01-05 5:59 UTC
[patch 04/10] Multicast filtering for tun.c
2005-01-05 5:59 UTC
[patch 02/10] net: Netconsole poll support for 3c509
2005-01-05 5:59 UTC
[patch 01/10] xircom_tulip_cb.c build fix
2005-01-05 5:59 UTC
Scheduler Mechnisms!
2005-01-05 3:59 UTC (2+ messages)
Fw: b44 ifconfig fails with ENOMEM
2005-01-04 22:20 UTC (2+ messages)
Ethtool offload patch
2005-01-04 19:04 UTC (3+ messages)
Re: [PATCH][v5][0/24] Latest IB patch queue
2005-01-04 17:58 UTC
[PATCH] Problem with recent CMSG_COMPAT_OK fix
2005-01-04 16:59 UTC
Scheduler Mechnisms!
2005-01-04 5:39 UTC (2+ messages)
` [LARTC] "
LLTX and netif_stop_queue
2005-01-04 4:18 UTC (17+ messages)
` "
[PATCH bk-2.6.10] tg3:align IP headers from 5701 in PCI-X mode
2005-01-04 1:45 UTC
[2.6 patch] net/core/: misc possible cleanups
2005-01-03 23:51 UTC (3+ messages)
Sneak preview: IPv6-IPsec now described in Linux+IPv6-HOWTO
2005-01-03 20:38 UTC
[PATCH] [IPVS] run master/backup sync daemon at a time
2005-01-03 16:40 UTC
[PKT_SCHED]: Allow using nfmark as key in U32 classifier
2005-01-03 16:26 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).