index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-28
net: gre: use icmp_hdr() to get inner ip header
Duan Jiong
1
-1
/
+1
2014-01-28
net: Fix memory leak if TPROXY used with TCP early demux
Holger Eitzenberger
1
-1
/
+1
2014-01-28
net: ipv4: Use PTR_ERR_OR_ZERO
Sachin Kamat
1
-1
/
+2
2014-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
56
-933
/
+1120
2014-01-25
fib_frontend: fix possible NULL pointer dereference
Oliver Hartkopp
1
-0
/
+2
2014-01-24
remove extra definitions of U32_MAX
Alex Elder
1
-3
/
+0
2014-01-24
conditionally define U32_MAX
Alex Elder
1
-0
/
+2
2014-01-24
ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is called
Duan Jiong
1
-0
/
+1
2014-01-24
net/udp_offload: Handle static checker complaints
Shlomo Pongratz
1
-4
/
+4
2014-01-24
tcp: metrics: Handle v6/v4-mapped sockets in tcp-metrics
Christoph Paasch
1
-24
/
+40
2014-01-23
net/ipv4: queue work on power efficient wq
viresh kumar
1
-4
/
+6
2014-01-23
tcp: metrics: Fix rcu-race when deleting multiple entries
Christoph Paasch
1
-9
/
+5
2014-01-22
net: Add GRO support for UDP encapsulating protocols
Or Gerlitz
1
-0
/
+143
2014-01-22
ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts
Hannes Frederic Sowa
1
-0
/
+3
2014-01-22
tcp: delete redundant calls of tcp_mtup_init()
Peter Pan(潘卫平)
1
-1
/
+0
2014-01-22
ipv4: remove the useless argument from ip_tunnel_hash()
Duan Jiong
1
-5
/
+4
2014-01-20
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2014-01-20
ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams
Hannes Frederic Sowa
2
-4
/
+9
2014-01-19
ipv4: be friend with drop monitor
Eric Dumazet
4
-6
/
+6
2014-01-19
net: add build-time checks for msg->msg_name size
Steffen Hurrle
4
-10
/
+8
2014-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-21
/
+38
2014-01-18
ipv4: fix a dst leak in tunnels
Eric Dumazet
1
-20
/
+14
2014-01-18
tcp: metrics: Avoid duplicate entries with the same destination-IP
Christoph Paasch
1
-19
/
+32
2014-01-18
ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT
Florent Fourcot
1
-0
/
+1
2014-01-17
net/ipv4: don't use module_init in non-modular gre_offload
Paul Gortmaker
1
-8
/
+2
2014-01-15
tcp: do not export tcp_gso_segment() and tcp_gro_receive()
Eric Dumazet
1
-2
/
+0
2014-01-15
net: avoid reference counter overflows on fib_rules in multicast forwarding
Hannes Frederic Sowa
1
-2
/
+5
2014-01-15
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
4
-6
/
+6
2014-01-15
ipv4: register igmp_notifier even when !CONFIG_PROC_FS
WANG Cong
2
-4
/
+8
2014-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2014-01-14
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-11
tcp: metrics: Allow selective get/del of tcp-metrics based on src IP
Christoph Paasch
1
-10
/
+38
2014-01-11
tcp: metrics: Delete all entries matching a certain destination
Christoph Paasch
1
-6
/
+11
2014-01-11
tcp: metrics: New netlink attribute for src IP and dumped in netlink reply
Christoph Paasch
1
-0
/
+6
2014-01-11
tcp: metrics: Add source-address to tcp-metrics
Christoph Paasch
1
-9
/
+25
2014-01-11
tcp: metrics: rename tcpm_addr to tcpm_daddr
Christoph Paasch
1
-36
/
+36
2014-01-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
4
-60
/
+64
2014-01-10
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-08
netfilter: nf_tables: add "inet" table for IPv4/IPv6
Patrick McHardy
1
-1
/
+2
2014-01-08
netfilter: nf_tables: add support for multi family tables
Patrick McHardy
2
-0
/
+2
[next]