index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-19
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-09
[NETFILTER]: xt_hashlimit: fix mask calculation
Patrick McHardy
1
-18
/
+5
2008-03-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
6
-39
/
+19
2008-03-27
[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
Denis V. Lunev
6
-39
/
+19
2008-03-25
[NETFILTER]: nf_conntrack_sip: update copyright
Patrick McHardy
1
-0
/
+2
2008-03-25
[NETFILTER]: nf_conntrack_sip: RTP routing optimization
Patrick McHardy
1
-10
/
+49
2008-03-25
[NETFILTER]: nf_conntrack_sip: support multiple media channels
Patrick McHardy
1
-31
/
+90
2008-03-25
[NETFILTER]: nf_nat_sip: split up SDP mangling
Patrick McHardy
1
-27
/
+115
2008-03-25
[NETFILTER]: nf_conntrack_sip: create RTCP expectations
Patrick McHardy
1
-20
/
+38
2008-03-25
[NETFILTER]: nf_conntrack_sip: allow media expectations with wildcard source ...
Patrick McHardy
1
-4
/
+41
2008-03-25
[NETFILTER]: nf_conntrack_sip: create signalling expectations
Patrick McHardy
1
-10
/
+222
2008-03-25
[NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing hel...
Patrick McHardy
1
-0
/
+58
2008-03-25
[NETFILTER]: nf_conntrack_sip: flush expectations on call termination
Patrick McHardy
1
-4
/
+48
2008-03-25
[NETFILTER]: nf_conntrack_sip: process ACK and PRACK methods
Patrick McHardy
1
-0
/
+13
2008-03-25
[NETFILTER]: nf_conntrack_sip: perform NAT after parsing
Patrick McHardy
1
-8
/
+11
2008-03-25
[NETFILTER]: nf_conntrack_sip: support method specific request/response handling
Patrick McHardy
1
-10
/
+97
2008-03-25
[NETFILTER]: nf_conntrack_sip: move SDP parsing to seperate function
Patrick McHardy
1
-41
/
+43
2008-03-25
[NETFILTER]: nf_nat_sip: get rid of text based header translation
Patrick McHardy
1
-5
/
+22
2008-03-25
[NETFILTER]: nf_conntrack_sip: introduce SIP-URI parsing helper
Patrick McHardy
1
-0
/
+107
2008-03-25
[NETFILTER]: nf_conntrack_sip: parse SIP headers properly
Patrick McHardy
1
-144
/
+127
2008-03-25
[NETFILTER]: nf_conntrack_sip: kill request URI "header" definitions
Patrick McHardy
1
-14
/
+50
2008-03-25
[NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function
Patrick McHardy
1
-65
/
+94
2008-03-25
[NETFILTER]: nf_conntrack_sip: use strlen/strcmp
Patrick McHardy
1
-6
/
+6
2008-03-25
[NETFILTER]: nf_conntrack_sip: remove redundant function arguments
Patrick McHardy
1
-14
/
+10
2008-03-25
[NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet mangling
Patrick McHardy
1
-6
/
+8
2008-03-25
[NETFILTER]: nf_conntrack_sip: fix some off-by-ones
Patrick McHardy
1
-8
/
+8
2008-03-25
[NETFILTER]: nf_conntrack: introduce expectation classes and policies
Patrick McHardy
11
-68
/
+140
2008-03-25
[NETFILTER]: nf_conntrack_expect: support inactive expectations
Patrick McHardy
1
-4
/
+21
2008-03-25
[NETFILTER]: nf_conntrack_expect: show NF_CT_EXPECT_PERMANENT flag in /proc
Patrick McHardy
1
-0
/
+4
2008-03-25
[NETFILTER]: nf_conntrack_expect: constify nf_ct_expect_init arguments
Patrick McHardy
1
-3
/
+3
2008-03-26
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-2
/
+2
[next]