index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-03
ppp: Add ppp_dev_name() exported function
James Chapman
1
-0
/
+19
2010-04-03
l2tp: Split pppol2tp patch into separate l2tp and ppp parts
James Chapman
1
-6
/
+1
2010-04-03
l2tp: Relocate pppol2tp driver to new net/l2tp directory
James Chapman
2
-2681
/
+1
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
190
-857
/
+775
2010-04-03
net: move address list functions to a separate file
Jiri Pirko
3
-13
/
+13
2010-04-03
qlcnic: update version to 5.0.1
Amit Kumar Salecha
1
-2
/
+2
2010-04-03
qlcnic: fix endianness in fw validation
Amit Kumar Salecha
1
-4
/
+4
2010-04-03
qlcnic: fix interface attach sequence
Amit Kumar Salecha
1
-10
/
+10
2010-04-03
qlcnic: add driver debug support
Amit Kumar Salecha
4
-4
/
+49
2010-04-03
qlcnic: use IDC defined timeout value
Sucheta Chakraborty
4
-11
/
+37
2010-04-03
qlcnic: fix onchip memory access
Dhananjay Phadke
1
-37
/
+2
2010-04-03
qlcnic: update oncard memory size check
Dhananjay Phadke
2
-32
/
+25
2010-04-03
qlcnic: handle queue manager access
Dhananjay Phadke
4
-12
/
+56
2010-04-03
qlcnic: fix fw load from file
Amit Kumar Salecha
1
-0
/
+10
2010-04-02
phylib: Add module table to all existing phy drivers
David Woodhouse
14
-0
/
+124
2010-04-02
phylib: Support phy module autoloading
David Woodhouse
1
-0
/
+12
2010-04-01
be2net: Adding PCI SRIOV support
Sarveshwar Bandi
5
-49
/
+191
2010-04-01
net/pcmcia/3c589_cs: using netdev_info and friends where appropriate
Alexander Kurz
1
-139
/
+147
2010-04-01
netdev/fec.c: add phylib supporting to enable carrier detection (v2)
Bryan Wu
2
-877
/
+252
2010-04-01
bnx2x: Added GRO support
Dmitry Kravkov
1
-9
/
+11
2010-04-01
r8169: Fix rtl8169_rx_interrupt()
Eric Dumazet
1
-5
/
+17
2010-04-01
acenic: use the dma state API instead of the pci equivalents
FUJITA Tomonori
2
-16
/
+16
2010-04-01
acenic: fix the misusage of zero dma address
FUJITA Tomonori
1
-10
/
+6
2010-03-30
net: remove redundant code
Eric Dumazet
14
-15
/
+0
2010-03-30
Add hotplug support to mcp251x driver
Marc Zyngier
1
-0
/
+14
2010-03-30
igb: add per-packet timestamping
Nick Nunley
3
-8
/
+41
2010-03-30
drivers/net/ipg: Remove invalid IPG_DDEBUG_MSG uses, neaten
Joe Perches
2
-53
/
+61
2010-03-30
e1000e: typo corrections
Joe Perches
3
-16
/
+13
2010-03-30
igb: update hw_debug macro to make use of netdev_dbg call
Alexander Duyck
2
-36
/
+8
2010-03-30
sky2: avoid duplicate link up on Optima chip
stephen hemminger
1
-1
/
+2
2010-03-30
sky2: add XL revisions
stephen hemminger
2
-4
/
+14
2010-03-30
sky2: support Yukon EC_U rev B1 and later
stephen hemminger
2
-6
/
+13
2010-03-30
net-caif-driver: add CAIF serial driver (ldisc)
Sjur Braendeland
5
-0
/
+473
2010-03-30
virtio_net: missing sg_init_table
Shirley Ma
1
-0
/
+2
2010-03-29
vxge: Version update.
Sreenivasa Honnur
1
-2
/
+2
2010-03-29
vxge: Set function-0 as the privilaged function for normal function.
Sreenivasa Honnur
1
-2
/
+4
2010-03-29
vxge: Fixed MSIX interrupt configuration.
Sreenivasa Honnur
4
-120
/
+81
2010-03-29
vxge: Fixed "ethtool -d" prints.
Sreenivasa Honnur
1
-3
/
+2
2010-03-29
vxge: Align the memory only if it is misaligned.
Sreenivasa Honnur
1
-4
/
+16
2010-03-29
vxge: Fix starvation of receive ring controller when blasted by short packets.
Sreenivasa Honnur
3
-13
/
+6
2010-03-29
vxge: Fix a receive stall due to driver being out of synch with chip.
Sreenivasa Honnur
2
-7
/
+56
2010-03-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
69
-1421
/
+8589
2010-03-29
netxen: fix interrupt for NX2031
Amit Kumar Salecha
1
-9
/
+16
2010-03-29
netxen: fix fw load from file
Amit Kumar Salecha
1
-0
/
+10
2010-03-29
netxen: validate unified romimage
Rajesh K Borundia
2
-15
/
+140
2010-03-29
netxen: fix corner cases of firmware recovery
Amit Kumar Salecha
1
-0
/
+4
2010-03-29
netxen: fix tx csum status
Sucheta Chakraborty
1
-0
/
+6
2010-03-26
e1000e: Use pr_<level> and netdev_<level>
Bruce Allan
2
-18
/
+10
2010-03-26
ixgbevf: convert to use netdev_for_each_mc_addr
Jiri Pirko
3
-37
/
+15
2010-03-26
ixgbe: convert to use netdev_for_each_mc_addr
Jiri Pirko
4
-36
/
+12
[next]