aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_TTL.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-5/+2
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-4/+2
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-1/+1
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-18/+16
* [NETFILTER]: Convert old checksum helper namesPatrick McHardy2008-01-281-2/+2
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-3/+3
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-151-1/+1
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-101-1/+1
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-101-1/+1
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-101-1/+1
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-101-4/+4
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-4/+4
* [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt2007-02-081-5/+6
* [NET]: netfilter checksum annotationsAl Viro2006-12-021-3/+2
* [NETFILTER]: ipt annotationsAl Viro2006-09-281-2/+2
* [NETFILTER]: ipt_TTL: fix checksum update bugPatrick McHardy2006-09-221-2/+2
* [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-221-1/+0
* [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-221-1/+1
* [NETFILTER]: replace open coded checksum updatesPatrick McHardy2006-09-221-6/+3
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-281-4/+4
* [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functionsPatrick McHardy2006-03-201-3/+5
* [NETFILTER]: Convert ip_tables matches/targets to centralized error checkingPatrick McHardy2006-03-201-15/+2
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-121-1/+1
* [NETFILTER]: Add new iptables TTL targetHarald Welte2005-08-291-0/+119