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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-24
tipc: Remove unnecessary includes in socket code
Allan Stephens
1
-3
/
+0
2011-06-24
tipc: Eliminate unused field in bearer structure
Allan Stephens
2
-3
/
+0
2011-06-24
tipc: Correct typo in link statistics output
Allan Stephens
1
-1
/
+1
2011-06-24
tipc: Eliminate checks for empty zone list during name translation
Allan Stephens
1
-5
/
+2
2011-06-24
tipc: Convert name table publication lists to standard kernel lists
Allan Stephens
2
-164
/
+90
2011-06-24
tipc: Partition name table instance array info into two parts
Allan Stephens
1
-61
/
+89
2011-06-24
tipc: Eliminate redundant masking in message header routines
Allan Stephens
1
-2
/
+2
2011-06-24
tipc: Eliminate message header routines for caching destination node
Allan Stephens
1
-20
/
+0
2011-06-24
tipc: Optimizations & corrections to message rejection
Allan Stephens
1
-25
/
+24
2011-06-24
tipc: Optimize routing of returned payload messages
Allan Stephens
1
-1
/
+6
2011-06-24
tipc: Add sanity check to detect rejection of non-payload messages
Allan Stephens
1
-0
/
+6
2011-06-24
tipc: Standardize exit logic for message rejection handling
Allan Stephens
1
-10
/
+9
2011-06-24
tipc: Remove unused sanity test macro
Allan Stephens
1
-6
/
+0
2011-06-24
tipc: Convert fatal broadcast sanity check to non-fatal check
Allan Stephens
1
-1
/
+5
2011-06-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
6
-456
/
+850
2011-06-23
ixgbe: update driver version string
Don Skidmore
2
-5
/
+6
2011-06-23
ixgbe: fix ring assignment issues for SR-IOV and drop cases
Alexander Duyck
2
-3
/
+7
2011-06-23
ixgbe: disable RSC when Rx checksum is off
Emil Tantilov
1
-11
/
+33
2011-06-23
ixgbe: move reset code into a separate function
Emil Tantilov
1
-12
/
+14
2011-06-23
ixgbe: move setting RSC into a separate function
Emil Tantilov
1
-16
/
+18
2011-06-23
ixgbe: add support for nfc addition and removal of filters
Alexander Duyck
2
-0
/
+290
2011-06-23
ixgbe: add support for displaying ntuple filters via the nfc interface
Alexander Duyck
2
-0
/
+113
2011-06-23
ixgbe: add basic support for setting and getting nfc controls
Alexander Duyck
1
-0
/
+19
2011-06-23
ixgbe: update perfect filter framework to support retaining filters
Alexander Duyck
4
-280
/
+368
2011-06-23
ixgbe: fix flags relating to perfect filters to support coexistence
Alexander Duyck
3
-41
/
+30
2011-06-23
ixgbe: remove ntuple filtering
Alexander Duyck
1
-136
/
+0
2011-06-23
net: Fix build failures due to ip_is_fragment()
David S. Miller
1
-5
/
+5
2011-06-23
dcb: use nlmsg_free() instead of kfree()
Dan Carpenter
1
-2
/
+2
2011-06-23
bonding: add min links parameter to 802.3ad
stephen hemminger
5
-2
/
+51
2011-06-21
ip: introduce ip_is_fragment helper inline function
Paul Gortmaker
19
-23
/
+27
2011-06-21
irda: fix smsc-ircc2 section mismatch warning
Randy Dunlap
1
-1
/
+1
2011-06-21
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
66
-11
/
+79
2011-06-21
dcb: Add missing error check in dcb_ieee_set()
John Fastabend
1
-0
/
+3
2011-06-21
dcb: fix return type on dcb_setapp()
John Fastabend
2
-2
/
+2
2011-06-21
dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settings
John Fastabend
2
-0
/
+27
2011-06-21
dcb: Add ieee_dcb_delapp() and dcb op to delete app entry
John Fastabend
3
-2
/
+92
2011-06-21
dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP data
John Fastabend
2
-4
/
+52
2011-06-21
net: dcbnl, add multicast group for DCB
John Fastabend
3
-83
/
+150
2011-06-21
dcb: Add DCBX capabilities bitmask to the get_ieee response
John Fastabend
1
-0
/
+12
2011-06-21
cnic, bnx2i: Add support for new devices - 57800, 57810, and 57840
Michael Chan
5
-9
/
+39
2011-06-21
core: add tracepoints for queueing skb to rcvbuf
Satoru Moriya
3
-0
/
+74
2011-06-21
udp: add tracepoints for queueing skb to rcvbuf
Satoru Moriya
3
-0
/
+35
2011-06-21
Remove redundant linux/version.h includes from net/
Jesper Juhl
5
-5
/
+0
2011-06-21
mv643xx_eth: enable transmit time stamping.
Richard Cochran
1
-0
/
+2
2011-06-21
mv643xx_eth: fix race in trasmit path.
Richard Cochran
1
-2
/
+4
2011-06-21
xen: convert to 64 bit stats interface
stephen hemminger
1
-5
/
+64
2011-06-21
vxge: fix 64 bit access on 32 bit platforms
stephen hemminger
2
-40
/
+59
2011-06-21
ifb: convert to 64 bit stats
stephen hemminger
1
-9
/
+47
2011-06-21
drivers/net: Remove casts of void *
Joe Perches
41
-147
/
+124
2011-06-21
ixgbe: setup per CPU PCI pool for FCoE DDP
Vasu Dev
2
-36
/
+82
[next]