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
2007-04-25
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
34
-53
/
+57
2007-04-25
[IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.raw
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
21
-41
/
+48
2007-04-25
[TCP]: Use skb_set_mac_header in tcp_collapse
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[TCP]: Do the layer header setting in tcp_collapse relative to skb->data
Arnaldo Carvalho de Melo
1
-3
/
+5
2007-04-25
[SK_BUFF] xfrm: Use skb_set_mac_header in the memmove cases
Arnaldo Carvalho de Melo
3
-6
/
+12
2007-04-25
[SK_BUFF]: Introduce skb_set_mac_header()
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[LLC]: Use skb_reset_mac_header in llc_mac_hdr_init
Arnaldo Carvalho de Melo
1
-2
/
+4
2007-04-25
[LLC]: Use skb_reset_mac_header in llc_alloc_frame
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
24
-27
/
+30
2007-04-25
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
5
-7
/
+2
2007-04-25
[HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->dev
Arnaldo Carvalho de Melo
2
-4
/
+5
2007-04-25
[TR]: Make tr_type_trans set skb->dev
Arnaldo Carvalho de Melo
2
-1
/
+4
2007-04-25
[TR]: Use tr_hdr() were appropriate
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[SOCKET]: Export __sock_recv_timestamp
Arnaldo Carvalho de Melo
1
-0
/
+2
2007-04-25
[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
Eric Dumazet
3
-3
/
+52
2007-04-25
[UDP]: Use __skb_pull since we have checked it won't fail with pskb_may_pull
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[NET]: New sysctls should use __read_mostly tags
Eric Dumazet
1
-3
/
+3
2007-04-25
[IPV6]: Ensure to truncate result and return full length for sticky options.
YOSHIFUJI Hideaki
1
-2
/
+2
2007-04-25
[IPV6]: Return correct result for sticky options.
YOSHIFUJI Hideaki
1
-4
/
+23
2007-04-25
[UDP]: deinline
Stephen Hemminger
1
-4
/
+4
2007-04-25
[NET]: deinline some functions
Stephen Hemminger
1
-5
/
+5
2007-04-25
[TCP]: whitespace cleanup
Stephen Hemminger
5
-50
/
+51
2007-04-25
[IPV4]: cleanup
Stephen Hemminger
12
-750
/
+745
2007-04-25
[WIRELESS]: use ARRAY_SIZE()
Stephen Hemminger
1
-4
/
+2
2007-04-25
[NET] core: whitespace cleanup
Stephen Hemminger
7
-535
/
+530
2007-04-25
[UDP]: ipv6 style cleanup
Stephen Hemminger
1
-6
/
+6
2007-04-25
[UDP]: ipv4 whitespace cleanup
Stephen Hemminger
1
-47
/
+48
2007-04-25
[NET]: Replace CONFIG_NET_DEBUG with sysctl.
Stephen Hemminger
3
-7
/
+10
2007-04-25
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
Eric Dumazet
12
-0
/
+82
2007-04-25
[TCP/DCCP/RANDOM]: Remove unused exports.
Adrian Bunk
2
-3
/
+0
2007-04-25
[TCP]: Abstract out all write queue operations.
David S. Miller
5
-96
/
+107
2007-04-25
[NET] TIPC: Use htons() where appropriate.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-04-25
[NET] SCHED: Use htons() where appropriate.
YOSHIFUJI Hideaki
2
-2
/
+2
2007-04-25
[NET] NETFILTER: Use htonl() where appropriate.
YOSHIFUJI Hideaki
1
-5
/
+4
2007-04-25
[NET] IPV4: Use hton{s,l}() where appropriate.
YOSHIFUJI Hideaki
4
-26
/
+25
2007-04-25
[NET] IEEE80211: Use htons() where appropriate.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-04-25
[NET] ETHERNET: Use htons() where appropriate.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-04-25
[NET] CORE: Use htons() where appropriate.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-04-25
[NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.
YOSHIFUJI Hideaki
4
-67
/
+67
2007-04-25
[NET] ATM: Use htons() where appropriate.
YOSHIFUJI Hideaki
1
-2
/
+2
2007-04-25
[NET] 8021Q: Use htons() where appropriate.
YOSHIFUJI Hideaki
1
-3
/
+3
2007-04-25
[NET] 802: Use hton{s,l}() where appropriate.
YOSHIFUJI Hideaki
2
-4
/
+4
2007-04-25
[UDP]: Clean up UDP-Lite receive checksum
Herbert Xu
5
-83
/
+101
2007-04-25
[UDP6]: Restore sk_filter optimisation
Herbert Xu
1
-2
/
+4
2007-04-25
[IPV4]: Optimize inet_getpeer()
Eric Dumazet
1
-16
/
+22
2007-04-25
[TCP] TCP Yeah: cleanup
Stephen Hemminger
1
-19
/
+23
2007-04-25
[TCP] tcp_cubic: faster cube root
Stephen Hemminger
1
-11
/
+5
2007-04-25
[IPV6] ADDRCONF: Fix possible inet6_ifaddr leakage with CONFIG_OPTIMISTIC_DAD.
YOSHIFUJI Hideaki
1
-4
/
+3
2007-04-25
[IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.
Neil Horman
5
-40
/
+199
[next]