Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | [PATCH] sky2: turn on tx flow control | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: prefetch tuning | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: quiet ring full message in case of race | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: handle tx timeout | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: interrupt coalescing tuning | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: interrupt/poll optimization | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: transmit complete routine optimization | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: transmit complete index optimization | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: transmit logic fixes | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: tx/rx ring data structure split | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: map length optimization | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: ring distance optimization | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: no irq disable needed during tx | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: phy processing in workqueue rather than tasklet | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: ethtool get/set interrupt coalescing | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: copy threshold as module parameter | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: device structure alignment | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | [PATCH] sky2: don't die if we see chip rev 0xb5 | Stephen Hemminger | 2005-12-12 | |
| * | | | | | | | | | | Merge branch 'master' | Jeff Garzik | 2005-12-12 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | [PATCH] sky2: interrupt not cleared. | Stephen Hemminger | 2005-12-03 | |
| * | | | | | | | | | | | [PATCH] ixp2000: change netif_schedule_test to __netif_schedule_prep | Stephen Hemminger | 2005-12-03 | |
| * | | | | | | | | | | | [PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200 | Brice Goglin | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] ipw2200: kzalloc conversion and Kconfig dependency fix | Takis | 2005-12-01 | |
| * | | | | | | | | | | | Merge branch 'upstream-fixes' | Jeff Garzik | 2005-12-01 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | ||||
| * | | | | | | | | | | | [PATCH] airo.c: add support for IW_ENCODE_TEMP (i.e. xsupplicant) | Dan Streetman | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] ixp2000: add driver version, bump version to 0.2 | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] ixp2000: add netpoll support | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] enp2611: disable/enable SERDES carrier on interface down/up | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] pm3386: implement reset | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] pm3386: add hook for setting carrier | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] pm3386: add hook for setting MAC address | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] ixp2000: report MAC addresses for each port on init | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] enp2611: report link up/down events | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] enp2611: use 'dev' in link status timer | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] enp2611: don't check netif_running() in link status timer | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] ixp2000: use netif_rx_schedule_test | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] caleb/pm3386: include proper header files | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] pm3386: remove unnecessary udelays | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] pm3386: zero stats properly | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] ixp2000: register netdevices last | Lennert Buytenhek | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] sk98lin: remove /proc interface | shemminger@osdl.org | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] sk98lin: remove redundant fields in device info | shemminger@osdl.org | 2005-12-01 | |
| * | | | | | | | | | | | [PATCH] sk98lin: allow ethtool checksum on/off per port | shemminger@osdl.org | 2005-12-01 | |
| * | | | | | | | | | | | Merge branch 'upstream-fixes' | Jeff Garzik | 2005-12-01 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | [PATCH] sky2: update version number | shemminger@osdl.org | 2005-12-01 | |
| * | | | | | | | | | | | | [PATCH] sky2: use pci_register_driver | shemminger@osdl.org | 2005-12-01 | |
| * | | | | | | | | | | | | [PATCH] sky2: remove pci-express hacks | shemminger@osdl.org | 2005-12-01 | |
| * | | | | | | | | | | | | [PATCH] sky2: byteorder annotation | shemminger@osdl.org | 2005-12-01 | |
| * | | | | | | | | | | | | [PATCH] sky2: dual port tx completion | shemminger@osdl.org | 2005-12-01 | |
| * | | | | | | | | | | | | [PATCH] sky2: race with MTU change | shemminger@osdl.org | 2005-12-01 |