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
/
net
/
ethernet
/
chelsio
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-30
cxgb3: Don't call cxgb_vlan_mode until q locks are initialized
Roland Dreier
1
-46
/
+46
2012-04-05
simple_open: automatically convert to simple_open()
Stephen Boyd
1
-8
/
+1
2012-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+4
2012-03-06
cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adapters
Vipul Pandya
1
-0
/
+2
2012-03-06
cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adapters
Vipul Pandya
1
-0
/
+2
2012-02-23
ethernet: unify return value of .ndo_set_mac_address if address is invalid
Danny Kukawka
3
-3
/
+3
2012-02-15
cxgb3: update firmware version
Divy Le Ray
1
-2
/
+2
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-2
/
+0
2012-01-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-01-08
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2012-01-05
net: make ethtool_ops const
stephen hemminger
2
-2
/
+2
2012-01-03
switch debugfs to umode_t
Al Viro
1
-1
/
+1
2011-12-19
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
1
-1
/
+1
2011-12-16
ethtool: Define and apply a default policy for RX flow hash indirection
Ben Hutchings
1
-1
/
+1
2011-12-16
ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters
Ben Hutchings
1
-13
/
+14
2011-12-06
treewide: Fix comment and string typo 'bufer'
Paul Bolle
1
-1
/
+1
2011-12-05
cxgb3: Handle NULL dst neighbour in cxgb3_offload.c
David Miller
1
-3
/
+15
2011-12-05
cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.
David Miller
3
-9
/
+22
2011-12-05
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
David Miller
1
-4
/
+4
2011-11-23
net: treewide use of RCU_INIT_POINTER
Eric Dumazet
1
-2
/
+2
2011-11-22
net: remove netdev_alloc_page and use __GFP_COLD
Eric Dumazet
2
-6
/
+5
2011-11-22
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
3
-8
/
+2
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
6
-17
/
+23
2011-11-14
Sweep additional floors of strcpy in .get_drvinfo routines
Rick Jones
4
-15
/
+19
2011-10-31
drivers/net: fix mislocated headers in cxgb4/l2t.c
Paul Gortmaker
1
-4
/
+3
2011-10-31
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
3
-0
/
+3
2011-10-21
cxgb4vf: convert to SKB paged frag API.
Ian Campbell
2
-53
/
+41
2011-10-21
cxgb4: convert to SKB paged frag API.
Ian Campbell
2
-23
/
+24
2011-10-19
net: add skb frag size accessors
Eric Dumazet
4
-37
/
+37
2011-10-07
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
2
-3
/
+0
2011-10-07
Merge branch 'master' of github.com:davem330/net
David S. Miller
4
-12
/
+45
2011-10-06
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
Ian Campbell
2
-2
/
+2
2011-10-05
chelsio: convert to SKB paged frag API.
Ian Campbell
1
-3
/
+2
2011-10-05
cxgb3: convert to SKB paged frag API.
Ian Campbell
1
-3
/
+3
2011-09-16
ethtool: Clean up definitions of rule location arrays in RX NFC
Ben Hutchings
1
-1
/
+1
2011-08-27
drivers/net/ethernet/*: Enabled vendor Kconfig options
Jeff Kirsher
1
-0
/
+1
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2
-2
/
+2
2011-08-17
net: introduce IFF_UNICAST_FLT private flag
Jiri Pirko
2
-0
/
+5
2011-08-10
chelsio: Move the Chelsio drivers
Jeff Kirsher
69
-0
/
+57504