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
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-16
/
+15
2008-05-02
netfilter: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
1
-7
/
+6
2008-05-02
netfilter: assign PDE->fops before gluing PDE into /proc tree
Denis V. Lunev
1
-3
/
+3
2008-05-02
netfilter: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
1
-6
/
+6
2008-05-01
rename div64_64 to div64_u64
Roman Zippel
1
-3
/
+2
2008-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
4
-7
/
+6
2008-04-29
Remove duplicated unlikely() in IS_ERR()
Hirofumi Nakagawa
1
-1
/
+1
2008-04-29
netfilter: nf_conntrack: padding breaks conntrack hash on ARM
Philip Craig
1
-2
/
+2
2008-04-29
netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets
Arnaud Ebalard
1
-3
/
+2
2008-04-29
netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables...
Pavel Emelyanov
1
-1
/
+1
2008-04-29
netfilter: xt_TCPOPTSTRIP: signed tcphoff for ipv6_skip_exthdr() retval
Roel Kluin
1
-1
/
+1
2008-04-20
netfilter: Fix SIP conntrack build with NAT disabled.
Patrick McHardy
1
-1
/
+2
2008-04-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
38
-340
/
+1159
2008-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-18
/
+5
2008-04-14
[NETFILTER]: nf_conntrack: fix incorrect check for expectations
Patrick McHardy
1
-1
/
+1
2008-04-14
[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...
Jan Engelhardt
7
-26
/
+26
2008-04-14
[NETFILTER]: nf_conntrack: const annotations in nf_conntrack_sctp, nf_nat_pro...
Jan Engelhardt
1
-6
/
+11
2008-04-14
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_tuple.h
Jan Engelhardt
1
-12
/
+10
2008-04-14
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto
Jan Engelhardt
7
-98
/
+94
2008-04-14
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3proto
Jan Engelhardt
1
-6
/
+6
2008-04-14
[NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessors
Patrick McHardy
14
-85
/
+50
2008-04-14
[NETFILTER]: nf_conntrack_tcp: catch invalid state updates over ctnetlink
Patrick McHardy
1
-2
/
+4
2008-04-14
[NETFILTER]: nf_conntrack_extend: warn on confirmed conntracks
Patrick McHardy
1
-0
/
+3
2008-04-14
[NETFILTER]: nf_conntrack: add DCCP protocol support
Patrick McHardy
3
-0
/
+827
2008-04-14
[NETFILTER]: Add partial checksum validation helper
Patrick McHardy
1
-26
/
+7
2008-04-14
[NETFILTER]: nf_conntrack_netlink: clean up NAT protocol parsing
Patrick McHardy
1
-12
/
+3
2008-04-14
[NETFILTER]: nf_conntrack_sip: clear address in parse_addr()
Patrick McHardy
1
-0
/
+1
2008-04-14
[NETFILTER]: annotate rest of nf_conntrack_* with const
Jan Engelhardt
4
-10
/
+13
2008-04-14
[NETFILTER]: annotate {arp,ip,ip6,x}tables with const
Jan Engelhardt
1
-9
/
+9
2008-04-14
[NETFILTER]: annotate xtables targets with const and remove casts
Jan Engelhardt
12
-20
/
+31
2008-04-14
[NETFILTER]: nf_conntrack: less hairy ifdefs around proc and sysctl
Alexey Dobriyan
1
-40
/
+76
2008-04-10
[NETFILTER]: xt_hashlimit: fix mask calculation
Patrick McHardy
1
-18
/
+5
2008-03-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
6
-39
/
+19
2008-03-28
[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
Denis V. Lunev
6
-39
/
+19
2008-03-26
[NETFILTER]: nf_conntrack_sip: update copyright
Patrick McHardy
1
-0
/
+2
2008-03-26
[NETFILTER]: nf_conntrack_sip: RTP routing optimization
Patrick McHardy
1
-10
/
+49
2008-03-26
[NETFILTER]: nf_conntrack_sip: support multiple media channels
Patrick McHardy
1
-31
/
+90
2008-03-26
[NETFILTER]: nf_nat_sip: split up SDP mangling
Patrick McHardy
1
-27
/
+115
2008-03-26
[NETFILTER]: nf_conntrack_sip: create RTCP expectations
Patrick McHardy
1
-20
/
+38
2008-03-26
[NETFILTER]: nf_conntrack_sip: allow media expectations with wildcard source ...
Patrick McHardy
1
-4
/
+41
2008-03-26
[NETFILTER]: nf_conntrack_sip: create signalling expectations
Patrick McHardy
1
-10
/
+222
2008-03-26
[NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing hel...
Patrick McHardy
1
-0
/
+58
2008-03-26
[NETFILTER]: nf_conntrack_sip: flush expectations on call termination
Patrick McHardy
1
-4
/
+48
2008-03-26
[NETFILTER]: nf_conntrack_sip: process ACK and PRACK methods
Patrick McHardy
1
-0
/
+13
2008-03-26
[NETFILTER]: nf_conntrack_sip: perform NAT after parsing
Patrick McHardy
1
-8
/
+11
2008-03-26
[NETFILTER]: nf_conntrack_sip: support method specific request/response handling
Patrick McHardy
1
-10
/
+97
2008-03-26
[NETFILTER]: nf_conntrack_sip: move SDP parsing to seperate function
Patrick McHardy
1
-41
/
+43
2008-03-26
[NETFILTER]: nf_nat_sip: get rid of text based header translation
Patrick McHardy
1
-5
/
+22
2008-03-26
[NETFILTER]: nf_conntrack_sip: introduce SIP-URI parsing helper
Patrick McHardy
1
-0
/
+107
2008-03-26
[NETFILTER]: nf_conntrack_sip: parse SIP headers properly
Patrick McHardy
1
-144
/
+127
[next]