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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-01
pps, ptp: Remove dependencies on EXPERIMENTAL
Ben Hutchings
4
-5
/
+2
2012-11-01
tuntap: choose the txq based on rxq
Jason Wang
1
-3
/
+224
2012-11-01
tuntap: add ioctl to attach or detach a file form tuntap device
Jason Wang
1
-8
/
+48
2012-11-01
tuntap: multiqueue support
Jason Wang
1
-88
/
+220
2012-11-01
tuntap: RCUify dereferencing between tun_struct and tun_file
Jason Wang
1
-48
/
+47
2012-11-01
tuntap: move socket to tun_file
Jason Wang
1
-121
/
+145
2012-11-01
tuntap: log the unsigned informaiton with %u
Jason Wang
1
-3
/
+3
2012-10-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
16
-134
/
+397
2012-10-31
ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
2
-8
/
+6
2012-10-31
net/cadence: depend on HAS_IOMEM
Joachim Eastwood
1
-0
/
+1
2012-10-31
netxen: explicity handle pause autoneg parameter
Flavio Leitner
1
-0
/
+7
2012-10-31
dlink: dl2k: use the module_pci_driver macro
Devendra Naga
1
-15
/
+1
2012-10-31
realtek: r8169: use module_pci_driver macro
Devendra Naga
1
-12
/
+1
2012-10-31
qla3xxx: remove unused variable in ql_process_mac_tx_intr()
Wei Yongjun
1
-3
/
+0
2012-10-31
qla3xxx: use module_pci_driver to simplify the code
Wei Yongjun
1
-12
/
+1
2012-10-31
smsc95xx: add wol support for more frame types
Steve Glendinning
3
-6
/
+128
2012-10-31
ixgbe: add setlink, getlink support to ixgbe and ixgbevf
John Fastabend
3
-3
/
+69
2012-10-29
igb: Fix sparse warning in igb_ptp_rx_pktstamp
Alexander Duyck
1
-1
/
+1
2012-10-29
igb: Update firmware version info for ethtool output.
Carolyn Wyborny
4
-50
/
+126
2012-10-29
igb: Enable auto-crossover during forced operation on 82580 and above.
Matthew Vick
2
-12
/
+21
2012-10-29
igbvf: Check for error on dma_map_single call
Greg Rose
1
-0
/
+13
2012-10-29
ixgbevf: Do not forward LLDP type frames
Greg Rose
1
-0
/
+5
2012-10-29
ixgbe: reduce PTP rx path overhead
Jiri Benc
1
-2
/
+4
2012-10-29
ixgbe: add/update descriptor maps in comments
Josh Hay
1
-6
/
+55
2012-10-29
ixgbe: Do not decrement budget in ixgbe_clean_rx_irq
Alexander Duyck
1
-5
/
+4
2012-10-29
ixgbe: Return success or failure on VF MAC filter set
Greg Rose
1
-1
/
+1
2012-10-29
ixgbe: clean up the condition for turning on/off the laser
Emil Tantilov
1
-23
/
+8
2012-10-29
net, ixgbe: handle link local multicast addresses in SR-IOV mode
John Fastabend
2
-1
/
+4
2012-10-29
ixgbe: Fix return value from macvlan filter function
Greg Rose
1
-1
/
+2
2012-10-29
ixgbe: Add support for pipeline reset
Don Skidmore
3
-32
/
+153
2012-10-28
net: sierra: shut up sparse restricted type warnings
Bjørn Mork
1
-2
/
+2
2012-10-28
net: cdc_ncm: error path lock fix
Bjørn Mork
1
-0
/
+2
2012-10-28
net: cdc_ncm: big endian fix
Bjørn Mork
1
-1
/
+1
2012-10-26
isdn: remove dead code
Alan Cox
1
-4
/
+1
2012-10-26
cgroup: net_cls: Rework update socket logic
Daniel Wagner
1
-3
/
+0
2012-10-26
cgroup: net_cls: Pass in task to sock_update_classid()
Daniel Wagner
1
-1
/
+1
2012-10-26
usbnet: smsc95xx: apply introduced usb command APIs
Ming Lei
1
-88
/
+27
2012-10-26
usbnet: smsc75xx: apply introduced usb command APIs
Ming Lei
1
-25
/
+14
2012-10-26
usbnet: sierra_net: apply introduced usb command APIs
Ming Lei
1
-28
/
+17
2012-10-26
usbnet: plusb: apply introduced usb command APIs
Ming Lei
1
-7
/
+4
2012-10-26
usbnet: net1080: apply introduced usb command APIs
Ming Lei
1
-80
/
+30
2012-10-26
usbnet: mcs7830: apply introduced usb command APIs
Ming Lei
1
-79
/
+6
2012-10-26
usbnet: int51x1: apply introduced usb command APIs
Ming Lei
1
-49
/
+3
2012-10-26
usbnet: dm9601: apply introduced usb command APIs
Ming Lei
1
-92
/
+15
2012-10-26
usbnet: cdc-ncm: apply introduced usb command APIs
Ming Lei
1
-54
/
+31
2012-10-26
usbnet: asix: apply introduced usb command APIs
Ming Lei
1
-104
/
+13
2012-10-26
usbnet: introduce usbnet 3 command helpers
Ming Lei
1
-0
/
+132
2012-10-26
r8169: enable ALDPS for power saving
hayeswang
1
-10
/
+46
2012-10-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
4
-30
/
+62
2012-10-23
be2net: Fix smatch warnings in be_main.c
Padmanabh Ratnakar
3
-7
/
+16
[next]