index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
a2065.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2005-12-01
[PATCH] enp2611: disable/enable SERDES carrier on interface down/up
Lennert Buytenhek
1
-0
/
+5
2005-12-01
[PATCH] pm3386: implement reset
Lennert Buytenhek
1
-1
/
+31
2005-12-01
[PATCH] pm3386: add hook for setting carrier
Lennert Buytenhek
2
-0
/
+6
2005-12-01
[PATCH] pm3386: add hook for setting MAC address
Lennert Buytenhek
2
-0
/
+8
2005-12-01
[PATCH] ixp2000: report MAC addresses for each port on init
Lennert Buytenhek
1
-0
/
+8
2005-12-01
[PATCH] enp2611: report link up/down events
Lennert Buytenhek
1
-0
/
+5
2005-12-01
[PATCH] enp2611: use 'dev' in link status timer
Lennert Buytenhek
1
-4
/
+4
2005-12-01
[PATCH] enp2611: don't check netif_running() in link status timer
Lennert Buytenhek
1
-3
/
+0
2005-12-01
[PATCH] ixp2000: use netif_rx_schedule_test
Lennert Buytenhek
1
-7
/
+1
2005-12-01
[PATCH] caleb/pm3386: include proper header files
Lennert Buytenhek
2
-0
/
+2
2005-12-01
[PATCH] pm3386: remove unnecessary udelays
Lennert Buytenhek
1
-13
/
+0
2005-12-01
[PATCH] pm3386: zero stats properly
Lennert Buytenhek
1
-1
/
+1
2005-12-01
[PATCH] ixp2000: register netdevices last
Lennert Buytenhek
1
-18
/
+17
2005-12-01
[PATCH] sk98lin: remove /proc interface
shemminger@osdl.org
3
-308
/
+2
2005-12-01
[PATCH] sk98lin: remove redundant fields in device info
shemminger@osdl.org
2
-44
/
+34
2005-12-01
[PATCH] sk98lin: allow ethtool checksum on/off per port
shemminger@osdl.org
3
-36
/
+79
2005-12-01
[PATCH] sk98lin: avoid message confusion with skge
shemminger@osdl.org
1
-3
/
+3
2005-12-01
[PATCH] sk98lin: add permanent address support
shemminger@osdl.org
2
-1
/
+4
2005-12-01
[PATCH] sk98lin: fix checksumming code
shemminger@osdl.org
4
-1007
/
+38
2005-12-01
[PATCH] sky2: update version number
shemminger@osdl.org
1
-3
/
+4
2005-12-01
[PATCH] sky2: use pci_register_driver
shemminger@osdl.org
1
-1
/
+1
2005-12-01
[PATCH] sky2: remove pci-express hacks
shemminger@osdl.org
2
-18
/
+6
2005-12-01
[PATCH] sky2: byteorder annotation
shemminger@osdl.org
1
-10
/
+10
2005-12-01
[PATCH] sky2: dual port tx completion
shemminger@osdl.org
1
-10
/
+16
2005-12-01
[PATCH] sky2: race with MTU change
shemminger@osdl.org
1
-3
/
+17
2005-12-01
[PATCH] sky2: change netif_rx_schedule_test to __netif_schedule_prep
shemminger@osdl.org
2
-6
/
+7
2005-12-01
[PATCH] sky2: handle DMA boundary crossing
shemminger@osdl.org
1
-6
/
+12
2005-12-01
[PATCH] sky2: add Yukon-EC ultra support
shemminger@osdl.org
2
-3
/
+33
2005-12-01
[PATCH] sky2: improve receive performance
shemminger@osdl.org
1
-32
/
+34
2005-12-01
[PATCH] sky2: fix receive flush/pause issues
shemminger@osdl.org
1
-13
/
+7
2005-12-01
[PATCH] sky2: add MII support
shemminger@osdl.org
1
-8
/
+61
2005-12-01
[PATCH] sky2: eliminate special case for EC-A1
shemminger@osdl.org
2
-13
/
+2
2005-12-01
[PATCH] e1000: fix for dhcp issue
Jesse Brandeburg
1
-13
/
+1
2005-12-01
Linux v2.6.15-rc4
v2.6.15-rc4
Linus Torvalds
1
-1
/
+1
2005-11-30
b44: increase version number
Francois Romieu
1
-2
/
+2
2005-11-30
b44: early return in dev->do_ioctl when the device is not up
Francois Romieu
1
-2
/
+5
2005-11-30
b44: missing netif_wake_queue() in b44_open()
Mark Lord
1
-0
/
+2
2005-11-30
Revert "[PATCH] pci_ids.h: remove duplicate entries"
Linus Torvalds
1
-0
/
+3
2005-11-30
VM: add "vm_insert_page()" function
Linus Torvalds
2
-2
/
+35
2005-11-30
[PATCH] SiS DRM: Fix possible NULL dereference
Egbert Eich
1
-1
/
+4
2005-11-30
[CIFS] For previous fix, mode on mkdir needed S_IFDIR left out.
Steve French
1
-0
/
+1
2005-11-30
[PATCH] USB: ehci fixups
David Brownell
1
-7
/
+12
2005-11-30
[PATCH] USB: Fix USB suspend/resume crasher (#2)
Benjamin Herrenschmidt
10
-25
/
+132
2005-11-30
[PATCH] Additional device ID for Conexant AccessRunner USB driver
Dave Jones
1
-0
/
+3
2005-11-30
[PATCH] USB: documentation update
Alan Stern
1
-2
/
+3
2005-11-30
[PATCH] pci_ids.h: remove duplicate entries
Grant Coady
1
-3
/
+0
2005-11-30
[PATCH] hwmon: w83792d fix unused fan pins
Jean Delvare
1
-7
/
+18
2005-11-30
[CIFS] Missing parenthesis and typo in previous fix
Steve French
2
-2
/
+3
2005-11-30
[CIFS] Fix umount --force to wake up the pending response queue, not just
Steve French
5
-8
/
+62
2005-11-30
[CIFS] Fix missing permission check on setattr when noperm mount option is
Steve French
5
-13
/
+60
[next]