index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[UDP]: Avoid repeated counting of checksum errors due to peeking
Herbert Xu
1
-3
/
+2
2008-01-28
[INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwarding
Pavel Emelyanov
2
-87
/
+44
2008-01-28
[IPV4]: Use ctl paths to register net/ipv4/ table
Pavel Emelyanov
1
-1
/
+18
2008-01-28
[IPV4]: Cleanup the sysctl_net_ipv4.c file
Pavel Emelyanov
3
-14
/
+6
2008-01-28
[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict
Patrick McHardy
1
-15
/
+2
2008-01-28
[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info
Patrick McHardy
2
-51
/
+31
2008-01-28
[NETFILTER]: ip_queue: deobfuscate entry lookups
Patrick McHardy
1
-64
/
+37
2008-01-28
[NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry
Patrick McHardy
1
-5
/
+3
2008-01-28
[NETFILTER]: nf_queue: move queueing related functions/struct to seperate header
Patrick McHardy
2
-0
/
+2
2008-01-28
[NETFILTER]: nf_queue: remove unused data pointer
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: nf_queue: make queue_handler const
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: Mark hooks __read_mostly
Patrick McHardy
8
-8
/
+8
2008-01-28
[NETFILTER]: Use nf_register_hooks for multiple registrations
Patrick McHardy
1
-65
/
+39
2008-01-28
[NETFILTER]: nf_conntrack_proto_icmp: kill extern declaration in .c file
Patrick McHardy
1
-1
/
+0
2008-01-28
[NETFILTER]: nf_ct_h323: remove ipv6 module dependency
Patrick McHardy
1
-0
/
+6
2008-01-28
[NETFILTER]: {ip,ip6}t_LOG: log GID
Maciej Soltysiak
1
-1
/
+3
2008-01-28
[NETFILTER]: ip_tables: remove obsolete SAME target
Patrick McHardy
3
-184
/
+0
2008-01-28
[NETFILTER]: Merge ipt_TOS into xt_DSCP
Jan Engelhardt
2
-11
/
+0
2008-01-28
[NETFILTER]: Merge ipt_tos into xt_dscp
Jan Engelhardt
3
-60
/
+0
2008-01-28
[NETFILTER]: Use lowercase names for matches in Kconfig
Jan Engelhardt
1
-6
/
+6
2008-01-28
[NETFILTER]: ipt_addrtype: limit address type checking to an interface
Laszlo Attila Toth
1
-16
/
+88
2008-01-28
[IPV4]: Add inet_dev_addr_type()
Laszlo Attila Toth
1
-2
/
+19
2008-01-28
[NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner
Jan Engelhardt
3
-97
/
+0
2008-01-28
[NETFILTER]: x_tables: remove obsolete overflow check
Patrick McHardy
2
-4
/
+0
2008-01-28
[NETFILTER]: x_tables: struct xt_table_info diet
Eric Dumazet
2
-18
/
+11
2008-01-28
[NETFILTER]: x_tables: consistent and unique symbol names
Jan Engelhardt
19
-362
/
+295
2008-01-28
[NETFILTER]: replace list_for_each with list_for_each_entry
Li Zefan
1
-4
/
+2
2008-01-28
[IPSEC]: Use the correct family for input state lookup
Herbert Xu
1
-0
/
+1
2008-01-28
[UDP]: Counter increment should be in USER mode for recvmsg
Wang Chen
1
-1
/
+1
2008-01-28
[UDP]: Clean up for IS_UDPLITE macro
Wang Chen
1
-8
/
+11
2008-01-28
[UDP]: Defer InDataGrams increment until recvmsg() does checksum
Wang Chen
1
-4
/
+3
2008-01-28
[TCP]: Abstract tp->highest_sack accessing & point to next skb
Ilpo Järvinen
2
-20
/
+18
2008-01-28
[TCP]: Cleanup local variables of clean_rtx_queue
Ilpo Järvinen
1
-14
/
+12
2008-01-28
[TCP]: Add unlikely() to urgent handling in clean_rtx_queue
Ilpo Järvinen
1
-2
/
+2
2008-01-28
[TCP]: Remove duplicated code block from clean_rtx_queue
Ilpo Järvinen
1
-29
/
+21
2008-01-28
[TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe
Ilpo Järvinen
1
-4
/
+4
2008-01-28
[TCP]: Remove local variable and use packets_in_flight directly
Ilpo Järvinen
1
-6
/
+3
2008-01-28
[TCP]: MTUprobe: prepare skb fields earlier
Ilpo Järvinen
1
-1
/
+2
2008-01-28
[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid
Ilpo Järvinen
13
-33
/
+22
2008-01-28
[TCP]: Unite identical code from two seqno split blocks
Ilpo Järvinen
1
-6
/
+1
2008-01-28
[TCP]: Remove superflucious FLAG_DATA_SACKED
Ilpo Järvinen
1
-7
/
+3
2008-01-28
[TCP]: Move LOSTRETRANS MIB outside !(L|S) check
Ilpo Järvinen
1
-1
/
+1
2008-01-28
[IPV4]: Use ctl paths to register devinet sysctls
Pavel Emelyanov
1
-49
/
+20
2008-01-28
[IPV4]: Unify and cleanup calls to devinet_sysctl_register
Pavel Emelyanov
1
-18
/
+16
2008-01-28
[IPV4]: Cleanup the devinet_sysctl_register
Pavel Emelyanov
1
-8
/
+9
2008-01-28
[NETFILTER]: Convert old checksum helper names
Patrick McHardy
8
-25
/
+25
2008-01-28
[TCP]: Two fixes to new sacktag code
Ilpo Järvinen
1
-2
/
+2
2008-01-28
[NET]: Eliminate unused argument from sk_stream_alloc_pskb
Pavel Emelyanov
2
-8
/
+5
2008-01-28
[NET]: Uninline the sk_stream_alloc_pskb
Pavel Emelyanov
1
-0
/
+27
2008-01-28
[IPV4] fib_hash: kmalloc + memset conversion to kzalloc
Joonwoo Park
1
-5
/
+2
[next]