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
2009-02-05
Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"
David S. Miller
1
-8
/
+4
2009-02-05
ipv6: Copy cork options in ip6_append_data
Herbert Xu
1
-15
/
+52
2009-02-05
udp: Fix UDP short packet false positive
Jesper Dangaard Brouer
1
-1
/
+2
2009-02-03
sunrpc: fix rdma dependencies
Randy Dunlap
1
-1
/
+1
2009-02-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-3
/
+2
2009-02-02
udp: increments sk_drops in __udp_queue_rcv_skb()
Eric Dumazet
1
-1
/
+3
2009-02-01
net: packet socket packet_lookup_frame fix
Sebastiano Di Paola
1
-4
/
+4
2009-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-2
/
+8
2009-01-31
ipv6: compile fix for ip6mr.c
Dave Jones
1
-0
/
+1
2009-01-30
packet: Avoid lock_sock in mmap handler
Herbert Xu
1
-2
/
+7
2009-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
12
-60
/
+108
2009-01-29
wimax: fix build issue when debugfs is disabled
Inaky Perez-Gonzalez
2
-11
/
+13
2009-01-29
ipv4: fix infinite retry loop in IP-Config
Benjamin Zores
1
-3
/
+3
2009-01-29
net: Fix OOPS in skb_seq_read().
Shyam Iyer
1
-5
/
+5
2009-01-29
net: Fix frag_list handling in skb_seq_read
Herbert Xu
1
-2
/
+3
2009-01-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-12
/
+20
2009-01-29
cfg80211: print correct intersected regulatory domain
Luis R. Rodriguez
1
-1
/
+1
2009-01-29
cfg80211: Fix sanity check on 5 GHz when processing country IE
Luis R. Rodriguez
1
-11
/
+19
2009-01-27
ipv6: Make mc_forwarding sysctl read-only.
David S. Miller
1
-1
/
+1
2009-01-27
IPv6: Fix multicast routing bugs.
Thomas Goff
3
-7
/
+20
2009-01-27
net: fix xfrm reverse flow lookup for icmp6
Jiri Pirko
1
-2
/
+2
2009-01-27
nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support too
J. Bruce Fields
1
-3
/
+2
2009-01-26
tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.
Dimitris Michailidis
1
-1
/
+2
2009-01-26
udp: optimize bind(0) if many ports are in use
Eric Dumazet
1
-16
/
+39
2009-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
17
-79
/
+206
2009-01-26
vlan: Export symbols as non GPL symbols.
Ben Greear
1
-2
/
+2
2009-01-26
net: Move config NET_NS to from net/Kconfig to init/Kconfig
Matt Helsley
1
-8
/
+0
2009-01-25
af_key: initialize xfrm encap_oa
Timo Teras
1
-0
/
+1
2009-01-22
sctp: Fix another socket race during accept/peeloff
Vlad Yasevich
1
-0
/
+13
2009-01-22
sctp: Properly timestamp outgoing data chunks for rtx purposes
Vlad Yasevich
1
-3
/
+4
2009-01-22
sctp: Correctly start rtx timer on new packet transmissions.
Vlad Yasevich
1
-2
/
+1
2009-01-22
mac80211: fix slot time debug message
Christian Lamparter
1
-2
/
+2
2009-01-22
mac80211: decrement ref count to netdev after launching mesh discovery
Brian Cavagnolo
1
-2
/
+4
2009-01-22
fs/Kconfig: move sunrpc out
Alexey Dobriyan
1
-0
/
+79
2009-01-21
netfilter: ctnetlink: fix scheduling while atomic
Patrick McHardy
1
-0
/
+3
2009-01-20
gro: Fix merging of paged packets
Herbert Xu
1
-4
/
+5
2009-01-20
gro: Fix error handling on extremely short frags
Herbert Xu
1
-0
/
+1
2009-01-20
gro: Fix handling of complete checksums in IPv6
Herbert Xu
1
-0
/
+7
2009-01-20
NET: net_namespace, fix lock imbalance
Jiri Slaby
1
-1
/
+1
2009-01-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2
-12
/
+117
2009-01-20
Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info"
David S. Miller
1
-9
/
+2
2009-01-19
net: Fix data corruption when splicing from sockets.
Jarek Poplawski
1
-32
/
+29
2009-01-19
net: Add debug info to track down GSO checksum bug
Herbert Xu
1
-1
/
+13
2009-01-19
net/9p: fid->fid is used uninitialized
Roel Kluin
1
-1
/
+1
2009-01-16
cfg80211: Fix parsed country IE info for 5 GHz
Luis R. Rodriguez
1
-2
/
+19
2009-01-16
cfg80211: Fix regression with 11d on bands
Luis R. Rodriguez
1
-3
/
+79
2009-01-16
cfg80211: make handle_band() and handle_channel() wiphy specific
Luis R. Rodriguez
1
-6
/
+19
2009-01-16
mac80211: more kernel-doc fixes
Randy Dunlap
1
-1
/
+0
2009-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
24
-99
/
+172
2009-01-15
9p: disallow RDMA if RDMA CM isn't available
Roland Dreier
1
-1
/
+1
[next]