Sign in
android-kvm
/
linux
/
fb5566da9181d33ecdd9892e44f90320e7d4cc9f
/
net
/
ipv4
/
netfilter
a3adadf
netfilter: nft_reject: fix endianness in dump function
by Eric Leblond
· 11 years ago
f01b392
netfilter: SYNPROXY target: restrict to INPUT/FORWARD
by Patrick McHardy
· 11 years ago
a6441b7
netfilter: synproxy: send mss option to backend
by Martin Topholm
· 11 years ago
f8785c5
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables
by David S. Miller
· 11 years ago
72c39a0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 11 years ago
394efd1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ca0e8bd
netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c
by Wei Yongjun
· 11 years ago
b416c14
netfilter: x_tables: fix ordering of jumpstack allocation and table update
by Will Deacon
· 11 years ago
d86946d
netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIP
by Gao feng
· 11 years ago
f58d786
netfilter: ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directory
by Gao feng
· 11 years ago
b5ef0f8
netfilter: ipt_CLUSTERIP: add parameter net in clusterip_config_find_get
by Gao feng
· 11 years ago
f1e8077
netfilter: ipt_CLUSTERIP: make clusterip_lock per net namespace
by Gao feng
· 11 years ago
26a89e4
netfilter: ipt_CLUSTERIP: make clusterip_list per net namespace
by Gao feng
· 11 years ago
ce4ff76
netfilter: ipt_CLUSTERIP: make proc directory per net namespace
by Gao feng
· 11 years ago
ed683f1
netfilter: nf_tables: add ARP filtering support
by Pablo Neira Ayuso
· 11 years ago
99633ab
netfilter: nf_tables: complete net namespace support
by Pablo Neira Ayuso
· 11 years ago
eb31628
netfilter: nf_tables: Add support for IPv6 NAT
by Tomasz Bursztyka
· 11 years ago
0ca743a
netfilter: nf_tables: add compatibility layer for x_tables
by Pablo Neira Ayuso
· 11 years ago
9370761
netfilter: nf_tables: convert built-in tables/chains to chain types
by Pablo Neira Ayuso
· 11 years ago
ef1f7df
netfilter: nf_tables: expression ops overloading
by Patrick McHardy
· 11 years ago
9651851
netfilter: add nftables
by Patrick McHardy
· 11 years ago
795aa6e
netfilter: pass hook ops to hookfn
by Patrick McHardy
· 11 years ago
278f2b3
netfilter: ipt_ULOG: fix info leaks
by Mathias Krause
· 11 years ago
f4a87e7
netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets
by Patrick McHardy
· 11 years ago
cc998ff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
7cc9eb6
netfilter: SYNPROXY: let unrelated packets continue
by Jesper Dangaard Brouer
· 12 years ago
775ada6
netfilter: more strict TCP flag matching in SYNPROXY
by Jesper Dangaard Brouer
· 12 years ago
48b1de4
netfilter: add SYNPROXY core/target
by Patrick McHardy
· 12 years ago
41d73ec
netfilter: nf_conntrack: make sequence number adjustments usuable without NAT
by Patrick McHardy
· 12 years ago
affe759
netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridged
by Phil Oester
· 12 years ago
c655bc6
netfilter: nf_conntrack: don't send destroy events from iterator
by Florian Westphal
· 12 years ago
8c6ffba
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
by Rusty Russell
· 12 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
c8fc51c
netfilter: ipt_ULOG: fix incorrect setting of ulog timer
by Gao feng
· 12 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 12 years ago
143554a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 12 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
75538c2
net: always pass struct netdev_notifier_info to netdevice notifiers
by Cong Wang
· 12 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 12 years ago
4f36ea6
netfilter: ipt_ULOG: fix non-null terminated string in the nf_log path
by Chen Gang
· 12 years ago
de94c45
netfilter: {ipt,ebt}_ULOG: rise warning on deprecation
by Pablo Neira Ayuso
· 12 years ago
8cdb46d
netfilter: log: netns NULL ptr bug when calling from conntrack
by Hans Schillstrom
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
a8ca16e
proc: Supply a function to remove a proc entry by PDE
by David Howells
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
d37d696
netfilter: xt_rpfilter: depend on raw or mangle table
by Florian Westphal
· 12 years ago
f83a7ea
netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too
by Florian Westphal
· 12 years ago
f229f6c
netfilter: add my copyright statements
by Patrick McHardy
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
aaa795a
netfilter: nat: propagate errors from xfrm_me_harder()
by Patrick McHardy
· 12 years ago
c9e1673
netfilter: ipv4: propagate routing errors from ip_route_me_harder()
by Patrick McHardy
· 12 years ago
d166582
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
3554306
netfilter: ipt_ULOG: add net namespace support for ipt_ULOG
by Gao feng
· 12 years ago
30e0c6a
netfilter: nf_log: prepare net namespace support for loggers
by Gao feng
· 12 years ago
f016588
netfilter: use IS_ENABLE to replace if defined in TRACE target
by Gao feng
· 12 years ago
573ce26
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
by Hong zhi guo
· 12 years ago
da13482
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
3dd6664
netfilter: remove unused "config IP_NF_QUEUE"
by Paul Bolle
· 12 years ago
015ba03
ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR
by Silviu-Mihai Popescu
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
2ccba54
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
b20ab9cc
netfilter: nf_ct_helper: better logging for dropped packets
by Pablo Neira Ayuso
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
25cc4ae9
net: remove redundant check for timer pending state before del_timer
by Ying Xue
· 12 years ago
b640bee
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
c296bb4
netfilter: nf_conntrack: refactor l4proto support for netns
by Gao feng
· 12 years ago
6330750
netfilter: nf_conntrack: refactor l3proto support for netns
by Gao feng
· 12 years ago
0cc8d8d
netfilter: Use IS_ERR_OR_NULL().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
aec9a0eb
net/ipv4/netfilter: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
c65ef8d
netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADE
by Andrew Collins
· 12 years ago
c6f4089
netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP reset
by Mukund Jampala
· 12 years ago
4b5511e
net: remove obsolete simple_strto<foo>
by Abhijit Pawar
· 12 years ago
a0ecb85
netfilter: nf_nat: Handle routing changes in MASQUERADE target
by Jozsef Kadlecsik
· 12 years ago
52e804c
net: Allow userns root to control ipv4
by Eric W. Biederman
· 12 years ago
545b290
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
6229b75
netfilter: nf_nat: use PTR_RET
by Wu Fengguang
· 12 years ago
38fe36a
netfilter: nf_nat: don't check for port change on ICMP tuples
by Ulrich Weber
· 12 years ago
2cbc78a
netfilter: combine ipt_REDIRECT and ip6t_REDIRECT
by Jan Engelhardt
· 12 years ago
b3d54b3
netfilter: combine ipt_NETMAP and ip6t_NETMAP
by Jan Engelhardt
· 12 years ago
9f00d97
netlink: hide struct module parameter in netlink_kernel_create
by Pablo Neira Ayuso
· 12 years ago
320ff56
netfilter: nf_nat: support IPv6 in TFTP NAT helper
by Pablo Neira Ayuso
· 13 years ago
5901b6b
netfilter: nf_nat: support IPv6 in IRC NAT helper
by Pablo Neira Ayuso
· 13 years ago
9a66482
netfilter: nf_nat: support IPv6 in SIP NAT helper
by Patrick McHardy
· 13 years ago
ee6eb96
netfilter: nf_nat: support IPv6 in amanda NAT helper
by Patrick McHardy
· 13 years ago
d33cbee
netfilter: nf_nat: support IPv6 in FTP NAT helper
by Patrick McHardy
· 13 years ago
b3f644f
netfilter: ip6tables: add MASQUERADE target
by Patrick McHardy
· 13 years ago
c7232c9
netfilter: add protocol independent NAT core
by Patrick McHardy
· 13 years ago
051966c
netfilter: nf_nat: add protoff argument to packet mangling functions
by Patrick McHardy
· 13 years ago
bf277b0
Merge git://1984.lsi.us.es/nf-next
by David S. Miller
· 13 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
90efbed
netfilter: remove unnecessary goto statement for error recovery
by Jean Sacren
· 13 years ago
19e303d
netfilter: PTR_RET can be used
by Wu Fengguang
· 13 years ago
f22eb25
netfilter: nf_nat_sip: fix via header translation with multiple parameters
by Patrick McHardy
· 13 years ago
02b69cb
netfilter: nf_ct_sip: fix IPv6 address parsing
by Patrick McHardy
· 13 years ago
1fb9489
net: Loopback ifindex is constant now
by Pavel Emelyanov
· 13 years ago
f8126f1
ipv4: Adjust semantics of rt->rt_gateway.
by David S. Miller
· 13 years ago
d3a5ea6
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 13 years ago
Next »