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
starfive-6.6.48-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
2010-08-02
netfilter: nf_nat: don't check if the tuple is unique when there isn't any ot...
Changli Gao
3
-6
/
+6
2010-08-02
netfilter: nf_nat: make unique_tuple return void
Changli Gao
9
-28
/
+26
2010-08-02
netfilter: nf_nat: use local variable hdrlen
Changli Gao
1
-11
/
+7
2010-08-02
netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessary
Eric Dumazet
2
-8
/
+12
2010-07-23
netfilter: iptables: use skb->len for accounting
Changli Gao
1
-1
/
+1
2010-07-23
netfilter: arptables: use arp_hdr_len()
Changli Gao
1
-4
/
+1
2010-07-23
netfilter: nf_nat_core: merge the same lines
Changli Gao
1
-7
/
+2
2010-07-05
netfilter: ipt_REJECT: avoid touching dst ref
Eric Dumazet
1
-1
/
+1
2010-07-05
netfilter: ipt_REJECT: postpone the checksum calculation.
Changli Gao
1
-5
/
+5
2010-07-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
4
-27
/
+51
2010-07-01
fragment: add fast path for in-order fragments
Changli Gao
1
-0
/
+12
2010-07-01
snmp: 64bit ipstats_mib for all arches
Eric Dumazet
2
-6
/
+45
2010-06-29
tcp: tso_fragment() might avoid GFP_ATOMIC
Eric Dumazet
1
-3
/
+3
2010-06-29
net: use this_cpu_ptr()
Eric Dumazet
2
-2
/
+2
2010-06-28
netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC header
Patrick McHardy
1
-14
/
+40
2010-06-28
netfilter: ipt_LOG/ip6t_LOG: remove comparison within loop
Patrick McHardy
1
-6
/
+6
2010-06-27
syncookies: add support for ECN
Florian Westphal
2
-9
/
+12
2010-06-27
syncookies: do not store rcv_wscale in tcp timestamp
Florian Westphal
1
-21
/
+14
2010-06-26
snmp: add align parameter to snmp_mib_init()
Eric Dumazet
1
-10
/
+17
2010-06-26
arp: RCU change in arp_solicit()
Eric Dumazet
1
-5
/
+7
2010-06-25
tcp: do not send reset to already closed sockets
Konstantin Khorenko
1
-0
/
+4
2010-06-24
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+6
2010-06-24
net - IP_NODEFRAG option for IPv4 socket
Jiri Olsa
3
-1
/
+15
2010-06-22
udp: Fix bogus UFO packet generation
Herbert Xu
1
-3
/
+6
2010-06-17
netfilter: nf_nat: support user-specified SNAT rules in LOCAL_IN
Patrick McHardy
3
-13
/
+11
2010-06-17
syncookies: check decoded options against sysctl settings
Florian Westphal
1
-6
/
+19
2010-06-16
inetpeer: restore small inet_peer structures
Eric Dumazet
3
-6
/
+10
2010-06-16
inetpeer: do not use zero refcnt for freed entries
Eric Dumazet
1
-2
/
+8
2010-06-16
ipfrag : frag_kfree_skb() cleanup
Eric Dumazet
1
-6
/
+3
2010-06-16
ip_frag: Remove some atomic ops
Eric Dumazet
1
-2
/
+1
2010-06-16
inetpeer: RCU conversion
Eric Dumazet
1
-69
/
+95
2010-06-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
7
-62
/
+62
2010-06-15
tcp: unify tcp flag macros
Changli Gao
3
-35
/
+34
2010-06-15
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
28
-490
/
+601
2010-06-15
netfilter: CLUSTERIP: RCU conversion
Eric Dumazet
1
-19
/
+29
2010-06-15
inetpeer: various changes
Eric Dumazet
1
-38
/
+56
2010-06-14
netfilter: kill redundant check code in which setting ip_summed value
Shan Wei
1
-3
/
+1
2010-06-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+3
2010-06-11
net-next: remove useless union keyword
Changli Gao
19
-305
/
+305
2010-06-11
ip: ip_ra_control() rcu fix
Eric Dumazet
1
-4
/
+15
2010-06-10
icmp: RCU conversion in icmp_address_reply()
Eric Dumazet
1
-7
/
+5
2010-06-09
netfilter: ip_queue: rwlock to spinlock conversion
Eric Dumazet
1
-32
/
+25
2010-06-08
netfilter: nf_conntrack: IPS_UNTRACKED bit
Eric Dumazet
2
-2
/
+2
2010-06-08
net: avoid two atomic ops in ip_rcv_options()
Eric Dumazet
1
-4
/
+2
2010-06-08
ipv4: avoid two atomic ops in ip_rt_redirect()
Eric Dumazet
1
-7
/
+3
2010-06-08
igmp: avoid two atomic ops in igmp_rcv()
Eric Dumazet
1
-6
/
+4
2010-06-08
ip: Router Alert RCU conversion
Eric Dumazet
2
-17
/
+17
2010-06-07
ipmr: dont corrupt lists
Eric Dumazet
1
-1
/
+3
2010-06-07
raw: avoid two atomics in xmit
Eric Dumazet
1
-3
/
+5
2010-06-07
tcp: Fix slowness in read /proc/net/tcp
Tom Herbert
1
-8
/
+84
[next]