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
2005-05-29
[IPV4]: Kill MULTIPATHHOLDROUTE flag.
Pravin B. Shelar
2
-37
/
+1
2005-05-29
[IPV4]: Primary and secondary addresses
Harald Welte
1
-5
/
+29
2005-05-29
[BRIDGE]: receive path optimization
Stephen Hemminger
1
-1
/
+1
2005-05-29
[BRIDGE]: prevent bad forwarding table updates
Stephen Hemminger
2
-2
/
+7
2005-05-29
[BRIDGE]: set features based on enslaved devices
Stephen Hemminger
4
-8
/
+40
2005-05-29
[BRIDGE]: make dev->features unsigned
Stephen Hemminger
1
-1
/
+1
2005-05-29
[BRIDGE]: features change notification
Stephen Hemminger
2
-1
/
+19
2005-05-26
[TOKENRING]: net/802/tr.c: s/struct rif_cache_s/struct rif_cache/
Alexey Dobriyan
1
-11
/
+11
2005-05-26
[TOKENRING]: be'ify trh_hdr, trllc, rif_cache_s
Alexey Dobriyan
1
-2
/
+2
2005-05-26
From: Kazunori Miyazawa <kazunori@miyazawa.org>
Hideaki YOSHIFUJI
2
-2
/
+6
2005-05-26
[PKT_SCHED] netem: allow random reordering (with fix)
Stephen Hemminger
1
-12
/
+42
2005-05-26
[PKT_SCHED] netem: use only inner qdisc -- no private skbuff queue
Stephen Hemminger
1
-88
/
+36
2005-05-26
[PKT_SCHED]: netem: reinsert for duplication
Stephen Hemminger
1
-24
/
+29
2005-05-23
[IPV6]: Fix xfrm tunnel oops with large packets
Herbert Xu
1
-0
/
+1
2005-05-23
[TCP]: Fix stretch ACK performance killer when doing ucopy.
David S. Miller
1
-10
/
+1
2005-05-19
[NETLINK]: Defer socket destruction a bit
Tommy S. Christensen
1
-1
/
+2
2005-05-19
[NETLINK]: Move broadcast skb_orphan to the skb_get path.
Tommy S. Christensen
1
-4
/
+7
2005-05-19
[NETLINK]: Fix race with recvmsg().
Tommy S. Christensen
1
-0
/
+1
2005-05-19
[IPSEC]: Verify key payload in verify_one_algo
Herbert Xu
1
-1
/
+8
2005-05-19
[IPSEC]: Fixed alg_key_len usage in attach_one_algo
Herbert Xu
1
-2
/
+4
2005-05-19
[NETFILTER]: Do not be clever about SKB ownership in ip_ct_gather_frags().
David S. Miller
1
-20
/
+8
2005-05-19
[IP_VS]: Remove extra __ip_vs_conn_put() for incoming ICMP.
Julian Anastasov
1
-1
/
+0
2005-05-19
[AF_UNIX]: Use lookup_create().
Christoph Hellwig
1
-25
/
+3
2005-05-18
[IPV4/IPV6] Ensure all frag_list members have NULL sk
Herbert Xu
2
-6
/
+16
2005-05-18
[XFRM]: skb_cow_data() does not set proper owner for new skbs.
Evgeniy Polyakov
1
-1
/
+1
2005-05-05
[PATCH] update Ross Biro bouncing email address
Jesper Juhl
20
-20
/
+20
2005-05-05
[IPV4]: multipath_wrandom.c GPF fixes
Patrick McHardy
1
-3
/
+3
2005-05-05
[ATALK]: Add alloc_ltalkdev().
Christoph Hellwig
1
-2
/
+20
2005-05-05
[IPV6]: Fix OOPS when using IPV6_ADDRFORM
Arnaldo Carvalho de Melo
1
-4
/
+8
2005-05-05
[DECNET]: Fix build after C99 netlink initializer change.
Rafael J. Wysocki
1
-1
/
+1
2005-05-05
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
David Woodhouse
28
-219
/
+344
2005-05-04
[PATCH] ISA DMA Kconfig fixes - part 4 (irda)
Al Viro
1
-0
/
+2
2005-05-03
[PKT_SCHED]: Action repeat
J Hadi Salim
1
-2
/
+2
2005-05-03
[IPSEC]: Store idev entries
Herbert Xu
3
-23
/
+87
2005-05-03
[PKT_SCHED]: netetm: adjust parent qlen when duplicating
Stephen Hemminger
2
-5
/
+16
2005-05-03
[PKT_SCHED]: netetm: make qdisc friendly to outer disciplines
Stephen Hemminger
1
-46
/
+67
2005-05-03
[PKT_SCHED]: netetm: trap infinite loop hange on qlen underflow
Stephen Hemminger
1
-0
/
+1
2005-05-03
[NETFILTER]: Drop conntrack reference in ip_dev_loopback_xmit()
Patrick McHardy
2
-2
/
+1
2005-05-03
[NETFILTER]: Fix nf_debug_ip_local_deliver()
Patrick McHardy
1
-13
/
+2
2005-05-03
[NET]: Disable queueing when carrier is lost.
Tommy S. Christensen
2
-0
/
+11
2005-05-03
[XFRM/RTNETLINK]: Decrement qlen properly in {xfrm_,rt}netlink_rcv().
David S. Miller
2
-2
/
+6
2005-05-03
[NETLINK]: Fix infinite loops in synchronous netlink changes.
David S. Miller
3
-9
/
+7
2005-05-03
[NETLINK]: Synchronous message processing.
Herbert Xu
6
-37
/
+47
2005-05-03
[NETLINK]: cb_lock does not needs ref count on sk
Herbert Xu
1
-3
/
+0
2005-05-03
[PKT_SCHED]: HTB: Drop packet when direct queue is full
Asim Shankar
1
-0
/
+4
2005-05-03
[TCP]: Optimize check in port-allocation code, v6 version.
Folkert van Heusden
1
-2
/
+5
2005-05-03
[TCP]: Optimize check in port-allocation code.
Folkert van Heusden
1
-2
/
+5
2005-05-03
[PKT_SCHED]: fix typo on Kconfig
Lucas Correia Villa Real
1
-1
/
+1
2005-05-03
[RTNETLINK] Cleanup rtnetlink_link tables
Thomas Graf
4
-26
/
+28
2005-05-03
[RTNETLINK] Fix & cleanup rtm_min/rtm_max
Thomas Graf
1
-18
/
+21
[next]