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-05-17
net: ethtool: fix IPV6 checksum feature name string
Michał Mirosław
1
-1
/
+1
2011-05-17
net: Change netdev_fix_features messages loglevel
Michael S. Tsirkin
1
-1
/
+1
2011-05-17
net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsg
Anton Blanchard
1
-2
/
+4
2011-05-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
1
-4
/
+12
2011-05-17
net: ping: fix build failure
Vasiliy Kulikov
2
-12
/
+13
2011-05-17
net: use hlist_del_rcu() in dev_change_name()
Eric Dumazet
1
-1
/
+1
2011-05-16
bluetooth: Fix warnings in l2cap_core.c
David S. Miller
1
-2
/
+2
2011-05-16
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
46
-607
/
+1960
2011-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
4
-20
/
+14
2011-05-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
46
-607
/
+1960
2011-05-16
net: Change netdev_fix_features messages loglevel
Michał Mirosław
1
-14
/
+8
2011-05-16
net: convert to new cpumask API
KOSAKI Motohiro
1
-1
/
+1
2011-05-16
ipv4: more compliant RFC 3168 support
Eric Dumazet
1
-22
/
+38
2011-05-16
mac80211: annotate and fix RCU in mesh code
Johannes Berg
2
-56
/
+102
2011-05-16
mac80211: fix and simplify mesh locking
Johannes Berg
2
-22
/
+25
2011-05-16
mac80211: add missing rcu_barrier
Johannes Berg
1
-0
/
+2
2011-05-16
mac80211: abort scan_work immediately when the device goes down
Rajkumar Manoharan
2
-2
/
+7
2011-05-16
mac80211: verify IBSS in interface combinations
Johannes Berg
1
-3
/
+17
2011-05-16
mac80211: Deactivate mesh path timers when freeing nodes
Javier Cardona
1
-1
/
+3
2011-05-16
cfg80211: make stripping of 802.11 header optional from AMSDU
Yogesh Ashok Powar
2
-9
/
+14
2011-05-16
nl80211: Move peer link state definition to nl80211
Javier Cardona
6
-45
/
+45
2011-05-16
net/rfkill/core.c: Avoid leaving freed data in a list
Julia Lawall
1
-1
/
+1
2011-05-16
mac80211: sparse RCU annotations
Johannes Berg
16
-74
/
+118
2011-05-16
mac80211: fix TX a-MPDU locking
Johannes Berg
3
-12
/
+42
2011-05-16
cfg80211: advertise possible interface combinations
Johannes Berg
5
-18
/
+263
2011-05-16
ipv4: Trivial rt->rt_src conversions in net/ipv4/route.c
David S. Miller
1
-2
/
+2
2011-05-16
net: ping: dont call udp_ioctl()
Eric Dumazet
1
-19
/
+0
2011-05-16
netfilter: nf_ct_sip: fix SDP parsing in TCP SIP messages for some Cisco phones
Patrick McHardy
1
-4
/
+10
2011-05-16
netfilter: nf_ct_sip: validate Content-Length in TCP SIP messages
Patrick McHardy
1
-0
/
+2
2011-05-15
caif: remove unesesarry exports
sjur.brandeland@stericsson.com
4
-24
/
+13
2011-05-15
caif: Bugfix debugfs directory name must be unique.
sjur.brandeland@stericsson.com
1
-12
/
+22
2011-05-15
caif: Handle dev_queue_xmit errors.
sjur.brandeland@stericsson.com
6
-46
/
+117
2011-05-15
caif: prepare support for namespaces
sjur.brandeland@stericsson.com
6
-180
/
+162
2011-05-15
caif: Protected in-flight packets using dev or sock refcont.
sjur.brandeland@stericsson.com
2
-4
/
+43
2011-05-15
caif: Move refcount from service layer to sock and dev.
sjur.brandeland@stericsson.com
2
-8
/
+31
2011-05-15
caif: Add ref-count to framing layer
sjur.brandeland@stericsson.com
2
-1
/
+39
2011-05-15
caif: Use RCU and lists in cfcnfg.c for managing caif link layers
sjur.brandeland@stericsson.com
1
-160
/
+213
2011-05-15
caif: Use RCU instead of spin-lock in caif_dev.c
sjur.brandeland@stericsson.com
1
-118
/
+159
2011-05-15
caif: Use rcu_read_lock in CAIF mux layer.
sjur.brandeland@stericsson.com
2
-44
/
+83
2011-05-15
IPVS: fix netns if reading ip_vs_* procfs entries
Hans Schillstrom
3
-6
/
+6
2011-05-15
bridge: fix forwarding of IPv6
Stephen Hemminger
1
-1
/
+1
2011-05-15
net: ping: small changes
Eric Dumazet
1
-4
/
+4
2011-05-14
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
2
-6
/
+27
2011-05-15
batman-adv: reset broadcast flood protection on error
Marek Lindner
1
-1
/
+1
2011-05-15
batman-adv: Add missing hardif_free_ref in forw_packet_free
Sven Eckelmann
2
-5
/
+26
2011-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-1
/
+5
2011-05-13
ipv4: Remove rt->rt_dst reference from ip_forward_options().
David S. Miller
1
-1
/
+1
2011-05-13
ipv4: Remove route key identity dependencies in ip_rt_get_source().
David S. Miller
2
-16
/
+20
2011-05-13
ipv4: Always call ip_options_build() after rest of IP header is filled in.
David S. Miller
1
-4
/
+5
2011-05-13
ipv4: Kill spurious write to iph->daddr in ip_forward_options().
David S. Miller
1
-1
/
+0
[prev]
[next]