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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-20
[IPV6]: Cleanup of net/ipv6/reassambly.c
Ingo Oeser
1
-18
/
+17
2006-03-20
[BRIDGE]: Remove duplicate const from is_link_local() argument type.
Andrew Morton
1
-1
/
+1
2006-03-20
[DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checking
Adrian Bunk
1
-2
/
+1
2006-03-20
[TG3]: make drivers/net/tg3.c:tg3_request_irq() static
Adrian Bunk
1
-1
/
+1
2006-03-20
[BRIDGE]: use LLC to send STP
Stephen Hemminger
1
-69
/
+59
2006-03-20
[LLC]: llc_mac_hdr_init const arguments
Stephen Hemminger
5
-24
/
+4
2006-03-20
[BRIDGE]: allow show/store of group multicast address
Stephen Hemminger
4
-6
/
+57
2006-03-20
[BRIDGE]: use llc for receiving STP packets
Stephen Hemminger
5
-28
/
+71
2006-03-20
[BRIDGE]: stp timer to jiffies cleanup
Stephen Hemminger
1
-9
/
+8
2006-03-20
[BRIDGE]: forwarding remove unneeded preempt and bh diasables
Stephen Hemminger
2
-6
/
+3
2006-03-20
[BRIDGE]: netfilter inline cleanup
Stephen Hemminger
2
-31
/
+21
2006-03-20
[BRIDGE]: netfilter VLAN macro cleanup
Stephen Hemminger
1
-23
/
+27
2006-03-20
[BRIDGE]: netfilter dont use __constant_htons
Stephen Hemminger
1
-25
/
+25
2006-03-20
[BRIDGE]: netfilter whitespace
Stephen Hemminger
1
-53
/
+63
2006-03-20
[BRIDGE]: optimize frame pass up
Stephen Hemminger
1
-7
/
+1
2006-03-20
[BRIDGE]: use kzalloc
Stephen Hemminger
1
-3
/
+3
2006-03-20
[BRIDGE]: use kcalloc
Stephen Hemminger
1
-2
/
+1
2006-03-20
[BRIDGE]: use setup_timer
Stephen Hemminger
1
-16
/
+7
2006-03-20
[BRIDGE]: remove unneeded bh disables
Stephen Hemminger
1
-12
/
+12
2006-03-20
[BRIDGE] br_netfilter: Warning fixes.
Andrew Morton
1
-2
/
+0
2006-03-20
[BRIDGE] ebtables: Build fix.
Andrew Morton
1
-2
/
+8
2006-03-20
[SPARC]: Fixup SO_PEERSEC value on 32-bit sparc.
David S. Miller
1
-1
/
+1
2006-03-20
[INET]: Fix typo in Arnaldo's connection sock compat fixups.
David S. Miller
1
-2
/
+2
2006-03-20
[DCCP] feat: Pass dccp_minisock ptr where only the minisock is used
Arnaldo Carvalho de Melo
3
-24
/
+24
2006-03-20
[DCCP] minisock: Rename struct dccp_options to struct dccp_minisock
Arnaldo Carvalho de Melo
8
-103
/
+104
2006-03-20
[SELINUX]: selinux_socket_getpeer_{stream,dgram} fixup
Catherine Zhang
1
-0
/
+10
2006-03-20
[NET]: Identation & other cleanups related to compat_[gs]etsockopt cset
Arnaldo Carvalho de Melo
19
-556
/
+540
2006-03-20
[SK_BUFF]: export skb_pull_rcsum
Arnaldo Carvalho de Melo
1
-0
/
+2
2006-03-20
[SECURITY] getpeersec: Fix build breakage
Arnaldo Carvalho de Melo
1
-1
/
+2
2006-03-20
[INFINIBAND] ipoib: Remove leftover use of neigh_ops->destructor
Arnaldo Carvalho de Melo
1
-1
/
+0
2006-03-20
[ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt
Arnaldo Carvalho de Melo
4
-36
/
+48
2006-03-20
[SNAP]: Remove leftover unused hdr variable
Arnaldo Carvalho de Melo
1
-1
/
+0
2006-03-20
[NET]: {get|set}sockopt compatibility layer
Dmitry Mishin
29
-139
/
+928
2006-03-20
[IPV6]: remove useless test in ip6_append_data
Dave Jones
1
-1
/
+1
2006-03-20
[PKT_SCHED]: Let NET_CLS_ACT no longer depend on EXPERIMENTAL
Adrian Bunk
1
-1
/
+0
2006-03-20
[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
Herbert Xu
7
-15
/
+32
2006-03-20
[DECnet]: Use RCU locking in dn_rules.c
Steven Whitehouse
1
-44
/
+53
2006-03-20
[DECnet]: Patch to fix recvmsg() flag check
Patrick Caulfield
1
-1
/
+1
2006-03-20
[DECnet]: Endian annotation and fixes for DECnet.
Steven Whitehouse
18
-300
/
+302
2006-03-20
[SECURITY]: TCP/UDP getpeersec
Catherine Zhang
9
-17
/
+169
2006-03-20
[XFRM]: Fix aevent related crash
Patrick McHardy
2
-5
/
+20
2006-03-20
[TCP]: sysctl to allow TCP window > 32767 sans wscale
Rick Jones
5
-7
/
+34
2006-03-20
[IPV4] ARP: Documentation for new arp_accept sysctl variable.
Neil Horman
1
-0
/
+5
2006-03-20
[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.
Neil Horman
4
-10
/
+20
2006-03-20
[TG3]: netif_carrier_off runs too early; could still be queued when init fails
Jeff Mahoney
1
-1
/
+2
2006-03-20
[TIPC]: Avoid compiler warning
Per Liden
1
-1
/
+1
2006-03-20
[TIPC]: Reduce stack usage
Per Liden
1
-8
/
+22
2006-03-20
[TIPC]: Cleanups
Adrian Bunk
6
-25
/
+30
2006-03-20
[TIPC]: Remove unused functions
Per Liden
2
-10
/
+0
2006-03-20
[TIPC]: Remove inlines from *.c
Sam Ravnborg
6
-53
/
+53
[next]