summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [PATCH] sis190: extract bits definition from SiS driver.Francois Romieu2005-07-301-28/+74
| * | | | | [PATCH] sis190: the size of the Rx buffer is constrainedFrancois Romieu2005-07-301-1/+7
| * | | | | [PATCH] sis190: initialisation of MAC address.Francois Romieu2005-07-301-16/+138
| * | | | | [PATCH] sis190: remove hardcoded constants.Francois Romieu2005-07-301-10/+18
| * | | | | [PATCH] sis190: merge some register related information from SiS driver.Francois Romieu2005-07-301-9/+22
| * | | | | [PATCH] sis190: ethtool/mii support.Francois Romieu2005-07-301-0/+60
| * | | | | [PATCH] sis190: netconsole support.Francois Romieu2005-07-301-0/+15
| * | | | | [PATCH] sis190: resurrectionFrancois Romieu2005-07-303-0/+1370
* | | | | | /spare/repo/netdev-2.6 branch 'uli-tulip'Jeff Garzik2005-08-297-66/+1775
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | [netdrvr uli526x] fix problems found in reviewPeer Chen2005-08-201-114/+93
| * | | | | [netdrvr tulip] Remove ULi-specific code from generic tulip driverPeer Chen2005-08-114-66/+13
| * | | | | [netdrvr] add 'uli526x' driver (a tulip clone)Peer Chen2005-07-293-0/+1783
* | | | | | [PATCH] missing include in smc-ultraAl Viro2005-08-291-0/+1
* | | | | | Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds2005-08-2955-3718/+7426
|\ \ \ \ \ \
| * | | | | | [PATCH] PHY Layer fixupAndy Fleming2005-08-285-102/+493
| * | | | | | [PATCH] r8169: avoid conflict between revisions 2 and 3 of the Linksys EG1032Francois Romieu2005-08-272-2/+2
| * | | | | | [PATCH] SMP rewrite of mkissRalf Baechle2005-08-272-562/+523
| * | | | | | Merge upstream into 'upstream' branch of netdev-2.6.git.Jeff Garzik2005-08-245-8/+9
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | [PATCH] bonding: inherit zero-copy flags of slavesArthur Kepner2005-08-232-1/+60
| * | | | | | [PATCH] macsonic/jazzsonic network drivers updateFinn Thain2005-08-235-892/+972
| * | | | | | [PATCH] mv643xx: add workaround for HW checksum generation bugDale Farnsworth2005-08-232-12/+21
| * | | | | | [PATCH] S2io: Hardware fixes for Xframe II adapterravinandan.arakali@neterion.com2005-08-191-19/+18
| * | | | | | [PATCH] tms380tr: remove prototypes in Space.cJochen Friedrich2005-08-191-2/+0
| * | | | | | [netdrvr] Convert madgemc to new MCA API.Jochen Friedrich2005-08-198-274/+273
| * | | | | | [netdrvr eepro100] check for skb==NULL before calling rx_align(skb)Jeff Garzik2005-08-191-4/+4
| * | | | | | [PATCH] e1000 printk warning fix 2Andrew Morton2005-08-191-2/+2
| * | | | | | [PATCH] network: fix fmvj18x_cs multicast codeKomuro2005-08-191-6/+19
| * | | | | | [PATCH] r8169: PCI ID for the Linksys EG1032Francois Romieu2005-08-191-0/+1
| * | | | | | [PATCH] net/cycx_drv: replace delay_cycx() with msleep_interruptible()Nishanth Aravamudan2005-08-191-16/+8
| * | | | | | [PATCH] forcedeth: Initialize link settings in every nv_open()Manfred Spraul2005-08-191-0/+5
| * | | | | | Merge /spare/repo/linux-2.6/Jeff Garzik2005-08-185-31/+39
| |\ \ \ \ \ \
| * | | | | | | [PATCH] skge: turn on link status LEDStephen Hemminger2005-08-161-1/+5
| * | | | | | | [PATCH] skge: increase receive flush threshold defaultStephen Hemminger2005-08-161-1/+6
| * | | | | | | [PATCH] skge: fibre vs copper detection cleanupStephen Hemminger2005-08-162-23/+14
| * | | | | | | [PATCH] skge: stop bogus sensor messagesStephen Hemminger2005-08-162-16/+16
| * | | | | | | [PATCH] ixgb: Driver version, white space, commentsMalli Chilakala2005-08-112-4/+9
| * | | | | | | [PATCH] ixgb: Redefined buffer_info-dma to be dma_addr_t instead of uint64Malli Chilakala2005-08-111-1/+1
| * | | | | | | [PATCH] ixgb: Remove unused functionsMalli Chilakala2005-08-112-178/+1
| * | | | | | | [PATCH] ixgb: Ethtool cleanup patch from Stephen HemmingerMalli Chilakala2005-08-111-1/+1
| * | | | | | | [PATCH] ixgb: Fix data output by ethtool -dMalli Chilakala2005-08-111-1/+2
| * | | | | | | [PATCH] ixgb: Fix Broadcast/Multicast packets received statisticsMalli Chilakala2005-08-111-1/+2
| * | | | | | | [PATCH] ixgb: Use netdev_priv() instead of netdev->privMalli Chilakala2005-08-112-30/+32
| * | | | | | | [PATCH] ixgb: Fix unnecessary link state messagesMalli Chilakala2005-08-111-0/+21
| * | | | | | | [PATCH] ixgb: Set RXDCTL:PTHRESH/HTHRESH to zeroMalli Chilakala2005-08-111-3/+5
| * | | | | | | phy subsystem: more cleanupsJeff Garzik2005-08-114-397/+12
| * | | | | | | Fix numerous minor problems with new phy subsystem.Jeff Garzik2005-08-116-892/+53
| * | | | | | | [PATCH] S2io: Errors found during reviewraghavendra.koushik@neterion.com2005-08-112-19/+40
| * | | | | | | [PATCH] S2io: Miscellaneous fixesraghavendra.koushik@neterion.com2005-08-111-12/+34
| * | | | | | | [PATCH] S2io: New link handling scheme for Xframe IIraghavendra.koushik@neterion.com2005-08-112-34/+121
| * | | | | | | [PATCH] S2io: Support for bimodal interruptsraghavendra.koushik@neterion.com2005-08-112-40/+85