Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
1e9df38b
Commit
1e9df38b
authored
Mar 20, 2003
by
Jeb J. Cramer
Committed by
Jeff Garzik
Mar 20, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[E1000] Version, copyright, changelog and MAINTAINERS
* Version, copyright, changelog and MAINTAINERS updates
parent
1b970edb
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
28 additions
and
25 deletions
+28
-25
MAINTAINERS
MAINTAINERS
+3
-2
drivers/net/e1000/e1000.h
drivers/net/e1000/e1000.h
+1
-1
drivers/net/e1000/e1000_ethtool.c
drivers/net/e1000/e1000_ethtool.c
+1
-1
drivers/net/e1000/e1000_hw.c
drivers/net/e1000/e1000_hw.c
+1
-1
drivers/net/e1000/e1000_hw.h
drivers/net/e1000/e1000_hw.h
+1
-1
drivers/net/e1000/e1000_main.c
drivers/net/e1000/e1000_main.c
+19
-17
drivers/net/e1000/e1000_osdep.h
drivers/net/e1000/e1000_osdep.h
+1
-1
drivers/net/e1000/e1000_param.c
drivers/net/e1000/e1000_param.c
+1
-1
No files found.
MAINTAINERS
View file @
1e9df38b
...
...
@@ -923,10 +923,11 @@ M: scott.feldman@intel.com
S: Supported
INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
P:
Chris Leech
M: c
hristopher.leech
@intel.com
P:
Jeb Cramer
M: c
ramerj
@intel.com
P: Scott Feldman
M: scott.feldman@intel.com
W: http://sourceforge.net/projects/e1000/
S: Supported
INTERMEZZO FILE SYSTEM
...
...
drivers/net/e1000/e1000.h
View file @
1e9df38b
/*******************************************************************************
Copyright(c) 1999 - 200
2
Intel Corporation. All rights reserved.
Copyright(c) 1999 - 200
3
Intel Corporation. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
...
...
drivers/net/e1000/e1000_ethtool.c
View file @
1e9df38b
/*******************************************************************************
Copyright(c) 1999 - 200
2
Intel Corporation. All rights reserved.
Copyright(c) 1999 - 200
3
Intel Corporation. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
...
...
drivers/net/e1000/e1000_hw.c
View file @
1e9df38b
/*******************************************************************************
Copyright(c) 1999 - 200
2
Intel Corporation. All rights reserved.
Copyright(c) 1999 - 200
3
Intel Corporation. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
...
...
drivers/net/e1000/e1000_hw.h
View file @
1e9df38b
/*******************************************************************************
Copyright(c) 1999 - 200
2
Intel Corporation. All rights reserved.
Copyright(c) 1999 - 200
3
Intel Corporation. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
...
...
drivers/net/e1000/e1000_main.c
View file @
1e9df38b
/*******************************************************************************
Copyright(c) 1999 - 200
2
Intel Corporation. All rights reserved.
Copyright(c) 1999 - 200
3
Intel Corporation. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
...
...
@@ -30,7 +30,22 @@
/* Change Log
*
* 4.4.19 11/27/02
* 5.0.43 3/5/03
* o Feature: Added support for 82541 and 82547 hardware.
* o Feature: Added support for Intel Gigabit PHY (IGP) and a variety of
* eeproms.
* o Feature: Added support for TCP Segmentation Offload (TSO).
* o Feature: Added MII ioctl.
* o Feature: Added support for statistics reporting through ethtool.
* o Cleanup: Removed proprietary hooks for ANS.
* o Cleanup: Miscellaneous code changes to improve CPU utilization.
* - Replaced "%" with conditionals and "+-" operators.
* - Implemented dynamic Interrupt Throttle Rate (ITR).
* - Reduced expensive PCI reads of ICR in interrupt.
* o Bug fix: Request IRQ after descriptor ring setup to avoid panic in
* shared interrupt instances.
*
* 4.4.18 11/27/02
* o Feature: Added user-settable knob for interrupt throttle rate (ITR).
* o Cleanup: removed large static array allocations.
* o Cleanup: C99 struct initializer format.
...
...
@@ -42,25 +57,12 @@
* o Bug fix: Make ethtool EEPROM acceses work on older versions of ethtool.
*
* 4.4.12 10/15/02
* o Clean up: use members of pci_device rather than direct calls to
* pci_read_config_word.
* o Bug fix: changed default flow control settings.
* o Clean up: ethtool file now has an inclusive list for adapters in the
* Wake-On-LAN capabilities instead of an exclusive list.
* o Bug fix: miscellaneous WoL bug fixes.
* o Added software interrupt for clearing rx ring
* o Bug fix: easier to undo "forcing" of 1000/fd using ethtool.
* o Now setting netdev->mem_end in e1000_probe.
* o Clean up: Moved tx_timeout from interrupt context to process context
* using schedule_task.
*
* 4.3.15 8/9/02
*/
char
e1000_driver_name
[]
=
"e1000"
;
char
e1000_driver_string
[]
=
"Intel(R) PRO/1000 Network Driver"
;
char
e1000_driver_version
[]
=
"
4.4.19-k3
"
;
char
e1000_copyright
[]
=
"Copyright (c) 1999-200
2
Intel Corporation."
;
char
e1000_driver_version
[]
=
"
5.0.43-k1
"
;
char
e1000_copyright
[]
=
"Copyright (c) 1999-200
3
Intel Corporation."
;
/* e1000_pci_tbl - PCI Device ID Table
*
...
...
drivers/net/e1000/e1000_osdep.h
View file @
1e9df38b
/*******************************************************************************
Copyright(c) 1999 - 200
2
Intel Corporation. All rights reserved.
Copyright(c) 1999 - 200
3
Intel Corporation. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
...
...
drivers/net/e1000/e1000_param.c
View file @
1e9df38b
/*******************************************************************************
Copyright(c) 1999 - 200
2
Intel Corporation. All rights reserved.
Copyright(c) 1999 - 200
3
Intel Corporation. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment