Sign in
android-kvm
/
linux
/
98d2ff8bec82fc35fe2008a187a5fef9241dab10
/
net
/
netfilter
41499bd
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
fc35077
netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_get_next_corpse()
by Joerg Marx
· 15 years ago
7fee226
net: add a noref bit on skb dst
by Eric Dumazet
· 15 years ago
83827f6
netfilter: xt_TEE depends on NF_CONNTRACK
by Randy Dunlap
· 15 years ago
a1d7c1b
netfilter: nf_ct_sip: handle non-linear skbs
by Patrick McHardy
· 15 years ago
e7874c9
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
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
9b7ce2b
netfilter: xtables: add missing depends for xt_TEE
by Jan Engelhardt
· 15 years ago
cba7a98
Merge branch 'master' of git://dev.medozas.de/linux
by Patrick McHardy
· 15 years ago
b4ba261
netfilter: xtables: change hotdrop pointer to direct modification
by Jan Engelhardt
· 16 years ago
62fc805
netfilter: xtables: deconstify struct xt_action_param for matches
by Jan Engelhardt
· 16 years ago
4b560b4
netfilter: xtables: substitute temporary defines by final name
by Jan Engelhardt
· 16 years ago
b56f2d5
netfilter: use rcu_dereference_protected()
by Patrick McHardy
· 15 years ago
1e4b105
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
3b254c5
netfilter: nf_conntrack_proto: fix warning with CONFIG_PROVE_RCU
by Patrick McHardy
· 15 years ago
c29c949
netfilter: xtables: fix incorrect return code
by Jan Engelhardt
· 15 years ago
e772c34
netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug()
by Patrick McHardy
· 15 years ago
af740b2
netfilter: nf_conntrack: extend with extra stat counter
by Jesper Dangaard Brouer
· 15 years ago
d97a9e4
netfilter: x_tables: move sleeping allocation outside BH-disabled region
by Jan Engelhardt
· 15 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
22265a5
netfilter: xt_TEE: resolve oif using netdevice notifiers
by Patrick McHardy
· 15 years ago
cd58bcd
netfilter: xt_TEE: have cloned packet travel through Xtables too
by Jan Engelhardt
· 15 years ago
f3c5c1b
netfilter: xtables: make ip_tables reentrant
by Jan Engelhardt
· 15 years ago
e281b19
netfilter: xtables: inclusion of xt_TEE
by Jan Engelhardt
· 15 years ago
2206831
netfilter: fix some coding styles and remove moduleparam.h
by Zhitong Wang
· 15 years ago
b660d04
netfilter: xt_LED: add refcounts to LED target
by Adam Nielsen
· 15 years ago
ed86308
netfilter: remove invalid rcu_dereference() calls
by Patrick McHardy
· 15 years ago
e9f13ca
netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in nfnetlink_queue
by Herbert Xu
· 15 years ago
3d91c1a
IPVS: fix potential stack overflow with overly long protocol names
by Patrick McHardy
· 15 years ago
02e4eb7
netfilter: xt_hashlimit: RCU conversion
by Eric Dumazet
· 15 years ago
d26e6a0
netfilter: ctnetlink: compute message size properly
by Jiri Pirko
· 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
80bb3a0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
by David S. Miller
· 15 years ago
8f59922
netfilter: xt_hashlimit: IPV6 bugfix
by Eric Dumazet
· 15 years ago
b446728
netfilter: xtables: merge registration structure to NFPROTO_UNSPEC
by Jan Engelhardt
· 15 years ago
d879e19
netfilter: xtables: remove xt_string revision 0
by Jan Engelhardt
· 15 years ago
110d99e
netfilter: xtables: remove xt_multiport revision 0
by Jan Engelhardt
· 15 years ago
779dd63
netfilter: xtables: remove xt_hashlimit revision 0
by Jan Engelhardt
· 15 years ago
f95c74e
netfilter: xtables: shorten up return clause
by Jan Engelhardt
· 15 years ago
4a5a5c7
netfilter: xtables: slightly better error reporting
by Jan Engelhardt
· 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
9f56731
netfilter: xtables: untangle spaghetti if clauses in checkentry
by Jan Engelhardt
· 15 years ago
7911b5c
netfilter: ipvs: use NFPROTO values for NF_HOOK invocation
by Jan Engelhardt
· 15 years ago
5dc7a6d
netfilter: xt_recent: allow changing ip_list_[ug]id at runtime
by Jan Engelhardt
· 15 years ago
fd0ec0e
netfilter: xtables: consolidate code into xt_request_find_match
by Jan Engelhardt
· 16 years ago
d2a7b6b
netfilter: xtables: make use of xt_request_find_target
by Jan Engelhardt
· 16 years ago
ff67e4e
netfilter: xt extensions: use pr_<level> (2)
by Jan Engelhardt
· 15 years ago
55e0d7c
netfilter: xt_hashlimit: dl_seq_stop() fix
by Eric Dumazet
· 15 years ago
0d34545
netfilter: xtables: make use of caller family rather than target family
by Jan Engelhardt
· 15 years ago
ef16915
netfilter: xt_recent: fix regression in rules using a zero hit_count
by Patrick McHardy
· 15 years ago
37b7ef7
netfilter: ctnetlink: fix reliable event delivery if message building fails
by Pablo Neira Ayuso
· 15 years ago
8bee4ba
netfilter: xt extensions: use pr_<level>
by Jan Engelhardt
· 15 years ago
be91fd5
netfilter: xtables: replace custom duprintf with pr_debug
by Jan Engelhardt
· 15 years ago
85bc3f3
netfilter: xtables: do not print any messages on ENOMEM
by Jan Engelhardt
· 15 years ago
aa5fa31
netfilter: xtables: make use of caller family rather than match family
by Jan Engelhardt
· 15 years ago
115bc8f
netfilter: xtables: resort osf kconfig text
by Jan Engelhardt
· 15 years ago
e5042a2
netfilter: xtables: limit xt_mac to ethernet devices
by Jan Engelhardt
· 15 years ago
1d1c397
netfilter: xtables: clean up xt_mac match routine
by Jan Engelhardt
· 15 years ago
7d5f7ed
netfilter: xtables: do without explicit XT_ALIGN
by Jan Engelhardt
· 15 years ago
e8a96f6
Merge branch 'master' of ../nf-2.6
by Patrick McHardy
· 15 years ago
c01ae81
netfilter: remove unused headers in net/netfilter/nfnetlink.c
by Zhitong Wang
· 15 years ago
606a9a0
netfilter: xt_recent: check for unsupported user space flags
by Tim Gardner
· 15 years ago
0079c5a
netfilter: xt_recent: add an entry reaper
by Tim Gardner
· 15 years ago
5be4a4f
netfilter: xt_recent: remove old proc directory
by Jan Engelhardt
· 15 years ago
06bf514
netfilter: xt_recent: update description
by Jan Engelhardt
· 15 years ago
408ffaa
netfilter: update my email address
by Jan Engelhardt
· 15 years ago
b8f00ba
netfilter: xtables: merge xt_CONNMARK into xt_connmark
by Jan Engelhardt
· 15 years ago
28b9498
netfilter: xtables: merge xt_MARK into xt_mark
by Jan Engelhardt
· 16 years ago
44c5873
netfilter: xtables: add comment markers to Xtables Kconfig
by Jan Engelhardt
· 15 years ago
f76a47c
netfilter: xt_NFQUEUE: consolidate v4/v6 targets into one
by Jan Engelhardt
· 16 years ago
076f783
netfilter: xt_CT: par->family is an nfproto
by Jan Engelhardt
· 15 years ago
1da05f5
netfilter: net/netfilter/ipvs/ip_vs_ftp.c: Remove use of NIPQUAD
by Joe Perches
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 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
a49c650
netfilter: nfnetlink_log: fix silly refcount leak
by Alexey Dobriyan
· 15 years ago
51f0bc7
IPVS: ip_vs_lblcr: use list headA
by Simon Horman
· 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
dcea992
netfilter: xtables: replace XT_MATCH_ITERATE macro
by Jan Engelhardt
· 15 years ago
8ccb92a
netfilter: xt_recent: fix false match
by Tim Gardner
· 15 years ago
2c08522
netfilter: xt_recent: fix buffer overflow
by Tim Gardner
· 15 years ago
927606a
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
64507fd
netfilter: nf_queue: fix NF_STOLEN skb leak
by Eric Dumazet
· 15 years ago
a88e22a
netfilter: ctnetlink: fix creation of conntrack with helpers
by Pablo Neira Ayuso
· 15 years ago
3ffe533
ipv6: drop unused "dev" arg of icmpv6_send()
by Alexey Dobriyan
· 15 years ago
2906f66
ipvs: SCTP Trasport Loadbalancing Support
by Venkata Mohan Reddy
· 15 years ago
8a5ce54
xt_hashlimit: fix locking
by Eric Dumazet
· 15 years ago
3e5e524
netfilter: CONFIG_COMPAT: allow delta to exceed 32767
by Florian Westphal
· 15 years ago
ef00f89
netfilter: ctnetlink: add zone support
by Patrick McHardy
· 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
739674f
netfilter: xtables: constify args in compat copying functions
by Jan Engelhardt
· 16 years ago
b402405
netfilter: xtables: print details on size mismatch
by Jan Engelhardt
· 16 years ago
98e6d2d
netfilter: xt_recent: inform user when hitcount is too large
by Jan Engelhardt
· 15 years ago
ca1c2e2
netfilter: don't use INIT_RCU_HEAD()
by Alexey Dobriyan
· 15 years ago
9d288df
netfilter: nf_conntrack_sip: add T.38 FAX support
by Patrick McHardy
· 15 years ago
Next »