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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-17
netlabel: Fix set-but-unused variables.
David S. Miller
1
-4
/
+0
2011-04-17
l2tp: Fix set-but-unused variables.
David S. Miller
1
-1
/
+2
2011-04-17
irda: irproc: Fix set-but-unused variables.
David S. Miller
1
-3
/
+2
2011-04-17
irda: irlap_event: Fix set-but-unused variables.
David S. Miller
1
-3
/
+0
2011-04-17
caif: Fix set-but-unused variables.
David S. Miller
1
-9
/
+2
2011-04-17
atm: lec: Fix set-but-unused variables.
David S. Miller
1
-4
/
+0
2011-04-17
ax25: Fix set-but-unused variable.
David S. Miller
1
-2
/
+1
2011-04-17
econet: Fix set-but-unused variable.
David S. Miller
1
-8
/
+0
2011-04-17
decnet: Fix set-but-unused variable.
David S. Miller
1
-2
/
+1
2011-04-17
pktgen: Fix set-but-unused variable.
David S. Miller
1
-2
/
+0
2011-04-15
net: minor cleanup to net_namespace.c.
Rob Landley
1
-8
/
+4
2011-04-15
ipv6: RTA_PREFSRC support for ipv6 route source address selection
Daniel Walter
3
-7
/
+75
2011-04-15
ipv6: ignore looped-back NA while dad is running
Daniel Walter
1
-3
/
+4
2011-04-14
Phonet: convert bound sockets hash list to RCU
Rémi Denis-Courmont
1
-24
/
+21
2011-04-14
ethtool: allow custom interval for physical identification
Allan, Bruce W
1
-15
/
+16
2011-04-14
ipv4: Call fib_select_default() only when actually necessary.
David S. Miller
2
-1
/
+10
2011-04-14
NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG calls
Ralf Baechle
3
-40
/
+4
2011-04-13
net: ethtool support to configure number of channels
amit salecha
1
-0
/
+35
2011-04-12
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
35
-357
/
+1109
2011-04-12
9p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_re...
David S. Miller
1
-6
/
+3
2011-04-12
net: add RTNL_ASSERT in __netdev_update_features()
Michał Mirosław
1
-0
/
+2
2011-04-12
net: vlan: make non-hw-accel rx path similar to hw-accel
Jiri Pirko
5
-185
/
+91
2011-04-12
ethtool: time to blink provided in seconds not jiffies
Allan, Bruce W
1
-1
/
+1
2011-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
35
-357
/
+1109
2011-04-11
caif: Add BUG_ON if dev_info is missing in packet
Sjur Brændeland
1
-1
/
+2
2011-04-11
caif: Don't resend if dev_queue_xmit fails.
Sjur Brændeland
9
-88
/
+14
2011-04-11
caif: code cleanup
Stephen Hemminger
7
-304
/
+23
2011-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
113
-187
/
+365
2011-04-11
v3 ethtool: add ntuple flow specifier data to network flow classifier
Alexander Duyck
1
-7
/
+7
2011-04-11
ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntuple
Alexander Duyck
1
-0
/
+3
2011-04-11
caif: performance bugfix - allow radio stack to prioritize packets.
Sjur Brændeland
1
-1
/
+5
2011-04-11
caif: Bugfix use for_each_safe when removing list nodes.
Sjur Brændeland
1
-2
/
+2
2011-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
21
-118
/
+181
2011-04-10
Disable rp_filter for IPsec packets
Michael Smith
1
-1
/
+5
2011-04-10
fib_validate_source(): pass sk_buff instead of mark
Michael Smith
2
-14
/
+12
2011-04-08
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
1
-1
/
+1
2011-04-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
21
-118
/
+182
2011-04-07
ipv4: Fix "Set rt->rt_iif more sanely on output routes."
OGAWA Hirofumi
2
-2
/
+7
2011-04-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
15
-36
/
+90
2011-04-07
cfg80211: add a timer for invalid user reg hints
Luis R. Rodriguez
1
-1
/
+24
2011-04-07
cfg80211: fix regulatory restore upon user hints
Luis R. Rodriguez
1
-1
/
+45
2011-04-07
mac80211: remove few obsolete flags
Mohammed Shafi Shajakhan
1
-9
/
+0
2011-04-07
nl80211: Add BSS parameters to station
Paul Stewart
2
-2
/
+32
2011-04-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
16
-284
/
+866
2011-04-07
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
103
-160
/
+160
2011-04-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-1
/
+1
2011-04-06
dsa/mv88e6131: add support for mv88e6085 switch
Peter Korsgaard
2
-4
/
+21
2011-04-06
ipv6: Enable RFS sk_rxhash tracking for ipv6 sockets (v2)
Neil Horman
2
-1
/
+6
2011-04-06
can: convert protocol handling to RCU
Oliver Hartkopp
1
-20
/
+32
2011-04-06
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
1
-2
/
+53
[next]