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
2014-01-17
ipv4: fix a dst leak in tunnels
Eric Dumazet
1
-20
/
+14
2014-01-17
tcp: metrics: Avoid duplicate entries with the same destination-IP
Christoph Paasch
1
-19
/
+32
2014-01-17
ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT
Florent Fourcot
1
-0
/
+1
2014-01-16
net/ipv4: don't use module_init in non-modular gre_offload
Paul Gortmaker
1
-8
/
+2
2014-01-14
tcp: do not export tcp_gso_segment() and tcp_gro_receive()
Eric Dumazet
1
-2
/
+0
2014-01-14
net: avoid reference counter overflows on fib_rules in multicast forwarding
Hannes Frederic Sowa
1
-2
/
+5
2014-01-14
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
4
-6
/
+6
2014-01-14
ipv4: register igmp_notifier even when !CONFIG_PROC_FS
WANG Cong
2
-4
/
+8
2014-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2014-01-13
inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait sockets
Neal Cardwell
1
-1
/
+4
2014-01-13
gre_offload: simplify GRE header length calculation in gre_gso_segment()
Neal Cardwell
1
-10
/
+6
2014-01-13
gre_offload: fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+1
2014-01-13
ipv4: introduce hardened ip_no_pmtu_disc mode
Hannes Frederic Sowa
2
-4
/
+25
2014-01-13
ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...
Hannes Frederic Sowa
4
-8
/
+17
2014-01-13
sched, net: Clean up preempt_enable_no_resched() abuse
Peter Zijlstra
1
-2
/
+2
2014-01-10
tcp: metrics: Allow selective get/del of tcp-metrics based on src IP
Christoph Paasch
1
-10
/
+38
2014-01-10
tcp: metrics: Delete all entries matching a certain destination
Christoph Paasch
1
-6
/
+11
2014-01-10
tcp: metrics: New netlink attribute for src IP and dumped in netlink reply
Christoph Paasch
1
-0
/
+6
2014-01-10
tcp: metrics: Add source-address to tcp-metrics
Christoph Paasch
1
-9
/
+25
2014-01-10
tcp: metrics: rename tcpm_addr to tcpm_daddr
Christoph Paasch
1
-36
/
+36
2014-01-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
4
-60
/
+64
2014-01-09
netfilter: nf_tables: fix error path in the init functions
Pablo Neira Ayuso
1
-1
/
+7
2014-01-09
ip_tunnel: fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+1
2014-01-09
netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()
Patrick McHardy
4
-4
/
+4
2014-01-09
netfilter: nf_tables: minor nf_chain_type cleanups
Patrick McHardy
4
-10
/
+10
2014-01-09
netfilter: nf_tables: constify chain type definitions and pointers
Patrick McHardy
4
-4
/
+4
2014-01-09
netfilter: nf_tables: add missing module references to chain types
Patrick McHardy
2
-0
/
+2
2014-01-07
netfilter: nf_tables: add "inet" table for IPv4/IPv6
Patrick McHardy
1
-1
/
+2
2014-01-07
netfilter: nf_tables: add support for multi family tables
Patrick McHardy
2
-0
/
+2
2014-01-07
netfilter: nf_tables: make chain types override the default AF functions
Patrick McHardy
2
-44
/
+37
2014-01-07
net-gre-gro: Add GRE support to the GRO stack
Jerry Chu
3
-5
/
+172
2014-01-07
ipv4: loopback device: ignore value changes after device is upped
Jiri Pirko
1
-0
/
+2
2014-01-06
gre_offload: statically build GRE offloading support
Eric Dumazet
3
-13
/
+7
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-25
/
+51
2014-01-06
tcp: out_of_order_queue do not use its lock
Eric Dumazet
2
-2
/
+2
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
4
-258
/
+24
2014-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-6
/
+0
2014-01-04
net: unify the pcpu_tstats and br_cpu_netstats as one
Li RongQing
2
-5
/
+6
2014-01-03
ipv4: Use percpu Cache route in IP tunnels
Tom Herbert
1
-12
/
+32
2014-01-03
ipv4: Cache dst in tunnels
Tom Herbert
1
-24
/
+89
2014-01-03
netfilter: nf_conntrack: remove dead code
stephen hemminger
1
-6
/
+0
2014-01-02
ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC
Wei-Chun Chao
3
-23
/
+31
2014-01-02
ipv4: switch and case should be at the same indent
Weilong Chen
1
-15
/
+15
2014-01-02
ipv4: spaces required around that '='
Weilong Chen
1
-4
/
+4
2014-01-02
ipv4: arp: update neighbour address when a gratuitous arp is received and arp...
Salam Noureddine
1
-5
/
+10
2014-01-01
netfilter: add help information to new nf_tables Kconfig options
Pablo Neira Ayuso
1
-0
/
+14
2013-12-30
netfilter: nft_reject: support for IPv6 and TCP reset
Eric Leblond
3
-128
/
+0
2013-12-30
netfilter: REJECT: separate reusable code
Eric Leblond
1
-130
/
+10
2013-12-29
lro: remove dead code
stephen hemminger
1
-173
/
+0
2013-12-29
tcp: make local functions static
stephen hemminger
2
-2
/
+2
[prev]
[next]