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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-27
ks8842: Support DMA when accessed via timberdale
Richard Röjfors
2
-21
/
+447
2010-07-27
stmmac: fix automatic PAD/FCS stripping
Giuseppe CAVALLARO
4
-4
/
+9
2010-07-27
stmmac: fix timer setup when use dual mac Kconfig
Giuseppe CAVALLARO
1
-1
/
+0
2010-07-27
bnx2x: Update MAINTAINERS according to new location
Dmitry Kravkov
1
-1
/
+1
2010-07-27
bnx2x: update driver version to 1.52.53-3
Dmitry Kravkov
1
-1
/
+1
2010-07-27
bnx2x: Move statistics handling code to bnx2x_stats.*
Dmitry Kravkov
5
-1594
/
+1647
2010-07-27
bnx2x: Create separate file for ethtool routines
Dmitry Kravkov
4
-1955
/
+1986
2010-07-27
bnx2x: Create bnx2x_cmn.* files
Dmitry Kravkov
5
-2600
/
+2943
2010-07-27
bnx2x: move global variable load_count to bnx2x.h
Dmitry Kravkov
2
-3
/
+9
2010-07-27
bnx2x: store module parameters in driver main structure
Dmitry Kravkov
2
-3
/
+6
2010-07-27
bnx2x: Create separate folder for bnx2x driver
Dmitry Kravkov
14
-6
/
+12
2010-07-27
igbvf, ixgbevf: use dev_hw_addr_random
Stefan Assmann
2
-2
/
+2
2010-07-27
ixgbe: priority tagging FCoE frames without FCoE offload
John Fastabend
1
-21
/
+24
2010-07-26
e1000: use netif_<level> instead of netdev_<level>
Emil Tantilov
3
-61
/
+70
2010-07-26
usbnet: use jiffies in schedule_timeout(), not msecs
Kulikov Vasiliy
1
-1
/
+1
2010-07-26
ks8842: Support 100Mbps when accessed via timberdale
Richard Röjfors
1
-5
/
+10
2010-07-26
caif: handle snprintf() return
Dan Carpenter
1
-0
/
+3
2010-07-26
genetlink: use genl_register_family_with_ops()
Changli Gao
1
-5
/
+1
2010-07-26
drop_monitor: use genl_register_family_with_ops()
Changli Gao
1
-16
/
+7
2010-07-26
genetlink: cleanup code according to CodingStyle
Changli Gao
1
-5
/
+4
2010-07-26
ethoc: add devinit/devexit section initializers
Jonas Bonn
1
-4
/
+4
2010-07-26
igb: restore EEPROM values of MDICNFG on reset with 82580
Nick Nunley
2
-0
/
+45
2010-07-26
igb: add support for SGMII-based MDIO PHYs
Nick Nunley
2
-17
/
+75
2010-07-26
e1000e: Drop a useless statement
Jean Delvare
1
-2
/
+0
2010-07-26
drivers/net/qla3xxx.c: Checkpatch cleanups
Joe Perches
1
-484
/
+459
2010-07-26
drivers/net/qla3xxx.c: Update logging message style
Joe Perches
1
-324
/
+200
2010-07-26
wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_CORE
David S. Miller
1
-1
/
+1
2010-07-26
netlink: netlink_recvmsg() fix
Eric Dumazet
1
-6
/
+16
2010-07-25
forcedeth: Fix different hardware statistics versions.
Mike Ditto
1
-29
/
+31
2010-07-25
net-next: Fix an overflow bug in vmxnet3 Tx descriptor
Bhavesh Davda
2
-6
/
+11
2010-07-25
3c59x: Add ethtool WOL support
Andrew O. Shadoura
1
-0
/
+32
2010-07-25
qlcnic: fix diag resource allocation
Sony Chacko
1
-0
/
+1
2010-07-25
qlcnic: fix loopback test
Amit Kumar Salecha
3
-22
/
+8
2010-07-24
net: pskb_expand_head() optimization
Eric Dumazet
2
-2
/
+3
2010-07-24
sysfs: add attribute to indicate hw address assignment type
Stefan Assmann
3
-0
/
+22
2010-07-24
ixgbe: fix ethtool stats
Eric Dumazet
1
-21
/
+21
2010-07-24
qlcnic: fix bandwidth check
Rajesh Borundia
1
-4
/
+3
2010-07-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
52
-2897
/
+315
2010-07-23
3c59x: Fix call to mdio_sync() with the wrong argument
Ben Hutchings
1
-1
/
+1
2010-07-23
net: s2io: fix buffer overflow
Kulikov Vasiliy
1
-10
/
+18
2010-07-23
mv643xx_eth: potential null dereference
Dan Carpenter
1
-1
/
+2
2010-07-23
net: 3c59x: fix leak of iomaps
Kulikov Vasiliy
1
-0
/
+1
2010-07-23
net: core: don't use own hex_to_bin() method
Andy Shevchenko
1
-24
/
+12
2010-07-23
wireless: use newly introduced hex_to_bin()
Andy Shevchenko
1
-21
/
+2
2010-07-23
usb: usbnet: use newly introduced hex_to_bin()
Andy Shevchenko
1
-11
/
+2
2010-07-23
drivers: net: use newly introduced hex_to_bin()
Andy Shevchenko
1
-6
/
+5
2010-07-23
drivers: atm: don't use private copy of hex_to_bin()
Andy Shevchenko
1
-13
/
+2
2010-07-23
be2net: bump the driver version number
Ajit Khaparde
1
-1
/
+1
2010-07-23
be2net: variable name changes
Ajit Khaparde
4
-8
/
+8
2010-07-23
be2net: supress printing error when mac query fails for VF
Ajit Khaparde
1
-1
/
+2
[next]