index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-22
net: pppoe - get rid of DECLARE_MAC_BUF
Cyrill Gorcunov
1
-1
/
+0
2009-01-21
tun: Implement ip link del tunXXX
Eric W. Biederman
1
-31
/
+25
2009-01-21
tun: There is no longer any need to deny changing network namespaces
Eric W. Biederman
1
-1
/
+0
2009-01-21
tun: Fix races between tun_net_close and free_netdev.
Eric W. Biederman
1
-2
/
+48
2009-01-21
tun: Move read_wait into tun_file
Eric W. Biederman
1
-8
/
+10
2009-01-21
tun: Make tun_net_xmit atomic wrt tun_attach && tun_detach
Eric W. Biederman
1
-7
/
+17
2009-01-21
tun: Grab the netns in open.
Eric W. Biederman
1
-4
/
+6
2009-01-21
tun: Introduce tun_file
Eric W. Biederman
1
-52
/
+104
2009-01-21
tun: Use POLLERR not EBADF in tun_chr_poll
Eric W. Biederman
1
-1
/
+1
2009-01-21
tun: Fix races in tun_set_iff
Eric W. Biederman
1
-16
/
+32
2009-01-21
tun: Remove unnecessary tun_get_by_name
Eric W. Biederman
1
-55
/
+19
2009-01-21
net: pppoe,pppol2tp - register channels with explicit net
Cyrill Gorcunov
2
-2
/
+2
2009-01-21
net: ppp_generic - introduce net-namespace functionality v2
Cyrill Gorcunov
1
-77
/
+198
2009-01-21
net: pppol2tp - introduce net-namespace functionality
Cyrill Gorcunov
2
-47
/
+117
2009-01-21
net: pppoe - introduce net-namespace functionality
Cyrill Gorcunov
2
-136
/
+248
2009-01-21
net: pppoe - code cleanup and helpers
Cyrill Gorcunov
1
-81
/
+86
2009-01-21
ehea: Improve driver behaviour in low mem conditions
Thomas Klein
1
-19
/
+12
2009-01-21
ehea: Fix mem allocations which require page alignment
Thomas Klein
2
-30
/
+30
2009-01-21
ehea: Use net_device_ops structure
Thomas Klein
2
-15
/
+20
2009-01-21
e1000: drop lltx, remove unnecessary lock
Alexander Duyck
2
-28
/
+3
2009-01-21
igb: make certain to power on optics for 82576 fiber nics
Alexander Duyck
1
-0
/
+7
2009-01-21
igb: igb should not flag lltx
Alexander Duyck
1
-1
/
+0
2009-01-21
bnx2: annotate bp->phy_lock functions
Harvey Harrison
1
-0
/
+10
2009-01-21
cxgb3: Replace LRO with GRO
Herbert Xu
4
-153
/
+22
2009-01-21
phylib: unsigneds go unnoticed
Roel Kluin
1
-4
/
+9
2009-01-21
virtio_net: add link status handling
Mark McLoughlin
1
-1
/
+42
2009-01-21
smc91x: enable ethtool EEPROM interface
Vernon Sauder
2
-2
/
+124
2009-01-21
PS3: gelic: wireless: convert the wireless part to net_device_ops
Masakazu Mokuno
1
-12
/
+16
2009-01-21
PS3: gelic: convert the ethernet part to net_device_ops
Masakazu Mokuno
1
-10
/
+14
2009-01-21
tg3: remove extra casting
Francois Romieu
1
-2
/
+2
2009-01-21
igb: Replace LRO with GRO
Herbert Xu
4
-118
/
+6
2009-01-21
typhoon: replace users of __constant_{endian}
Harvey Harrison
2
-118
/
+118
2009-01-21
sfc: Replace LRO with GRO
Herbert Xu
7
-214
/
+19
2009-01-21
ixgbe: Replace LRO with GRO
Herbert Xu
4
-89
/
+13
2009-01-21
cxgb3: ease msi-x settings conditions
Divy Le Ray
2
-8
/
+16
2009-01-21
e1000e: Invoke VLAN GRO handler
Herbert Xu
1
-2
/
+2
2009-01-21
net: Remove redundant NAPI functions
Ben Hutchings
62
-222
/
+222
2009-01-21
sc92031: add a link to the datasheet
Cesar Eduardo Barros
1
-0
/
+3
2009-01-21
sc92031: use device id directly instead of made-up name
Cesar Eduardo Barros
1
-6
/
+2
2009-01-21
sc92031: inline SC92031_DESCRIPTION
Cesar Eduardo Barros
1
-2
/
+1
2009-01-21
sc92031: remove meaningless version string
Cesar Eduardo Barros
1
-3
/
+0
2009-01-21
sc92031: more useful banner in kernel log
Cesar Eduardo Barros
1
-1
/
+9
2009-01-21
net: constify VFTs
Jan Engelhardt
9
-16
/
+16
2009-01-21
WAN: Convert generic HDLC drivers to netdev_ops.
Krzysztof Hałasa
20
-105
/
+137
2009-01-21
WAN: Allow hw HDLC drivers to override dev->get_stats.
Krzysztof Hałasa
1
-11
/
+1
2009-01-21
WAN: Generic HDLC now uses IFF_WAN_HDLC private flag.
Krzysztof Hałasa
1
-1
/
+2
2009-01-21
wimax/i2400m: convert to net_device_ops
Inaky Perez-Gonzalez
1
-5
/
+9
2009-01-21
dmascc: convert to internal net_device_ops
Stephen Hemminger
1
-5
/
+12
2009-01-21
dmascc: convert to net_device_ops
Stephen Hemminger
1
-4
/
+8
2009-01-21
mkiss: convert to internal network device stats
Stephen Hemminger
1
-22
/
+12
[next]