index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
com0020: Add missing symbol export for com20020_netdev_ops.
David S. Miller
2009-01-25
1
-0
/
+1
*
kmsg: convert claw printk messages
Andy Richter
2009-01-25
1
-198
/
+233
*
smsc95xx: fix function prototype of async callback
Steve Glendinning
2009-01-25
1
-2
/
+2
*
smsc95xx: remove unused completion struct
Steve Glendinning
2009-01-25
1
-4
/
+0
*
e1000e: drop lltx, remove unnecessary lock
Jesse Brandeburg
2009-01-22
2
-33
/
+3
*
au1000: reorder functions
Florian Fainelli
2009-01-22
1
-532
/
+511
*
net: pppoe - get rid of DECLARE_MAC_BUF
Cyrill Gorcunov
2009-01-22
1
-1
/
+0
*
tun: Implement ip link del tunXXX
Eric W. Biederman
2009-01-21
1
-31
/
+25
*
tun: There is no longer any need to deny changing network namespaces
Eric W. Biederman
2009-01-21
1
-1
/
+0
*
tun: Fix races between tun_net_close and free_netdev.
Eric W. Biederman
2009-01-21
1
-2
/
+48
*
tun: Move read_wait into tun_file
Eric W. Biederman
2009-01-21
1
-8
/
+10
*
tun: Make tun_net_xmit atomic wrt tun_attach && tun_detach
Eric W. Biederman
2009-01-21
1
-7
/
+17
*
tun: Grab the netns in open.
Eric W. Biederman
2009-01-21
1
-4
/
+6
*
tun: Introduce tun_file
Eric W. Biederman
2009-01-21
1
-52
/
+104
*
tun: Use POLLERR not EBADF in tun_chr_poll
Eric W. Biederman
2009-01-21
1
-1
/
+1
*
tun: Fix races in tun_set_iff
Eric W. Biederman
2009-01-21
1
-16
/
+32
*
tun: Remove unnecessary tun_get_by_name
Eric W. Biederman
2009-01-21
1
-55
/
+19
*
net: pppoe,pppol2tp - register channels with explicit net
Cyrill Gorcunov
2009-01-21
2
-2
/
+2
*
net: ppp_generic - introduce net-namespace functionality v2
Cyrill Gorcunov
2009-01-21
1
-77
/
+198
*
net: pppol2tp - introduce net-namespace functionality
Cyrill Gorcunov
2009-01-21
2
-47
/
+117
*
net: pppoe - introduce net-namespace functionality
Cyrill Gorcunov
2009-01-21
2
-136
/
+248
*
net: pppoe - code cleanup and helpers
Cyrill Gorcunov
2009-01-21
1
-81
/
+86
*
ehea: Improve driver behaviour in low mem conditions
Thomas Klein
2009-01-21
1
-19
/
+12
*
ehea: Fix mem allocations which require page alignment
Thomas Klein
2009-01-21
2
-30
/
+30
*
ehea: Use net_device_ops structure
Thomas Klein
2009-01-21
2
-15
/
+20
*
e1000: drop lltx, remove unnecessary lock
Alexander Duyck
2009-01-21
2
-28
/
+3
*
igb: make certain to power on optics for 82576 fiber nics
Alexander Duyck
2009-01-21
1
-0
/
+7
*
igb: igb should not flag lltx
Alexander Duyck
2009-01-21
1
-1
/
+0
*
bnx2: annotate bp->phy_lock functions
Harvey Harrison
2009-01-21
1
-0
/
+10
*
cxgb3: Replace LRO with GRO
Herbert Xu
2009-01-21
5
-153
/
+24
*
phylib: unsigneds go unnoticed
Roel Kluin
2009-01-21
1
-4
/
+9
*
virtio_net: add link status handling
Mark McLoughlin
2009-01-21
1
-1
/
+42
*
smc91x: enable ethtool EEPROM interface
Vernon Sauder
2009-01-21
2
-2
/
+124
*
PS3: gelic: wireless: convert the wireless part to net_device_ops
Masakazu Mokuno
2009-01-21
1
-12
/
+16
*
PS3: gelic: convert the ethernet part to net_device_ops
Masakazu Mokuno
2009-01-21
1
-10
/
+14
*
tg3: remove extra casting
Francois Romieu
2009-01-21
1
-2
/
+2
*
igb: Replace LRO with GRO
Herbert Xu
2009-01-21
4
-118
/
+6
*
typhoon: replace users of __constant_{endian}
Harvey Harrison
2009-01-21
2
-118
/
+118
*
sfc: Replace LRO with GRO
Herbert Xu
2009-01-21
7
-214
/
+19
*
ixgbe: Replace LRO with GRO
Herbert Xu
2009-01-21
4
-89
/
+13
*
cxgb3: ease msi-x settings conditions
Divy Le Ray
2009-01-21
2
-8
/
+16
*
e1000e: Invoke VLAN GRO handler
Herbert Xu
2009-01-21
1
-2
/
+2
*
net: Remove redundant NAPI functions
Ben Hutchings
2009-01-21
65
-227
/
+227
*
sc92031: add a link to the datasheet
Cesar Eduardo Barros
2009-01-21
1
-0
/
+3
*
sc92031: use device id directly instead of made-up name
Cesar Eduardo Barros
2009-01-21
1
-6
/
+2
*
sc92031: inline SC92031_DESCRIPTION
Cesar Eduardo Barros
2009-01-21
1
-2
/
+1
*
sc92031: remove meaningless version string
Cesar Eduardo Barros
2009-01-21
1
-3
/
+0
*
sc92031: more useful banner in kernel log
Cesar Eduardo Barros
2009-01-21
1
-1
/
+9
*
net: constify VFTs
Jan Engelhardt
2009-01-21
9
-16
/
+16
*
WAN: Convert generic HDLC drivers to netdev_ops.
Krzysztof HaĆasa
2009-01-21
24
-133
/
+181
[next]