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
2010-10-05
net neigh: RCU conversion of neigh hash table
Eric Dumazet
5
-96
/
+158
2010-10-05
net neigh: neigh_delete() and neigh_add() changes
Eric Dumazet
1
-22
/
+17
2010-10-05
net: add a core netdev->rx_dropped counter
Eric Dumazet
9
-27
/
+22
2010-10-05
ipv6: make __ipv6_isatap_ifid static
stephen hemminger
1
-2
/
+1
2010-10-05
fib: fib_rules_cleanup can be static
stephen hemminger
1
-2
/
+1
2010-10-05
fib: cleanups
Eric Dumazet
3
-182
/
+206
2010-10-05
caif: remove duplicated include
Nicolas Kaiser
1
-1
/
+0
2010-10-05
ipvs: Use frag walker helper in SCTP proto support.
David S. Miller
1
-9
/
+10
2010-10-05
net: dynamic ingress_queue allocation
Eric Dumazet
3
-26
/
+62
2010-10-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
14
-37
/
+97
2010-10-03
net: introduce DST_NOCACHE flag
Eric Dumazet
2
-1
/
+4
2010-10-03
sctp: Fix break indentation in sctp_ioctl().
David S. Miller
1
-1
/
+1
2010-10-03
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
14
-194
/
+272
2010-10-03
sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()
Dan Rosenberg
1
-2
/
+6
2010-10-03
sctp: prevent reading out-of-bounds memory
Dan Rosenberg
1
-1
/
+12
2010-10-03
ipv4: correct IGMP behavior on v3 query during v2-compatibility mode
David Stevens
1
-1
/
+13
2010-10-03
ipmr: cleanups
Eric Dumazet
1
-114
/
+124
2010-10-03
ipmr: RCU protection for mfc_cache_array
Eric Dumazet
1
-40
/
+47
2010-10-03
ipmr: RCU conversion of mroute_sk
Eric Dumazet
1
-42
/
+49
2010-10-03
ipmr: __pim_rcv() is called under rcu_read_lock
Eric Dumazet
1
-6
/
+4
2010-10-03
gre: protocol table can be static
stephen hemminger
1
-1
/
+1
2010-10-03
Revert "ipv4: Make INET_LRO a bool instead of tristate."
Ben Hutchings
1
-1
/
+1
2010-10-03
net: Fix the condition passed to sk_wait_event()
Nagendra Tomar
1
-4
/
+4
2010-10-03
net: Fix IPv6 PMTU disc. w/ asymmetric routes
Maciej Żenczykowski
1
-4
/
+24
2010-10-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
14
-194
/
+272
2010-09-30
ipv4: rcu conversion in ip_route_output_slow
Eric Dumazet
1
-26
/
+12
2010-09-30
ipv4: introduce __ip_dev_find()
Eric Dumazet
1
-13
/
+19
2010-09-30
vlan: dont drop packets from unknown vlans in promiscuous mode
Eric Dumazet
1
-4
/
+10
2010-09-30
ipv4: __mkroute_output() speedup
Eric Dumazet
1
-18
/
+15
2010-09-30
Phonet: restore flow control credits when sending fails
Rémi Denis-Courmont
1
-2
/
+8
2010-09-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-4
/
+0
2010-09-29
ip_gre: comments change
Eric Dumazet
1
-4
/
+4
2010-09-29
tcp: tcp_enter_quickack_mode can be static
stephen hemminger
1
-1
/
+1
2010-09-29
arp: remove unnecessary export of arp_broken_ops
stephen hemminger
1
-2
/
+1
2010-09-29
Phonet: Correct header retrieval after pskb_may_pull
Kumar Sanghvi
1
-1
/
+2
2010-09-29
net: rename netdev rx_queue to ingress_queue
Eric Dumazet
3
-15
/
+15
2010-09-29
ip6tnl: percpu stats accounting
Eric Dumazet
1
-16
/
+77
2010-09-29
ipip: enable lockless xmits
Eric Dumazet
1
-0
/
+1
2010-09-29
ip_gre: lockless xmit
Eric Dumazet
1
-0
/
+4
2010-09-29
sit: enable lockless xmits
Eric Dumazet
1
-0
/
+1
2010-09-29
sit: fix percpu stats accounting
Eric Dumazet
1
-3
/
+11
2010-09-29
ipip: fix percpu stats accounting
Eric Dumazet
1
-3
/
+10
2010-09-29
net: add a recursion limit in xmit path
Eric Dumazet
1
-1
/
+11
2010-09-28
ipv6: Implement Any-IP support for IPv6.
Maciej Żenczykowski
1
-1
/
+9
2010-09-28
ipv4: Allow configuring subnets as local addresses
Tom Herbert
2
-5
/
+5
2010-09-28
ip_gre: Fix dependencies wrt. ipv6.
David S. Miller
1
-0
/
+1
2010-09-28
net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()
Damian Lukowski
1
-10
/
+14
2010-09-28
mac80211: Fix WMM driver queue configuration
Juuso Oikarinen
1
-8
/
+8
2010-09-28
cfg80211: always set IBSS basic rates
Johannes Berg
2
-17
/
+19
2010-09-28
mac80211: fix offchannel assumption upon association
Luis R. Rodriguez
1
-1
/
+2
[next]