index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2005-09-09
[PATCH] files: lock-free fd look-up
Dipankar Sarma
1
-0
/
+1
2005-09-08
[XFRM]: Always release dst_entry on error in xfrm_lookup
Patrick McHardy
1
-4
/
+1
2005-09-08
[NETFILTER]: ip_conntrack_netbios_ns.c gcc-2.95.x build fix
Andrew Morton
1
-4
/
+20
2005-09-06
[NETFILTER]: Missing unlock in TCP connection tracking error path
Patrick McHardy
1
-0
/
+1
2005-09-06
[NETFILTER]: kill __ip_ct_expect_unlink_destroy
Pablo Neira Ayuso
3
-18
/
+16
2005-09-06
[NETFILTER]: Don't increase master refcount on expectations
Pablo Neira Ayuso
1
-4
/
+4
2005-09-06
[NETFILTER]: Handle NAT module load race
Patrick McHardy
2
-2
/
+27
2005-09-06
[NETFILTER]: Fix CONNMARK Kconfig dependency
Yasuyuki Kozakai
1
-0
/
+1
2005-09-06
[NETFILTER]: Add NetBIOS name service helper
Patrick McHardy
3
-0
/
+151
2005-09-06
[NETFILTER]: Add support for permanent expectations
Patrick McHardy
6
-4
/
+13
2005-09-01
[NETFILTER]: CLUSTERIP: fix memcpy() length typo
KOVACS Krisztian
1
-1
/
+1
2005-08-29
[NETFILTER]: Add new iptables TTL target
Harald Welte
3
-0
/
+134
2005-08-29
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
Eric Dumazet
2
-3
/
+3
2005-08-29
[LIB]: Make TEXTSEARCH_BM plain tristate like the others
David S. Miller
1
-0
/
+1
2005-08-29
[NETFILTER]: Add goto target
Patrick McHardy
1
-2
/
+2
2005-08-29
[NETFILTER]: Add string match
Pablo Neira Ayuso
3
-0
/
+104
2005-08-29
[NETLINK]: Add "groups" argument to netlink_kernel_create
Patrick McHardy
2
-2
/
+3
2005-08-29
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
Patrick McHardy
2
-10
/
+10
2005-08-29
[NETFILTER]: Remove tasklist_lock abuse in ipt{,6}owner
Christoph Hellwig
1
-125
/
+7
2005-08-29
[NETFILTER]: Make NETMAP target usable in OUTPUT
Gary Wayne Smith
1
-3
/
+5
2005-08-29
[NETFILTER]: Don't exclude local packets from MASQUERADING
Patrick McHardy
1
-5
/
+0
2005-08-29
[NET]: Store skb->timestamp as offset to a base timestamp
Patrick McHardy
2
-6
/
+6
2005-08-29
[NETFILTER]: Nicer names for ipt_connbytes constants
Patrick McHardy
1
-6
/
+6
2005-08-29
[NETFILTER]: Fix div64_64 in ipt_connbytes
Patrick McHardy
1
-14
/
+10
2005-08-29
[NETFILTER]: Add new iptables "connbytes" match
Harald Welte
3
-1
/
+177
2005-08-29
[NETFILTER]: New iptables DCCP protocol header match
Harald Welte
3
-0
/
+188
2005-08-29
[NETFILTER]: return ENOMEM when ip_conntrack_alloc() fails.
Yasuyuki Kozakai
1
-3
/
+4
2005-08-29
[NETFILTER]: add /proc/net/netfilter interface to nf_queue
Harald Welte
1
-2
/
+7
2005-08-29
[NETFILTER]: ip{6}_queue: prevent unregistration race with nfnetlink_queue
Harald Welte
1
-1
/
+1
2005-08-29
[NETFILTER]: move conntrack helper buffers from BSS to kmalloc()ed memory
Harald Welte
3
-5
/
+29
2005-08-29
[NETFILTER]: fix list traversal order in ctnetlink
Pablo Neira Ayuso
1
-3
/
+3
2005-08-29
[NETFILTER]: Fix typo in ctnl_exp_cb array (no bug, just memory waste)
Pablo Neira Ayuso
1
-1
/
+1
2005-08-29
[NETFILTER]: fix conntrack refcount leak in unlink_expect()
Pablo Neira Ayuso
1
-0
/
+1
2005-08-29
[NETFILTER]: ctnetlink: make sure event order is correct
Pablo Neira Ayuso
1
-1
/
+1
2005-08-29
[NETFILTER]: don't use nested attributes for conntrack_expect
Harald Welte
1
-46
/
+39
2005-08-29
[NETFILTER]: attribute count is an attribute of message type, not subsytem
Harald Welte
1
-2
/
+7
2005-08-29
[NETFILTER]: fix ctnetlink 'create_expect' parsing
Harald Welte
1
-1
/
+1
2005-08-29
[NETFILTER]: conntrack_netlink: Fix locking during conntrack_create
Pablo Neira
1
-6
/
+7
2005-08-29
[NETFILTER]: remove bogus memset() calls from ip_conntrack_netlink.c
Pablo Neira
1
-8
/
+0
2005-08-29
[NETFILTER]: Fix multiple problems with the conntrack event cache
Patrick McHardy
2
-69
/
+39
2005-08-29
[NETFILTER]: Extend netfilter logging API
Harald Welte
5
-64
/
+90
2005-08-29
[NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlink
Harald Welte
3
-1
/
+76
2005-08-29
[NETFILTER]: Core changes required by upcoming nfnetlink_queue code
Harald Welte
1
-1
/
+2
2005-08-29
[NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.
Harald Welte
1
-27
/
+0
2005-08-29
[NETLINK]: Add properly module refcounting for kernel netlink sockets.
Harald Welte
2
-2
/
+4
2005-08-29
[NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()
Harald Welte
11
-16
/
+16
2005-08-29
[NETFILTER]: C99 initizalizers for NAT protocols
Patrick McHardy
4
-33
/
+40
2005-08-29
[NETFILTER]: Add ctnetlink subsystem
Harald Welte
15
-82
/
+2066
2005-08-29
[NETFILTER]: connection tracking event notifiers
Harald Welte
8
-10
/
+154
2005-08-29
[NETFILTER]: reduce netfilter sk_buff enlargement
Harald Welte
13
-29
/
+7
[next]