Sign in
googlers
/
maze
/
linux
/
def342bd745d88ed73541b9c07cefb13d8c576fd
/
net
/
ipv6
/
netfilter
7489aec
netfilter: xtables: stackptr should be percpu
by Eric Dumazet
· 15 years ago
736d58e
netfilter: remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
654d0fb
netfilter: cleanup printk messages
by Stephen Hemminger
· 15 years ago
af56760
netfilter: change NF_ASSERT to WARN_ON
by Stephen Hemminger
· 15 years ago
4538506
netfilter: xtables: combine built-in extension structs
by Jan Engelhardt
· 15 years ago
b4ba261
netfilter: xtables: change hotdrop pointer to direct modification
by Jan Engelhardt
· 15 years ago
62fc805
netfilter: xtables: deconstify struct xt_action_param for matches
by Jan Engelhardt
· 15 years ago
4b560b4
netfilter: xtables: substitute temporary defines by final name
by Jan Engelhardt
· 15 years ago
de74c16
netfilter: xtables: combine struct xt_match_param and xt_target_param
by Jan Engelhardt
· 15 years ago
ef53d70
netfilter: xtables: dissolve do_match function
by Jan Engelhardt
· 15 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
5b775eb
netfilter: xtables: remove old comments about reentrancy
by Jan Engelhardt
· 15 years ago
f3c5c1b
netfilter: xtables: make ip_tables reentrant
by Jan Engelhardt
· 15 years ago
f0d57a5
netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as default
by Patrick McHardy
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5dd59cc
netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip6_queue
by Herbert Xu
· 15 years ago
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d6b00a5
netfilter: xtables: change targets to return error code
by Jan Engelhardt
· 15 years ago
bd414ee
netfilter: xtables: change matches to return error code
by Jan Engelhardt
· 15 years ago
135367b
netfilter: xtables: change xt_target.checkentry return type
by Jan Engelhardt
· 15 years ago
b0f3845
netfilter: xtables: change xt_match.checkentry return type
by Jan Engelhardt
· 15 years ago
b2e0b38
netfilter: ipv6: use NFPROTO values for NF_HOOK invocation
by Jan Engelhardt
· 15 years ago
fd0ec0e
netfilter: xtables: consolidate code into xt_request_find_match
by Jan Engelhardt
· 15 years ago
d2a7b6b
netfilter: xtables: make use of xt_request_find_target
by Jan Engelhardt
· 15 years ago
ff67e4e
netfilter: xt extensions: use pr_<level> (2)
by Jan Engelhardt
· 15 years ago
9c13886
netfilter: ip6table_raw: fix table priority
by Jozsef Kadlecsik
· 15 years ago
b138338
net: remove trailing space in messages
by Frans Pop
· 15 years ago
1159683
netfilter: remove unused headers in net/ipv6/netfilter/ip6t_LOG.c
by Zhitong Wang
· 15 years ago
be91fd5
netfilter: xtables: replace custom duprintf with pr_debug
by Jan Engelhardt
· 15 years ago
4f948db
netfilter: xtables: remove almost-unused xt_match_param.data member
by Jan Engelhardt
· 15 years ago
38bdbd8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 15 years ago
6b4ff2d
netfilter: xtables: restore indentation
by Jan Engelhardt
· 15 years ago
54831a8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 15 years ago
0f23421
netfilter: xtables: reduce arguments to translate_table
by Jan Engelhardt
· 15 years ago
6bdb331
netfilter: xtables: optimize call flow around xt_ematch_foreach
by Jan Engelhardt
· 15 years ago
dcea992
netfilter: xtables: replace XT_MATCH_ITERATE macro
by Jan Engelhardt
· 15 years ago
0559518
netfilter: xtables: optimize call flow around xt_entry_foreach
by Jan Engelhardt
· 15 years ago
72b2b1d
netfilter: xtables: replace XT_ENTRY_ITERATE macro
by Jan Engelhardt
· 15 years ago
9e2dcf7
netfilter: nf_conntrack_reasm: properly handle packets fragmented into a single fragment
by Patrick McHardy
· 15 years ago
3ffe533
ipv6: drop unused "dev" arg of icmpv6_send()
by Alexey Dobriyan
· 15 years ago
5d0aa2c
netfilter: nf_conntrack: add support for "conntrack zones"
by Patrick McHardy
· 15 years ago
8fea97e
netfilter: nf_conntrack: pass template to l4proto ->error() handler
by Patrick McHardy
· 15 years ago
d5d1baa
netfilter: xtables: add const qualifiers
by Jan Engelhardt
· 16 years ago
739674f
netfilter: xtables: constify args in compat copying functions
by Jan Engelhardt
· 16 years ago
fa96a0e
netfilter: iptables: remove unused function arguments
by Jan Engelhardt
· 15 years ago
b2907e5
netfilter: xtables: fix mangle tables
by Alexey Dobriyan
· 15 years ago
e3eaa99
netfilter: xtables: generate initial table on-demand
by Jan Engelhardt
· 16 years ago
2b95efe
netfilter: xtables: use xt_table for hook instantiation
by Jan Engelhardt
· 16 years ago
2b21e05
netfilter: xtables: compact table hook functions (2/2)
by Jan Engelhardt
· 16 years ago
737535c
netfilter: xtables: compact table hook functions (1/2)
by Jan Engelhardt
· 16 years ago
9ab99d5
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
14c7dbe
netfilter: xtables: compat out of scope fix
by Alexey Dobriyan
· 15 years ago
b2a15a6
netfilter: nf_conntrack: support conntrack templates
by Patrick McHardy
· 15 years ago
add6746
netfilter: add struct net * to target parameters
by Patrick McHardy
· 15 years ago
c92b544
ipv6: conntrack: Add member of user to nf_ct_frag6_queue structure
by Shan Wei
· 15 years ago
7c070aa
IPv6: reassembly: replace magic number with macro definitions
by Shan Wei
· 15 years ago
b38f6ed
netfilter: nf_conntrack_ipv6: delete the redundant macro definitions
by Shan Wei
· 15 years ago
f54e936
netfilter: xtables: add struct xt_mtdtor_param::net
by Alexey Dobriyan
· 15 years ago
a83d8e8
netfilter: xtables: add struct xt_mtchk_param::net
by Alexey Dobriyan
· 15 years ago
8fa9ff6
netfilter: fix crashes in bridge netfilter caused by fragment jumps
by Patrick McHardy
· 15 years ago
0b5ccb2
ipv6: reassembly: use seperate reassembly queues for conntrack and local delivery
by Patrick McHardy
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
424eff9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
3666ed1
netfilter: net/ipv[46]/netfilter: Move && and || to end of previous line
by Joe Perches
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
dee5817
netfilter: remove unneccessary checks from netlink notifiers
by Patrick McHardy
· 15 years ago
9481721
netfilter: remove synchronize_net() calls in ip_queue/ip6_queue
by Eric Dumazet
· 15 years ago
4889086
netfilter: ip6t_eui: fix read outside array bounds
by Patrick McHardy
· 15 years ago
74f7a65
netfilter: nf_conntrack: log packets dropped by helpers
by Patrick McHardy
· 15 years ago
35aad0f
netfilter: xtables: mark initial tables constant
by Jan Engelhardt
· 15 years ago
e2fe35c
netfilter: xtables: check for standard verdicts in policies
by Jan Engelhardt
· 15 years ago
90e7d4a
netfilter: xtables: check for unconditionality of policies
by Jan Engelhardt
· 15 years ago
a7d5173
netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooks
by Jan Engelhardt
· 15 years ago
47901dc
netfilter: xtables: use memcmp in unconditional check
by Jan Engelhardt
· 15 years ago
f88e6a8
netfilter: xtables: switch table AFs to nfproto
by Jan Engelhardt
· 16 years ago
24c232d
netfilter: xtables: switch hook PFs to nfproto
by Jan Engelhardt
· 16 years ago
57750a2
netfilter: conntrack: switch hook PFs to nfproto
by Jan Engelhardt
· 16 years ago
36432da
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Patrick McHardy
· 16 years ago
343a997
netfilter: Use frag list abstraction interfaces.
by David S. Miller
· 16 years ago
f87fb66
netfilter: nf_ct_icmp: keep the ICMP ct entries longer
by Jan Kasprzak
· 16 years ago
a5e7882
netfilter: x_tables: added hook number into match extension parameter structure.
by Evgeniy Polyakov
· 16 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 16 years ago
17e6e4e
netfilter: conntrack: simplify event caching system
by Pablo Neira Ayuso
· 16 years ago
8cc848f
Merge branch 'master' of git://dev.medozas.de/linux
by Patrick McHardy
· 16 years ago
bb70dfa
netfilter: xtables: consolidate comefrom debug cast access
by Jan Engelhardt
· 16 years ago
7a6b1c4
netfilter: xtables: remove another level of indent
by Jan Engelhardt
· 16 years ago
9452258
netfilter: xtables: remove some goto
by Jan Engelhardt
· 16 years ago
a1ff4ac
netfilter: xtables: reduce indent level by one
by Jan Engelhardt
· 16 years ago
98e8640
netfilter: xtables: consolidate open-coded logic
by Jan Engelhardt
· 16 years ago
4f2f6f2
netfilter: xtables: fix const inconsistency
by Jan Engelhardt
· 16 years ago
ccf5bd8
netfilter: xtables: remove redundant casts
by Jan Engelhardt
· 16 years ago
4ba351c
netfilter: xtables: use NFPROTO_ in standard targets
by Jan Engelhardt
· 16 years ago
4b1e27e
netfilter: queue: use NFPROTO_ for queue callsites
by Jan Engelhardt
· 16 years ago
383ca5b
netfilter: xtables: use NFPROTO_ for xt_proto_init callsites
by Jan Engelhardt
· 16 years ago
356d6c2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
by David S. Miller
· 16 years ago
b98b494
netfilter: ip6t_ipv6header: fix match on packets ending with NEXTHDR_NONE
by Christoph Paasch
· 16 years ago
942e4a2
netfilter: revised locking for x_tables
by Stephen Hemminger
· 16 years ago
49a88d1
netfilter: ip6tables regression fix
by Eric Dumazet
· 16 years ago
Next »