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
2007-05-03
[NETFILTER]: sip: Fix RTP address NAT
Herbert Xu
1
-1
/
+25
2007-05-03
[NETFILTER]: nf_nat_proto_gre: do not modify/corrupt GREv0 packets through NAT
Jorge Boncompte
1
-12
/
+8
2007-05-03
[NETFILTER]: ipt_DNAT: accept port randomization option
Patrick McHardy
1
-4
/
+0
2007-04-25
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
Patrick McHardy
2
-2
/
+2
2007-04-25
[NETFILTER]: ipt_ULOG: add compat conversion functions
Patrick McHardy
1
-0
/
+40
2007-04-25
[NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloading
Patrick McHardy
1
-8
/
+4
2007-04-25
[NETFILTER]: nf_nat: use HW checksumming when possible
Patrick McHardy
1
-12
/
+37
2007-04-25
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[NETFILTER]: Use setup_timer
Patrick McHardy
1
-5
/
+2
2007-04-25
[NETFILTER]: Remove changelogs and CVS IDs
Patrick McHardy
12
-76
/
+0
2007-04-25
[NETLINK]: Introduce nlmsg_hdr() helper
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
3
-7
/
+8
2007-04-25
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
2
-2
/
+2
2007-04-25
[NETFILTER]: Remove IPv4 only connection tracking/NAT
Patrick McHardy
43
-17005
/
+62
2007-04-25
[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
Arnaldo Carvalho de Melo
3
-4
/
+4
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
32
-116
/
+121
2007-04-25
[IP]: Introduce ip_hdrlen()
Arnaldo Carvalho de Melo
30
-97
/
+95
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
2
-6
/
+5
2007-04-25
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
2
-4
/
+4
2007-04-25
[NET] IPV4: Use hton{s,l}() where appropriate.
YOSHIFUJI Hideaki
1
-5
/
+4
2007-04-25
[NET]: convert network timestamps to ktime_t
Eric Dumazet
2
-5
/
+9
2007-04-13
[NETFILTER] arp_tables: Fix unaligned accesses.
David S. Miller
1
-7
/
+3
2007-04-12
[NETFILTER]: ipt_ULOG: use put_unaligned
Patrick McHardy
1
-3
/
+4
2007-04-10
[NETFILTER]: ipt_CLUSTERIP: fix oops in checkentry function
Jaroslav Kysela
1
-2
/
+0
2007-03-22
[NETFILTER]: nat: avoid rerouting packets if only XFRM policy key changed
Patrick McHardy
2
-12
/
+17
2007-03-05
[NETFILTER]: tcp conntrack: accept SYN|URG as valid
Patrick McHardy
1
-1
/
+3
2007-03-05
[NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefs
Patrick McHardy
7
-18
/
+9
2007-03-05
[NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loops
Patrick McHardy
1
-1
/
+1
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
3
-3
/
+3
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
6
-6
/
+0
2007-02-13
[NETFILTER]: Clear GSO bits for TCP reset packet
Herbert Xu
1
-0
/
+4
2007-02-12
[NETFILTER]: Kconfig: improve dependency handling
Patrick McHardy
1
-3
/
+5
2007-02-12
[NETFILTER]: nf_conntrack: properly use RCU for nf_conntrack_destroyed callback
Patrick McHardy
1
-3
/
+4
2007-02-12
[NETFILTER]: ip_conntrack: properly use RCU for ip_conntrack_destroyed callback
Patrick McHardy
2
-6
/
+10
2007-02-12
[NETFILTER]: ip_conntrack: fix invalid conntrack statistics RCU assumption
Patrick McHardy
1
-7
/
+7
2007-02-12
[NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3prot...
Patrick McHardy
2
-4
/
+7
2007-02-12
[NETFILTER]: ip_conntrack: properly use RCU API for ip_ct_protos array
Patrick McHardy
3
-15
/
+26
2007-02-12
[NETFILTER]: nf_nat: properly use RCU API for nf_nat_protos array
Patrick McHardy
1
-31
/
+28
2007-02-12
[NETFILTER]: ip_nat: properly use RCU API for ip_nat_protos array
Patrick McHardy
1
-32
/
+29
2007-02-12
[NETFILTER]: nf_log: minor cleanups
Patrick McHardy
2
-2
/
+2
2007-02-12
[NETFILTER]: Properly use RCU in nf_ct_attach
Patrick McHardy
1
-2
/
+2
2007-02-12
[PATCH] mark struct file_operations const 7
Arjan van de Ven
4
-10
/
+10
2007-02-11
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
60
-905
/
+905
2007-02-11
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
1
-2
/
+1
2007-02-10
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
60
-905
/
+905
2007-02-08
[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...
Jan Engelhardt
6
-15
/
+15
2007-02-08
[NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions
Jan Engelhardt
22
-107
/
+138
2007-02-08
[NETFILTER]: x_tables: fix return values for LOG/ULOG
Jan Engelhardt
2
-5
/
+9
2007-02-08
[NETFILTER]: NAT: optional source port randomization support
Eric Leblond
8
-4
/
+46
2007-02-08
[NETFILTER]: add IPv6-capable TCPMSS target
Patrick McHardy
3
-234
/
+0
[next]